mirror of
https://github.com/builtbybel/BloatyNosy.git
synced 2024-11-07 16:44:18 +01:00
Add files via upload
This commit is contained in:
parent
258dc21eb8
commit
451bd8a9f2
13
mods/Restore In-box apps.ini
Normal file
13
mods/Restore In-box apps.ini
Normal file
@ -0,0 +1,13 @@
|
||||
[Info]
|
||||
DisplayName=Reinstall all built-in apps
|
||||
Publisher=Builtbybel - https://www.builtbybel.com
|
||||
AboutScript=This mod 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.
|
||||
ScriptLanguage=PowerShell
|
||||
ConditionScript=reinstall-inbox-apps.ps1
|
||||
CreateNoWindow=false
|
||||
ScriptParam=-noexit
|
||||
|
||||
|
||||
|
||||
|
||||
|
1
mods/restore-inbox-apps.ps1
Normal file
1
mods/restore-inbox-apps.ps1
Normal file
@ -0,0 +1 @@
|
||||
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
|
Loading…
Reference in New Issue
Block a user