Closed sky5416841 closed 3 months ago
apexmaster_without_hyde64.ahk 二十一行 RunAsAdmin()
{ Global 0 IfEqual, A_IsAdmin, 1, Return 0 Loop, %0% params .= A_Space . %A_Index% DllCall("shell32\ShellExecute" (A_IsUnicode ? "" : "A"), uint, 0, str, "RunAs", str, (A_IsCompiled ? A_ScriptFullPath : A_AhkPath), str, (A_IsCompiled ? "" : """" . A_ScriptFullPath . """" . A_Space) params, str, A_WorkingDir, int, 1) ExitApp } 不然會造成程式無法開啟 彈出視窗我不知道怎麼用 就交給你處理了
apexmaster_without_hyde64.ahk 二十一行 RunAsAdmin()
{ Global 0 IfEqual, A_IsAdmin, 1, Return 0 Loop, %0% params .= A_Space . %A_Index% DllCall("shell32\ShellExecute" (A_IsUnicode ? "" : "A"), uint, 0, str, "RunAs", str, (A_IsCompiled ? A_ScriptFullPath : A_AhkPath), str, (A_IsCompiled ? "" : """" . A_ScriptFullPath . """" . A_Space) params, str, A_WorkingDir, int, 1) ExitApp } 不然會造成程式無法開啟
彈出視窗我不知道怎麼用 就交給你處理了