建筑企业网站源码,wordpress二次元简约主题,win7卸载电脑上的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