当前位置:网站首页>Learning path PHP -- phpstudy "hosts file does not exist or is blocked from opening" when creating the project
Learning path PHP -- phpstudy "hosts file does not exist or is blocked from opening" when creating the project
2022-07-04 18:53:00 【hopetomorrow】
System is :windows10 x64
Find out C:\Windows\System32\drivers\etc In the catalog hosts It's gone , Show hidden files are still invisible
The specific method is as follows :
1、 open C:\Windows\System32\drivers\etc;
2、 open “ see ” Options ;
3、 Get rid of “ Hide protected operating system files ” Front hook , Then determine ;
4、 refresh , You will see Hosts file ;
5、 If there is still no , Press Windows Winkey +X key , Click on “ Command prompt ( Administrators )”, Copy the following command and right-click in the command prompt , Click on “ Paste ”, Then press enter (Enter) perform :
for /f %P in ('dir %windir%\WinSxS\hosts /b /s') do copy %P %windir%\System32\drivers\etc & echo %P & Notepad %P
When displayed “ Copied 1 File .” Hour means that the command is completed , At the same time, you will use Notepad to open hosts file , here hosts The file is restored .
The same thing hosts The document is missing windows10 System users , Please refer to the tutorial shared by the above editor . I hope this tutorial can help all friends in need !
边栏推荐
- 项目通用环境使用说明
- Unity makes revolving door, sliding door, cabinet door drawer, click the effect of automatic door opening and closing, and automatically play the sound effect (with editor extension code)
- Crawler (6) - Web page data parsing (2) | the use of beautifulsoup4 in Crawlers
- 【系统盘转回U盘】记录系统盘转回U盘的操作
- [cloud voice suggestion collection] cloud store renewal and upgrading: provide effective suggestions, win a large number of code beans, Huawei AI speaker 2!
- Mxnet implementation of googlenet (parallel connection network)
- Digital "new" operation and maintenance of energy industry
- [go ~ 0 to 1] read, write and create files on the sixth day
- Li Kou brush question diary /day2/2022.6.24
- 如何提高开发质量
猜你喜欢

TorchDrug教程
![[go language question brushing chapter] go conclusion chapter | introduction to functions, structures, interfaces, and errors](/img/7a/16b481753d7d57f50dc8787eec8a1a.png)
[go language question brushing chapter] go conclusion chapter | introduction to functions, structures, interfaces, and errors

力扣刷题日记/day3/2022.6.25

MySQL common add, delete, modify and query operations (crud)

Grain Mall (I)

【2022年江西省研究生数学建模】水汽过饱和的核化除霾 思路分析及代码实现

Behind the ultra clear image quality of NBA Live Broadcast: an in-depth interpretation of Alibaba cloud video cloud "narrowband HD 2.0" technology

Nature microbiology | viral genomes in six deep-sea sediments that can infect Archaea asgardii
![[cloud native] what is the](/img/00/0cb0f38bf3eb5dad02b3bc4ead36ba.jpg)
[cloud native] what is the "grid" of service grid?

Li Kou brush question diary /day4/6.26
随机推荐
File processing examples of fopen, FREAD, fwrite, fseek
【机器学习的数学基础】(一)线性代数(Linear Algebra)(上+)
爬虫(6) - 网页数据解析(2) | BeautifulSoup4在爬虫中的使用
VMware Tools和open-vm-tools的安装与使用:解决虚拟机不全屏和无法传输文件的问题
Tutorial on the use of Huawei cloud modelarts (with detailed illustrations)
Once the "king of color TV", he sold pork before delisting
Scala基础教程--15--递归
华为云ModelArts的使用教程(附详细图解)
Why are some online concerts always weird?
Halcon template matching
Redis主从复制
学习路之PHP--phpstudy创建项目时“hosts文件不存在或被阻止打开”
fopen、fread、fwrite、fseek 的文件处理示例
Basic tutorial of scala -- 16 -- generics
2022年字节跳动日常实习面经(抖音)
Li Kou brush question diary /day2/2022.6.24
How is the entered query SQL statement executed?
LD_LIBRARY_PATH 环境变量设置
Mxnet implementation of googlenet (parallel connection network)
SIGMOD’22 HiEngine论文解读



