As a software developer, it is unavoidable that we sometimes need to enable Administrator user account in Windows 7 to modify some settings. But be reminded not to use this account as default because it’ll make you exposed to certain security threats.
Here’s a simple tutorial on how to enable Administrator user account in Windows 7.
Navigate to Start button -> All Programs -> Accessories ->Command Prompt. Right click on Command Prompt and select ‘Run as administrator’.
Type “net user administrator /active:yes” and press Enter.
When you switch user, you will be able to see an Administrator user account.