Update exit.ps1

This commit is contained in:
I-Am-Jakoby 2022-12-24 22:58:54 -06:00 committed by GitHub
parent 6d9a3f2aa4
commit ad2133d069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,6 @@
if((get-date) -gt (Get-content "$env:appdata\-locker\killswitch.txt")){
Remove-Item "$env:appdata\-locker" -Recurse -Force; Remove-Item "$env:appdata\-locker" -Recurse -Force;
Remove-Item "$env:userprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\-p.cmd" Remove-Item "$env:userprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\-p.cmd"
Remove-Item "$env:appdata\-exit.ps1" Remove-Item "$env:appdata\-exit.ps1"
}
else{continue}