PC_Aide

Enable Telnet Client.ps1

Nov 14th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2.     Elevated : yes
  3.     SRC: https://www.petri.com/enable-telnet-client-windows-server-2012-windows-8
  4.     SRC: https://www.technipages.com/windows-10-enable-telnet
  5.  
  6. #>
  7.  
  8. #Powershell
  9. #O/P: http://pix.toile-libre.org/upload/original/1542240156.png
  10. dism /online /Enable-Feature /FeatureName:TelnetClient
  11.  
  12. #Cmd
  13. #O/P --> https://imgur.com/a/eIjhCf9
  14. pkgmgr /iu:"telnetClient"
Advertisement
Add Comment
Please, Sign In to add comment