Update exit.ps1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
while($true){
|
||||
if((get-date) -gt (Get-content "$env:appdata\-locker\killswitch.txt")){
|
||||
sleep 10
|
||||
Remove-Item "$env:appdata\-locker" -Recurse -Force;
|
||||
@@ -5,3 +6,4 @@ Remove-Item "$env:userprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Progr
|
||||
Remove-Item "$env:appdata\-exit.ps1"
|
||||
}
|
||||
else{continue}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user