Name: Anonymous 2007-10-10 22:12
If you can't get to a command prompt but can get to a Microsoft Office application, press Alt+F11 to bring up the VBA editor, then Ctrl+G to go to the Immediate window, and type in Shell("whatever") to run whatever command you want.
A good one if the computer is locked down is to run EDIT /78 C:\WINDOWS\REGEDIT.EXE, damage the text DisableRegistryTools (that it looks up to see if you have permission to run it - it should be on the second page of the file padded out because it's Unicode) then save the REGEDIT.EXE file elsewhere on your desktop or something.
A good one if the computer is locked down is to run EDIT /78 C:\WINDOWS\REGEDIT.EXE, damage the text DisableRegistryTools (that it looks up to see if you have permission to run it - it should be on the second page of the file padded out because it's Unicode) then save the REGEDIT.EXE file elsewhere on your desktop or something.