Install Telnet Remotely
Hi!
Is it possible to install Telnet Client Remotely on a windows 7 pc if you have the admin password?
Thanks.
February 21st, 2011 3:00am
use RDP to connect to the remote PC and turn the feature on with the control panel->"Turn Windows features on or off"."A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
Free Windows Admin Tool Kit Click here and download it now
February 21st, 2011 2:36pm
Hi there,
You could use the command pkgmgr /iu:”TelnetServer”
You could use PsExec to use the command
http://technet.microsoft.com/en-us/sysinternals/bb897553
Microsoft MVP - Windows Expert (IT Pro)
February 21st, 2011 5:05pm
Thanks for your reply but i need to do it either through the registry or a script.
Free Windows Admin Tool Kit Click here and download it now
February 21st, 2011 5:35pm
Hi there,
You could use the command pkgmgr /iu:”TelnetServer”
You could use PsExec to use the command
http://technet.microsoft.com/en-us/sysinternals/bb897553
Microsoft MVP - Windows Expert (IT Pro)
That would install the server, not the client. Use "TelnetClient"
February 21st, 2011 8:40pm