Add files via upload
This commit is contained in:
parent
75667f6129
commit
5cea7e99bc
12 changed files with 1628 additions and 1 deletions
3
scripts/Remove default apps (Recommended).ps1
Normal file
3
scripts/Remove default apps (Recommended).ps1
Normal file
|
@ -0,0 +1,3 @@
|
|||
### This script allows you to remove unwanted Apps that come with Windows within a GUI. ###
|
||||
### Press <CTRL> if you want to select and remove mutliple apps at the same time
|
||||
Get-AppxPackage -AllUsers | Out-GridView -PassThru | Remove-AppxPackage
|
Loading…
Add table
Add a link
Reference in a new issue