WinXP provides netsh utility to do this basic task by taking a snapshot of current configuration to restore later.
netsh -c interface dump > dhcp.txt
netsh -c interface dump > static.txt
netsh -f dhcp.txt
netsh -f static.txt
Nothing But Me
netsh -c interface dump > dhcp.txt
netsh -c interface dump > static.txt
netsh -f dhcp.txt
netsh -f static.txt
No comments:
Post a Comment