IT Knowledge Base and Articles for fun
Admin enable from recovery tool (Windows)
Enabling Hidden Administrator Account on Windows (Offline Method)
- Enter Windows Recovery Environment:
- Restart your computer and boot into the Windows Recovery Environment (WinRE).
- Open Command Prompt:
- Once in WinRE, open the Command Prompt.
- Access Windows Registry:
- Type regedit and press Enter to open the Registry Editor.
- Load Hive:
- Highlight the HKEY_LOCAL_MACHINE key.
- From the File menu, select Load Hive.
- Navigate to Configuration Directory:
- Navigate to the C:\Windows\System32\Config directory.
- Load the SAM File:
- Highlight the SAM file and click the Open button.
- Assign a Temporary Key Name:
- When prompted, type temp as the key name and click OK.
- Navigate to the Appropriate Registry Key:
- Under the HKEY_LOCAL_MACHINE key, expand the newly created temp key.
- Navigate to SAM > Domains > Account > Users > 000001F4.
- Edit the F Value:
- Double-click the F value.
- Use the down arrow key to navigate to the line 0038.
- Replace 11 with 10.
- Save Changes and Unload Hive:
- Click OK to save changes.
- Highlight the temp key, and from the File menu, choose Unload Hive to write back the changes to the registry.
- Close Registry Editor and Restart:
- Close the Registry Editor.
- Close Command Prompt.
- Restart your computer normally.
- Verify Administrator Account:
- After restarting, the Administrator account should be enabled.
Disabling the Administrator Account (After Use)
- Open Command Prompt:
- Open Command Prompt by typing cmd into the Start menu search box and selecting it.
- Disable Administrator Account:
- Type the following command to disable the Administrator account: net user administrator /active:no
- Press Enter.
- Close Command Prompt and Verify:
- Close Command Prompt.
- Verify that the Administrator account is disabled.
Final Note
- Ensure to disable the Administrator account after completing your tasks to avoid any security risks.