Device Object Security Group Policy

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

Guest

I want to change Device Object Security with group policy it is possible?
can give me the way?
Thank you
 
Could you give us example of what you mean by
Device Object Security
I suspect that many of us think we know what you mean but are
not familiar with the use of that term and so unsure.
 
I need to get a hardware disk id.
I use
CreateFile (\\\\.\\PhysicalDrive0",
GENERIC_READ | GENERIC_WRITE,
FILE_SHARE_READ | FILE_SHARE_WRITE, NULL,
OPEN_EXISTING, 0, NULL);

and DeviceIoControl (hPhysicalDriveIOCTL, DFP_GET_VERSION....)

In several server windows domain it works correctly with normal user rights,
but I found with some windows domain that it work only if have
administrator rights. I must use it without administrator rights. I suppose
that this depends on group policy setting, - is that true? Is it possible
to give via group policy to PhysicalDrive normal user rights?
I found the utility WINOBJ.EXE .With this I can change permissions to
PhysicalDrive0 but when I had to reboot the PC the permission went back to
original state.

I thank you in advance fro your kind attention and cooperation.
Best regards,

Nicola Micheli
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

itemsend 0
domain security policy 6
Read security policy 1
Domain Security Policy 2
where in windows 2000 ? 1
Audit Policy 4
DOMAIN SECURITY GROUP POLICY 3
Newbie policy & security groups ?: SBS/Win 2003 AD 5

Back
Top