Initial public release

This commit is contained in:
Raphire
2020-10-27 23:26:39 +01:00
commit 25111c0264
9 changed files with 122 additions and 0 deletions

3
Run.ps1 Normal file
View File

@@ -0,0 +1,3 @@
Write-Output "Attempting to launch script with admin privileges..."
PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Unrestricted -File ""$PSScriptRoot\Win10Debloat.ps1""' -Verb RunAs}";