命令行 regedit 键导出语法
我正在尝试在命令行(Win7)中导出特定的键值,但我认为我的语法不正确。我找到了许多显示正确顺序的示例,但我认为我使用的路径不正确。非常感谢任何帮助。
这是我尝试过的:
regedit /e c:\users\<user>\Desktop\exportedkey.reg HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\FontAndColors\{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}
I'm attempting to export a specific key value in command line (Win7) and I don't think I have the syntax down correctly. I have found a number of examples that show the correct order, but I think the path I'm using is incorrect. Any help is greatly appreciated.
Here's what I tried:
regedit /e c:\users\<user>\Desktop\exportedkey.reg HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\FontAndColors\{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须引用 reg 文件的路径,即使它不包含空格。
You have to quote the path to the reg file, even if it doesn't contain spaces.