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,4 @@
### 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 ###
### INFO: Provisoned apps are applications that Windows will attempt to reinstall during updates, or when a new user account is made. If you remove these you will have to install them manually through the Store app when making new accounts.
Get-AppxProvisionedPackage -online | Out-GridView -PassThru | Remove-AppxProvisionedPackage -online