无忧启动论坛

标题: 求最新版的setacl如何设置注册表子键的特殊权限? [打印本页]

作者: chinaren12    时间: 2012-5-30 22:23
标题: 求最新版的setacl如何设置注册表子键的特殊权限?
setacl.exe 版本号。2.3.2。是最新版的。
我想要设置注册表中某一个子键的特殊权限。

权限如图。

请问有人知道这个最新版的setacl.exe如何设置吗?
作者: chinaren12    时间: 2012-5-31 22:03
经过今天晚上一个多小时的研究,自己搞定了。
作者: zhoubin    时间: 2012-6-1 08:45
想学习一下,楼主能说一下是怎么解决的吗?
作者: kidzgy    时间: 2012-10-31 14:58
标题: 回复 #2 chinaren12 的帖子
能不能提供解决方案?
作者: 2010Enun    时间: 2012-12-21 23:50
标题: 回复 #1 chinaren12 的帖子
批处理:


  1. @echo off
  2. pushd "%~dp0"

  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\test",0,"D:AI(D;CI;DCLCWPSDWDWO;;;WD)"
  8. >>test.inf echo.;键:HKEY_LOCAL_MACHINE\SOFTWARE\test

  9. secedit /configure /db test.sdb /cfg test.inf
  10. erase test.*
  11. echo.All Done.
  12. pause>nul
复制代码





欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3