September 24, 2007
When I was looking at the documentation for the registry and keys associated with the command processor I came across this:
Hmm. For the fun of it I opened up the key and put ‘notepad.exe’ in the AutoRun value.(To see how this actually worked)
Any time I opened a console application, or a command prompt window notepad [...]
Read the full article →
September 21, 2007
One of the things I do all the time in XP, 2000, and 2003 is use the RunAs command. It comes in handy when you are running as a limited user, and need to fire up a process as an administrator.
Here is the typical command line sequencec:> Runas /user:intelliadmin\administrator notepad.exeEnter the password for intelliadmin\administrator: *********Attempting [...]
Read the full article →