讓程式運行在system權限下

1:XP的方法

在CMD利執行

at 16:05 /interactive taskmgr.exe

就指定時間執行程式,執行起來的程式就是執行在system權限下

2:WIN7的方法

sc Create SuperCMD binPath= “cmd /K start” type= own type= interact
sc start SuperCMD

把上面的內容放到bat中,執行後cmd會閃一下,再出來一個cmd,最後的cmd就是system權限