25 lines
325 B
Markdown
25 lines
325 B
Markdown
> 本文作者:丁辉
|
|
|
|
# Windows常用操作
|
|
|
|
## Windows如何添加解析和刷新DNS?
|
|
|
|
1. Windows添加解析, 编辑次文件
|
|
|
|
```bash
|
|
C:\Windows\System32\drivers\etc
|
|
```
|
|
|
|
2. 刷新DNS
|
|
|
|
```bash
|
|
ipconfig /flushdns
|
|
```
|
|
|
|
## windiws密钥Ssh文件位置在哪里?
|
|
|
|
```bash
|
|
C:\Users\Administrator\.ssh
|
|
```
|
|
|