Add files via upload

This commit is contained in:
Belim 2020-09-21 20:44:49 +02:00 committed by GitHub
parent 75667f6129
commit 5cea7e99bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1628 additions and 1 deletions

View 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}