Jump to content

RE: How to Disable Warnings


beejay1a

Recommended Posts

Sometimes when I go to move a folder from one location to another, I get a warning box saying something like you do not have permission to do that.

Is there a way to disable this. I already have UAC disabled as well, but that does not control this I figure.

thanks....

Link to comment
Share on other sites


Just try once more disable UAC.

Type "msconfig" (without quoate) in Run Dialog Box.

Go to last tab and look for Disable UAC; select this and launch this one.

Restart your PC to take effect.

Link to comment
Share on other sites

Hi,

This is not UAC at all.

This is due to the fact that your normal admin accounts are not real admins.

Your account does not own the files and folder by default... And you only have read access permissions to them as well...

To fix this permanently you can run as a real admin via the likes of:

http://www.neowin.net/forum/index.php?showtopic=537806

Or you can take ownership and gain full rights to files and folders on the fly...

Take Ownership of a folder plus all files in specified directory and all subdirectories:

takeown /F "%Systemroot%\System32\drivers" /R

Take Ownership of a file:

takeown /F "%Systemroot%\System32\drivers\tcpip.sys"

Give yourself full rights on a folder plus all files in specified directory and all subdirectories

icacls "%Systemroot%\System32\drivers" /grant %username%:F /T

Give yourself full rights on a file:

icacls "%Systemroot%\System32\drivers\tcpip.sys" /grant %username%:F

Take Care,

Will

Link to comment
Share on other sites

But after disable UAC; I hav not faced any restriction yet as U explained.

and to modfication of files of Vista like rename and replace. U must hav to get permissions even U hav logged into Real Admin a/c as U written.

Link to comment
Share on other sites

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...