Add files via upload
This commit is contained in:
parent
75667f6129
commit
5cea7e99bc
12 changed files with 1628 additions and 1 deletions
3
scripts/Reinstall all built-in apps.ps1
Normal file
3
scripts/Reinstall all built-in apps.ps1
Normal file
|
@ -0,0 +1,3 @@
|
|||
### This script will reinstall all built-in modern apps in a single step ###
|
||||
###- This command will take a few moments and will reinstall all built-in apps. If you receive any error message, ignore it. You may need to restart the computer to take effect
|
||||
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
|
Loading…
Add table
Add a link
Reference in a new issue