Windows Vista/7中netsh没有routing这个模块
Vista可以提取Windows xp或Windows Server 2003中%systemdrive%windows/system32/下的ippromon.dll和ipmontr.dll文件到Vista/7下的Windows/system32目录下
Win7必须提取Windows Server 2008 R2 中的以上文件到以上目录
然后cmd运行以下命名
netsh
delete helper ipmontr.dll
delete helper ippromon.dll
add helper ipmontr.dll
add helper ippromon.dll
1