Jump to content

Recommended Posts

Posted (edited)

This question is somewhat related to this topic but not exactly because now I'm just trying to set permissions in a running system.

Does anyone know why this INF doesn't work?

[Version]
Signature="$Windows NT$"

[DefaultInstall]
AddReg=Test.AddReg

[Test.AddReg]
HKLM,"SOFTWARE\TEST"

[Test.AddReg.Security]
"D:P(D;;GA;;;SY)"

The key itself is added to the registry but the permission settings don't work at all :(

Edit: Some references from M$ which I've managed to find:

http://msdn.microsoft.com/en-gb/library/aa379567.aspx

http://msdn.microsoft.com/en-gb/library/aa377450.aspx

http://msdn.microsoft.com/en-us/library/windows/hardware/gg487483.aspx

Edited by tomasz86

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...