Enable Administrator User Account in Windows 7

Posted in Windows 7 on 29-12-2011

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.

  1. Navigate to Start button -> All Programs -> Accessories ->Command Prompt. Right click on Command Prompt and select ‘Run as administrator’.

    Right click Command Prompt and click 'Run as administrator'

     

  2. Type “net user administrator /active:yes” and press Enter.

    Type "net user administrator /active:yes" and press Enter

     

  3. When you switch user, you will be able to see an Administrator user account.

    When you switch user, you will be able to see an Administrator account

Related Posts

  1. Permanently Delete MySQL Service after uninstall
  2. Unable to Change Wallpaper in Windows 7 Fix
  3. How to Uninstall IE8 (Windows XP & Vista)
  4. Enable/Disable Comment in One Post for WordPress
  5. How to Install WordPress to Your Server Manually – Step by Step Installation

Write a Comment