Monday, March 29, 2010

Using Netsh to Backup and Restore Network Configuration

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

Wednesday, March 24, 2010

Blue Screen after clone with Vmware Converter

How to fix it? Here are my steps:
  1. Open the VMware Converter and start the Configuration tools;
  2. Choose your VM machines image to reconfigure;
  3. In the TAP “View/Edit Options”, choose the option “Reconfigure destination virtual machine”, then complete the reconfiguration;
  4. Reboot your virtual machine and follow the reconfigure steps. You may require new Windows SN to finish it.
  5. Once you can log on, job is done.
reference : http://3wblog.net/2009/09/01/blue-screen-after-clone-with-vmware-converter/

Monday, March 15, 2010

Check folder permission

ใช้ command "cacls"

reference http://www.computerperformance.co.uk/w2k3/utilities/cacls.htm