VERSION|0.4.7.1|SUBJECT|Running CMD.EXE as Local System|CONTENT|This page helped me figure out how to debug a problem I was having trying to run a windows service: [url=http://blogs.msdn.com/adioltean/articles/271063.aspx]blogs.msdn.com[/url]

In short, you can create a service that will launch cmd.exe as the local system user, by running this:

[code]sc.exe create testsvc binpath= &quot;cmd /K start&quot; type= own type= interact[/code]|DATE|1185571464