1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 18:17:57 +01:00
tldr/pages.zh/windows/reg-save.md
2019-03-12 11:56:23 +00:00

286 B

reg save

将注册表键、子键的所有值保存到一个文件中.

  • 将注册表键、子键的所有值保存到一个文件中:

reg save {{键名}} {{文件的路径}}

  • 在没有提示的情况下强制覆盖现有文件:

reg save {{键名}} {{文件的路径}} /y