无忧启动论坛
标题:
求最新版的setacl如何设置注册表子键的特殊权限?
[打印本页]
作者:
chinaren12
时间:
2012-5-30 22:23
标题:
求最新版的setacl如何设置注册表子键的特殊权限?
setacl.exe 版本号。2.3.2。是最新版的。
我想要设置注册表中某一个子键的特殊权限。
权限如图。
sshot-2012-05-30-[21-23-46].jpg
(124.75 KB, 下载次数: 80)
下载附件
2012-5-30 22:23 上传
请问有人知道这个最新版的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 的帖子
批处理:
@echo off
pushd "%~dp0"
>>test.inf echo.[Version]
>>test.inf echo.Signature = "$Chicago$"
>>test.inf echo.
>>test.inf echo.[Registry Keys]
>>test.inf echo."MACHINE\SOFTWARE\test",0,"D:AI(D;CI;DCLCWPSDWDWO;;;WD)"
>>test.inf echo.;键:HKEY_LOCAL_MACHINE\SOFTWARE\test
secedit /configure /db test.sdb /cfg test.inf
erase test.*
echo.All Done.
pause>nul
复制代码
欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/)
Powered by Discuz! X3.3