Related Posts
Run the following from an elevated Powershell prompt: gwmi Win32_Product -Filter "Name LIKE 'Microsoft Advertising%'"…
Run PowerShell as Administrator and enter: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
On an elevated command prompt, use the SC command, like this: SC STOP shortservicename SC…