Re: Running EXE as System
Well, this should be done by something like Active directory, as I believe any changes of this sort to the registry, even if done by your app, would require a log off and log on to put into effect. However, if the task manager killing your app is your only concern, you can just disable it in the registry too. Add this key:
HKCU/Software/Microsoft/Windows/CurrentVersion/Policies/System/DisableTaskMgr
and set the value to 1.
Bill
Re: Running EXE as System
Hello,
There is some software called "***********" which manages to do this you wont need to log off/log on again just restart Explorer.exe and that should do the trick. I dont want to disable task manager just the ending of my critical process.