add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

17
pages.zh/linux/chntpw.md Normal file
View File

@@ -0,0 +1,17 @@
# chntpw
> 一个可以编辑Windows注册表、重置用户密码、通过修改Windows SAM来提升用户为管理员的工具。
> 使用类似Kali Linux的启动光盘启动目标机器并以提升的权限运行。
> 更多信息:<https://pogostick.net/~pnh/ntpasswd>。
- 列出SAM文件中的所有用户
`chntpw -l {{path/to/sam_file}}`
- 交互式编辑用户:
`chntpw -u {{username}} {{path/to/sam_file}}`
- 交互式使用chntpw
`chntpw -i {{path/to/sam_file}}`