你好,
你可以尝试使用Task scheduler
来设置定时断网和联网:
*由于我没有08的环境,所以以下截图均来自server
2012 R2
1.
在cmd
中运行命令netsh interface show interface
确定 NIC的名字

2.运行taskschd.msc
启动windows task scheduler
创建disable/enable NIC的任务。
选择一个有admin权限的用户,
创建具体的任务:
启用NIC
netsh interface set interface "Ethernet" admin=enable
禁用NIC
netsh interface set interface "Ethernet" admin=disable


确认命令的完整性

设置你想要的定时时间

最后你可以手动启动或禁用NIC然后测试task scheduler是否设置成功。
此致,
Jenny
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.