encryption/权限部署.bat

10 lines
231 B
Batchfile
Raw Permalink Normal View History

2024-02-22 12:01:08 +08:00
@echo off
If Not "%~1"=="H" (
mshta vbscript:"<script language=vbs>Set UAC=CreateObject(""Shell.Application""):UAC.ShellExecute ""%~s0"", ""H"", """", ""runas"", 1:window,close</script>"
)
start "" "%~dp0\encryption.exe"
exit