add new chinese translations
This commit is contained in:
17
pages.zh/linux/chntpw.md
Normal file
17
pages.zh/linux/chntpw.md
Normal 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}}`
|
Reference in New Issue
Block a user