include <LocalSecurityAuthority.au3>
If Not @Compiled Then Exit(Msgbox(48, '', 'Compile first!'))
If $CmdLine[0] = 0 Then
_CreateProcessAsSystem(@ScriptFullPath, " -System", "WinLogon.exe")
Exit
EndIf
Msgbox(0, '', "现在是SYSTEM权限,这里加一些操作代码。")
; Codes....
ShellExecute("E:\s缴费\使用说明.txt","","E:\s缴费")