G
GCrumbley
Guest
A reimage of my Enterprise Win10 laptop has NO picture in Spotlight. When I researched, instructions said to go to: %USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings.
My AppData\Local\Packages does not have this folder!
I did run: Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} but that didn't help.
I compared this User account to the Admin account and found the Admin/AppData\Local\Packages folder had 74 items. The User folder only has 16! Is this normal?
How do I get the ContentDeliveryManager back so I can get Spotlight to work again?
Continue reading...
My AppData\Local\Packages does not have this folder!
I did run: Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} but that didn't help.
I compared this User account to the Admin account and found the Admin/AppData\Local\Packages folder had 74 items. The User folder only has 16! Is this normal?
How do I get the ContentDeliveryManager back so I can get Spotlight to work again?
Continue reading...