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