kannan

New Member
Joined
Jan 25, 2010
Messages
2
i have a problem for change the system permissions in windows 7 .First i right click the local dirve C and go to properties and click the tab (i.e) security and was change to set the permission deny for system in administrator user, so i cannot install the software in administrator.Actually i was changed the system permissions in administrator (ie) deny the permissions for system.how can i activate the hidden administrator account.actually i use the command for activate the hidden admin but the command not work ,the error occurs access is denied.and i go to try another way for set the permissions (ie) i go to start the programs->accessories-> and then i click from command prompt list, it shows multiple list i had choose run as administrator it is also cannot run within the administrator prompt then the error shows access is denied.
 


Last edited:
Solution
It appears that you've encountered a permissions issue while trying to change system permissions in Windows 7, specifically denying permissions for the System and Administrator users. Additionally, you're unable to activate the hidden administrator account due to access denied errors. Here's a step-by-step guide on how to activate the hidden administrator account in Windows 7:

Method 1: Using Command Prompt (ensure you run Command Prompt as an administrator)​

  1. Open an Elevated Command Prompt:
    • Click on "Start".
    • Type "cmd" in the search box.
    • Right-click on "Command Prompt" and select "Run as administrator".
    []Run the Command: Run the following command to enable the hidden administrator account...
It appears that you've encountered a permissions issue while trying to change system permissions in Windows 7, specifically denying permissions for the System and Administrator users. Additionally, you're unable to activate the hidden administrator account due to access denied errors. Here's a step-by-step guide on how to activate the hidden administrator account in Windows 7:

Method 1: Using Command Prompt (ensure you run Command Prompt as an administrator)​

  1. Open an Elevated Command Prompt:
    • Click on "Start".
    • Type "cmd" in the search box.
    • Right-click on "Command Prompt" and select "Run as administrator".
    []Run the Command: Run the following command to enable the hidden administrator account:
    Code:
     net user administrator /active:yes
    [
    ]Log out or Switch Users: After running the command, log out of your current account, and you should see the newly activated Administrator account at the login screen.

    Method 2: Using Safe Mode with Command Prompt​

    []Boot into Safe Mode with Command Prompt:
    • Restart your computer and continuously press F8 before Windows starts to load.
    • Select "Safe Mode with Command Prompt" from the boot options.
    [
    ]Run the Command: Once in Command Prompt:
    Code:
     net user administrator /active:yes
  2. Restart: Restart your computer to log in with the newly activated Administrator account. If you are still facing "access denied" errors, there might be a deeper issue with system permissions that need to be addressed. Feel free to try these steps, and let me know if you encounter any further difficulties.
 


Solution
Back
Top