This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 请问:我要将 HKEY_CLASSES_ROOT\.abi\ 这个registry key 允许 sails group 有 Full 的访问权限,如何在VBScript 中写这条语句, 谢谢!
-meizi(梅子);
2002-6-27
(#605004@0)
-
nobody knows ?
-meizi(梅子);
2002-6-28
(#605638@0)
-
use RegEx component, you can download evaluation version from www.stonebroom.com
-nice2002(floater);
2002-6-28
(#605648@0)
-
It seems that I can use reggrant.exe to do this but it's no use when I wrote following script. Could you correct me where I am wrong. thanksConst RegGrant = "C:\Install\Utils\reggrant.exe"
Set oWshShell = CreateObject("Wscript.Shell")
oWshShell.Run RegGrant & " -cr -replace users:full,full .abi"
oWshShell.Run RegGrant & " -cr -replace users:full,full Coder.FileType"
-meizi(梅子);
2002-6-28
{242}
(#605667@0)
-
BTW: .abi and Coder.FileType is subkeys under HKEY_CLASSES_ROOT, that means: they are HKEY_CLASSES_ROOT\.abi and HKEY_CLASSES_ROOT\Coder.FileType
-meizi(梅子);
2002-6-28
(#605671@0)
-
up
-meizi(梅子);
2002-6-28
(#605811@0)
-
what is the OS?
-nice2002(floater);
2002-6-28
(#605946@0)