How to enable or disable Administrator account in windows 7 basic or vista?

Wednesday, 12 May 2010 Admin

As part of improving Operating System security, latest windows are coming with hidden administrator account. Even from the user account option in control panel you can’t view the Administrator account. Most of the cases this will create the user panic if they really want to do some thing with the Administrator account.

Actually administrator account is disabled by default on the computer as it is not really required for normal users unless they need it for some kind of trouble shooting.

So, how we activate a hidden Administrator account on your computer?

Follow below simple steps to activate this account:

Open a command prompt in Administrator mode
   This can be dome by by right-clicking and choosing “Run as administrator” (or use the Ctrl+Shift+Enter  shortcut from the search box)



   Type the following command on the black window to enable Administrator account

   --------------------------------------
   net user administrator /active:yes
   --------------------------------------

   You will get a message “The command completed successfully”

   Go to Control panel user accounts, then go to manage accounts
   Here you could see activated Administrator account

Very important
---------------
This activated admin account doesn’t have a password. You must set one immediately after activating that.


Type the following command on the command window to disable Administrator account:

-------------------------------------
net user administrator /active:no
-------------------------------------

Administrator account will be disabled. You wont see it while logon or in the control panel


Generally speaking Administrator account is only required for troubleshooting purpose. As a security measure, let Administrator account be disabled unless you need it for some kind of troubleshooting activity.

Internet Explorer Tips

Admin

To enter quick web address

:> To get a fully qualified .com site address easily on internet explorer, just type the site name and press CTRL+ENTER

Eg: (just type yahoo then press CTRL+ENTER, internet explorer automatically fill http://www.yahoo.com)

:> To do a quick refresh press F5 OR press CTRL+F5

:> For netbook users, if you need to see the explorer full screen then press F11

Notepad Tips!

Admin



Q: How to Find and Replace a word in notepad?
A: Pressing CTRL+H (Control key and ‘H’ key together) will provide you a window to enter FIND word and REPLACE word.

Q: How to find a word?
A: To FIND only, press CTRL+F

Q: How to select all contents?
A: To Select all contents together; press CTRL+A

Q: How to insert date and time to notepad?
A: Press function key F5