Playing God on Windows
There are times during software development when you want to run in interactive mode with maximum privileges on a system, be God as it were. One might think running as Administrator
would do it but it doesn't. To be truly omnipotent on Windows, you have to run under the LocalSystem account[1]. It is easy enough with Tcl and this post shows you how. As a side bonus, it also describes how to inject processes into the interactive user's desktop to run under the user's account as well.