react 前端框架如何驱动企业数字化转型与创新发展
921
2022-09-19
Win10基础 regedit 启动多个注册表编辑器
OS : Windows 10 Version 1909 blog : 师万物 typesetting : Markdown
在已经开启一个 注册表编辑器 的现状下,运行 regedit -m
效果
知识扩展
regedit在执行时,是可以追加参数的。但是,没有找到相关的帮助文档。 见到一篇2007年的blog中提到 regedit 是有未公开的参数的。 博主 lixianlin 在博文中提到(可是依然没有提到 -m 的用法):
Imports and exports registry files to and from the registry REGEDIT [/L:system] [/R:user] filename1 REGEDIT [/L:system] [/R:user] /C filename2 REGEDIT [/L:system] [/R:user] /E filename3 [regpath1] REGEDIT [/L:system] [/R:user] /D regpath2 /L:system Specifies the location of SYSTEM.DAT file. /R:user Specifies the location of USER.DAT file. filenamel Specifies the file(s) to import into the registry. /C filename2 Specifies the file to creat the registry from.. /E filename3 Specifies the file to export the registry to. regpath1 Specifies the starting registry key to export from(Defaults to exporting the entire registry). /D regpath2 Specifies the registry key to delete.
参考资料
dosregedit regedit.exe参数说明
学习推荐
Windows 技术文档 msdn 51CTO社区
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~