当前位置:网站首页>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 !
边栏推荐
- LD_LIBRARY_PATH 环境变量设置
- 一种将Tree-LSTM的强化学习用于连接顺序选择的方法
- Li Kou brush question diary /day4/6.26
- Esp32-c3 introductory tutorial questions ⑫ - undefined reference to ROM_ temp_ to_ power, in function phy_ get_ romfunc_ addr
- [go ~ 0 to 1] read, write and create files on the sixth day
- Li Kou brush question diary /day8/7.1
- 爬虫初级学习
- C语言打印练习
- [cloud voice suggestion collection] cloud store renewal and upgrading: provide effective suggestions, win a large number of code beans, Huawei AI speaker 2!
- How to download files using WGet and curl
猜你喜欢

An example of multi module collaboration based on NCF

华为云ModelArts的使用教程(附详细图解)

ISO27001 certification process and 2022 subsidy policy summary

Angry bird design based on unity

Li Kou brush question diary /day1/2022.6.23

Uni app and uviewui realize the imitation of Xiaomi mall app (with source code)
![[go ~ 0 to 1] read, write and create files on the sixth day](/img/cb/b6785ad7d7c7df786f718892a0c058.png)
[go ~ 0 to 1] read, write and create files on the sixth day

ThreadLocal原理与使用

Nature microbiology | viral genomes in six deep-sea sediments that can infect Archaea asgardii

一种将Tree-LSTM的强化学习用于连接顺序选择的方法
随机推荐
How to download files using WGet and curl
华为云ModelArts的使用教程(附详细图解)
Scala基础教程--13--函数进阶
Redis主从复制
Li Kou brush question diary /day2/2022.6.24
Is it safe to download the mobile version of Anxin securities and open an account online
Basic tutorial of scala -- 16 -- generics
Is it safe to open an account online? is that true?
[cloud native] what is the "grid" of service grid?
力扣刷题日记/day3/2022.6.25
Halcon模板匹配
6.26CF模拟赛B:数组缩减题解
Wireshark packet capturing TLS protocol bar displays version inconsistency
Reptile elementary learning
LD_LIBRARY_PATH 环境变量设置
力扣刷题日记/day8/7.1
I always thought that excel and PPT could only be used for making statements until I saw this set of templates (attached)
What types of Thawte wildcard SSL certificates provide
能源行业的数字化“新”运维
Android uses sqliteopenhelper to flash back



