Board logo

标题: [注册表类] 批处理怎样修改注册表项的权限,并删除该项? [打印本页]

作者: 求知路漫漫    时间: 2022-3-21 16:00     标题: 批处理怎样修改注册表项的权限,并删除该项?

系统环境win10 64
注册表中有以下项,下面还有多个子项,想一次性删除,需要先改权限,原权限为trustedinstaller
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\WSL
再论坛中搜索,参照secedit的方法,
  1. @echo off
  2. rem 设置"HKEY_LOCAL_MACHINE\SOFTWARE\test"的所有者为:Everyone
  3. >>test.inf echo.[Version]
  4. >>test.inf echo.Signature = "$Chicago$"
  5. >>test.inf echo.
  6. >>test.inf echo.[Registry Keys]
  7. >>test.inf echo."MACHINE\SOFTWARE\Classes\Directory\background\shell\WSL", 0, "O:BA"
  8. secedit /configure /db test.sdb /cfg test.inf /log test.log
  9. pause
  10. del test.*
  11. pause
复制代码
提示操作成功,但实际权限并没有更改,请教是怎么回事,谢谢




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2