HPD arrow Techlife Blog
Sep 10
Friday
English Arabic Bulgarian Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch Finnish French German Greek Hindi Italian Japanese Korean Norwegian Polish Portuguese Romanian Russian Spanish Swedish Catalan Filipino Hebrew Indonesian Latvian Lithuanian Serbian Slovak Slovenian Ukrainian Vietnamese Albanian Estonian Galician Hungarian Maltese Thai Turkish

Contact:

techlife at a glance

techlife sidesrelated linkstechlife interestsIT supportthe techlife it vault

Remote command line prompt in Windows

For those of you that love working with the command line here is a type for working on a machine remotely without having RDP, VNC access to that Windows machine, or you might like to do things the remote shell way, ie. SSH, Stelnet, etc. If the answer is "Yes" here is a way for you: 
 
1. Go to:
http://www.hudsonspcdoctor.com/sysinternals
 
2. Click the psexec.exe binary
 
3.  Save to a location you can execute from the command line
 
4.  Press Windows Key plus R and type in cmd and press enter
 
5.  CD to the directory that contains psexec.exe or you can execute it from the absolute path
 
6.  If you wish to obtain another machine’s command prompt without having to TS into that machine type the following:
 
psexec.exe
\\computername cmd


7.  There you have it remote command line access. 
 
8.  When you are done type exit to get back to a local prompt. 

HPD arrow Techlife Blog