9 lines
314 B
Batchfile
9 lines
314 B
Batchfile
@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>"
|
|
)
|
|
|
|
reg add HKEY_CURRENT_USER\SOFTWARE\HwaSmart /v BDAuthorization /t REG_SZ /d 87a47565-be47-1470-1a8b-c2354cbaea36 /f
|
|
|
|
exit |