mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 14:41:32 +00:00
Adding lost UNC0V3R3D BadUSB Collection
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
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
|
||||
+44
@@ -0,0 +1,44 @@
|
||||
|
||||
# RemoveWindowsUpdate
|
||||
|
||||
This script uninstalls a Windows update that has been previously installed on the system.
|
||||
|
||||
|
||||
|
||||
## How to use?
|
||||
|
||||
This script is not plug and play. You will have to do the following changes:
|
||||
|
||||
- change update number "$input="UPDATE NUMBER""
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- open powershell
|
||||
- find update by number
|
||||
- uninstall update
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Feedback
|
||||
|
||||
If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
For support, contact me via Discord "UNC0V3R3D#8662".
|
||||
|
||||
|
||||
## Meta
|
||||
|
||||
|
||||
- If you want to sponsor me on Patreon, the link is on my profile.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user