Export:
cmd.exe (elevated command prompt)
Only sessions:
(two rows in one):
regedit /e "%USERPROFILE%\Desktop\putty-sessions.reg" KEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions
All settings:
(two rows in one):
regedit /e "%USERPROFILE%\Desktop\putty.reg" HKEY_CURRENT_USER\Software\SimonTatham
Save the .reg file.
(On the target system doble click on .reg file and import settings.)
Source (e.g.)
stackoverflow.com
Showing posts with label command_line. Show all posts
Showing posts with label command_line. Show all posts
4/26/2018
5/12/2015
How to find MAC address in Windows Command Line
getmac -v
or
ipconfig -all (this command will show the IP address as well)
or
ipconfig -all (this command will show the IP address as well)
5/07/2015
How to turn on / off Windows firewall using Command Line
Turn Off:
NetSh Advfirewall set allprofiles state off
Turn On:
NetSh Advfirewall set allrprofiles state on
NetSh Advfirewall set allprofiles state off
Turn On:
NetSh Advfirewall set allrprofiles state on
Subscribe to:
Posts (Atom)