Thursday, January 22, 2015

How to Run a Remote Command on a PC (9 Steps)

1. Click the 'Start' button on the Windows 7 client computer, and then click 'Control Panel.'
2. Double-click 'Programs' in the 'Control Panel' window, and then click 'Turn Windows Features On or Off.'
3. Click the 'Telnet Client' box listed in the 'Windows Features' window, and then click the 'OK' button. Windows will display a progress bar and then notification when completed.
4. Click the 'Start' button, then click 'Programs,' and then click 'Accessories.'
5. Right-click the command line icon listed in 'Accessories' and then click 'Run as Administrator.'
6. Type 'telnet x.x.x.x' substituting the 'x.x.x.x' with the IP address of the computer that has the telnet service enabled. Press the 'Enter' key.
7. Type the name of an account that has been configured with permissions to access the computer through the telnet service, and press the 'Enter' key.
8. Type the password of the account that has permissions to access the computer through the telnet service, and press the 'Enter' key.
9. Type 'systeminfo | more' on the command line and press the 'Enter' key. The command line output will display the host name of the remote computer along with details of the computer's configuration.

No comments:

Post a Comment