Windows 2000/XP のネットワーク設定をワンタッチで切り替える

  http://cubic9.com/Blog/2005-09-09/#if3bb0f46

netsh -c interface dump > home.txt

  でネットワーク設定を保存して,

net start "Remote Registry Service"
netsh -f home.txt
net stop "Remote Registry Service"

  と書いたバッチファイルを用意する.

  これを切り替える場所ごとに用意すれば,OK.