Saturday, June 16, 2018

Repair Start Menu Not Working In Windows 10 PowerShell Commands

Repair Start Menu Not Working In Windows 10 PowerShell Commands




Windows PowerShell Commands Are :

Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

OR

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"­}