windows系统恢复hosts原文件

windows恢复hosts原文件步骤 1. 使用管理员打开cmd 2. 输入一下命令 for f %P in (dir %windir%WinSxShosts b s) do copy %P %windir%System3

7月前280