Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #----------------------------------------------------#
- #Step 1# Run CMD as Administrator.
- #----------------------------------------------------#
- #Step 2# Run Command:
- #----------------------------------------------------#
- Powershell
- #----------------------------------------------------#
- #Step 3# Run Powershell Command:
- Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- #----------------------------------------------------#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement