reg-save: add Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
768e159c82
commit
e4e2200e12
11
pages.zh/windows/reg-save.md
Normal file
11
pages.zh/windows/reg-save.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# reg save
|
||||
|
||||
> 将注册表键、子键的所有值保存到一个文件中.
|
||||
|
||||
- 将注册表键、子键的所有值保存到一个文件中:
|
||||
|
||||
`reg save {{键名}} {{文件的路径}}`
|
||||
|
||||
- 在没有提示的情况下强制覆盖现有文件:
|
||||
|
||||
`reg save {{键名}} {{文件的路径}} /y`
|
Reference in New Issue
Block a user