Security tab missing

G

Guest

Hi All,

I accidentally denied the permissions for everyone on file rshx32.dll when I
hardened the box. Now I am not getting the security tab despite having a NTFS
formatted disk. Please help as I cannot revert back the settings as there is
no security tab on the file.

Thanks
Nitin
 
S

Steven L Umbach

You should be able to use cacls or xcacls to restore permissions from the
command line. Use cacls /? to find more information on how to use it. The
link below may help. It is for xcacls but it should work the same for cacls
which is already on your computer. Note that if you do not use the /e
switch all previous permissions are replaced. --- Steve

http://support.microsoft.com/default.aspx?scid=kb;en-us;318754

CACLS rshx32.dll /G Administrators:F -- run this command in the
\winnt\system32 folder or use the full path to the file in the command to
grant administrators only full control to the file.
 

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

Top