# windows
- 存放密码的目录
C:\Windows\System32\config\sam |
- 存放 host 的目录
C:\Windows\System32\drivers\etc\hosts |
- 查看端口 8080
netstat -ano | findstr :8080 |
- 隐藏文件
attrib +s +h xxx.txt ## 系统保护并且隐藏的文件 |
- 注销用户
logoff |
C:\Windows\System32\config\sam |
C:\Windows\System32\drivers\etc\hosts |
netstat -ano | findstr :8080 |
attrib +s +h xxx.txt ## 系统保护并且隐藏的文件 |
logoff |