0505网页制作与网站建设,建设网站北京市,wordpress单号管理系统,深圳宝安外贸网站建设公司正常情况下hosts文件在目录C:\Windows\System32\drivers\etc中#xff0c;最近新装的Windows10系统发现该目录下没有hosts文件。 如下操作显示隐藏文件发现还是没有。 执行如下命令hosts文件出现#xff1a;
for /f %P in (dir %windir%\WinSxS\hosts /b /s) do copy %P …正常情况下hosts文件在目录C:\Windows\System32\drivers\etc中最近新装的Windows10系统发现该目录下没有hosts文件。 如下操作显示隐藏文件发现还是没有。 执行如下命令hosts文件出现
for /f %P in (dir %windir%\WinSxS\hosts /b /s) do copy %P %windir%\System32\drivers\etc echo %P Notepad %P