Need help with regini syntax

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when i create a .vbs for regini, I am trying to set permissions to every key
under a key. ie...

\registry\software\burli\ [1 7]

SO I'm trying to set permisions on that key and every key in it. Even
though every child object has "inherite from parent" set, it doesn't
propagate down. Thanks.
 
Please visit
news://msnews.microsoft.com/microsoft.public.scripting.vbscript

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.aspx

-------------------------------------------------------------------------------

:

| when i create a .vbs for regini, I am trying to set permissions to every key
| under a key. ie...
|
| \registry\software\burli\ [1 7]
|
| SO I'm trying to set permisions on that key and every key in it. Even
| though every child object has "inherite from parent" set, it doesn't
| propagate down. Thanks.
 
Back
Top