Tuesday, December 25, 2012

Windows 7 Administrator Rights

Most of  you have faced this issue that when you want to create any file/folder in C drive and a prompt appears, saying you need to provide administrator permission to create file/folder.




If you have faced the above mentioned problem.To solve this you have to give full control permision of C drive to administartor and current user. for this try the solution provided below :

Solution 1:
1. Open up command prompt, right click and run as admin to open the administrative control panel
2. Type the following and hit enter
    TAKEOWN /A /F C:
    then the next one
    TAKEOWN /F C:
this will give both admin and your account full permissions to all files in the C drive

Solution 2:
1. Open "Computer Management"
2. Go To "Local Users And Groups"
3. Then Go To Users
4. Double Click On "Administrator"
5. Uncheck "Account Is Disabled"
6. That’s It. It Will Enable Original Administrator Account.
Check this by Logging Off The Current Account...

No comments:

Post a Comment