Netsh is a very powerful network configuration tool that allows you to change virtually every network related setting on your computer. One of the useful things it allows you to do is backup and restore your network configuration settings.
Use the following command to backup your network configuration:
netsh interface dump > netcfg.dat
Use the following command to restore your network configuration:
netsh exec netcfg.dat
This is very useful for those who travel to various network environments throughout the day. By setting up a few batch files you can have your entire network configuration change to suit the current network you are in with just the click of a mouse.
reference : http://www.windowsnetworking.com/kbase/WindowsTips/Windows2003/AdminTips/Network/UsingNetshtoBackupandRestoreNetworkConfiguration.html
Monday, March 29, 2010
Wednesday, March 24, 2010
Blue Screen after clone with Vmware Converter
How to fix it? Here are my steps:
- Open the VMware Converter and start the Configuration tools;
- Choose your VM machines image to reconfigure;
- In the TAP “View/Edit Options”, choose the option “Reconfigure destination virtual machine”, then complete the reconfiguration;
- Reboot your virtual machine and follow the reconfigure steps. You may require new Windows SN to finish it.
- Once you can log on, job is done.
Monday, March 15, 2010
Check folder permission
ใช้ command "cacls"
reference http://www.computerperformance.co.uk/w2k3/utilities/cacls.htm
reference http://www.computerperformance.co.uk/w2k3/utilities/cacls.htm
Subscribe to:
Posts (Atom)