This commit is contained in:
24
Windows/Windows常用操作.md
Normal file
24
Windows/Windows常用操作.md
Normal file
@@ -0,0 +1,24 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Windows常用操作
|
||||
|
||||
## Windows如何添加解析和刷新DNS?
|
||||
|
||||
1. Windows添加解析, 编辑次文件
|
||||
|
||||
```bash
|
||||
C:\Windows\System32\drivers\etc
|
||||
```
|
||||
|
||||
2. 刷新DNS
|
||||
|
||||
```bash
|
||||
ipconfig /flushdns
|
||||
```
|
||||
|
||||
## windiws密钥Ssh文件位置在哪里?
|
||||
|
||||
```bash
|
||||
C:\Users\Administrator\.ssh
|
||||
```
|
||||
|
Reference in New Issue
Block a user