Related:
- Start Menu not working
- Show volume in menu bar mac - Guide
- Huawei test menu - Guide
- Start survey - Download - Horror
- Start up sound changer - Download - Customization
- How to start a listening party on spotify pc - Guide
1 response
Alice_Phoebe
Posts
21
Registration date
Monday May 25, 2015
Status
Member
Last seen
August 9, 2015
2
Aug 9, 2015 at 10:13 AM
Aug 9, 2015 at 10:13 AM
Step 1: Right-click the Start button and select Command Prompt (Admin) from the context menu.
Step 2: Type Powershell in Command Prompt and press Enter.
Step 3: Paste the following text in the Powershell window and press Enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Wait for the command to run and ignore the red error prompts if they arise. The Start Menu should be operational now.
Step 2: Type Powershell in Command Prompt and press Enter.
Step 3: Paste the following text in the Powershell window and press Enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Wait for the command to run and ignore the red error prompts if they arise. The Start Menu should be operational now.
Aug 10, 2015 at 12:14 AM
Thanx for your reply. I tried it but I get an error as "Get -AppXpackage-AllUsers" is not recognised as an internal or external ccommand, operable program or batch file. Request help.
Also I wanted to revert back to my windows 7 home edition if possible but I don't see any option in control panel as suggested in many online forums.
Thanx
Aug 12, 2015 at 08:13 PM