Powershell

powershell repair windows apps

powershell repair windows apps

Reinstall default Windows 10 apps with a single PowerShell command

  1. Open PowerShell and select the Run as administrator option.
  2. Type in the following command and hit Enter: Get-AppxPackage -AllUsers| Foreach Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”

How To Prevent Users From Changing Theme In Windows 7
How To Prevent Users From Changing Theme In Windows 7 Type gpedit. ... In the Policy Editor, go to User Configuration, Administrative Templates, Contr...
Disable Avast! Antivirus Sounds
Turn off sounds Click Settings>General>Sounds and uncheck the Enable Avast sounds box. How do I silence Avast? How do I disable Deepscreen on Av...
How To Share Folders Between VirtualBox And Windows Host Machine
You can add the shared folder to your virtual machine with it running or stopped. We're going to mount the shared folder with our Ubuntu machine runni...