For a long time I had resisted converting my DVD and Blu-Ray disks into any other format because I didn’t want to lose any quality. I had lived by this rule for a long time, and thankfully companies like QNAP and Thecus came to my storage rescue. However, the day has come where the cost of storing all the extra garbage that comes along with these movies has opened my eyes to benefits conversions. With that, I have began converting my movie collection to a format that allows me to lose all the excess fat, but keep my movie loss-less. Read More…
Enable Administrator Account in Windows Vista
Date: March 12th, 2009
Author: junior
Category: Windows Vista
Tags: Microsoft, Windows Vista
Article URL: http://computingondemand.com/?p=1866

The administrator account is disabled by default in Windows Vista, here is how you can enable it at logon.
Ok there are really two ways of doing this depending on which version of vista you have. And in 1 or 6 easy steps!
NOTE: Editing the Registry incorrectly can cause serious, system-wide problems that may require you to re-install your operating system to correct them. Microsoft nor computingondemand.com cannot guarantee that any problems resulting from the use of registry editing can be solved. Back up your registry first, but use at your own risk.
Method 1: All versions of Vista
- Open the registry editor (Run as Administrator)
- Navigate to the following registry entry: HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/SpecialAccounts/UserList
- Look for an entry on the right side for Administrator. If it doesn’t exist, you will need to create it. To do so, right-click on UserList and select New > DWORD Value. Give the value a name of Administrator. Press the Enter key when you are done.
- Right-click the Administratorentry and click Modify.
- Set the Value data to 1 and click OK.
- Close the registry editor and restart the computer. The Administrator account should now be an option on the login screen.
Method 2: Vista Ultimate and maybe business
Go to C:\windows\system32 Once in that folder, right-click on lusrmgr.msc (easier if you search for *.msc) and select run as administrator. Now select the users folder, you'll see all the user account once in that folder, right-click on administrator and select properties, uncheck 'Account Is Disabled', restart and your administrator account should be enabled at login. You can also set a new password here in case you forgot or you have a pre installed version (aka OEM/System Manufacturer) and do not get to choose a password.
lusrmgr is disabled in Vista HomeBasic/Home Premium.
Method 3: Using a Command Prompt - Probably the safest way (Joe DiFiglia)
- Open an elevated command prompt (right click on command prompt and select "run as administrator")
- type:
net user administrator /active:yes
To disable this account after you perform whatever tasks you may need to use the admin account for
- Open an elevated command prompt (right click on command prompt and select "run as administrator")
- type:
net user administrator /active:no
NOTE: Make sure that you set a password for this account if you decide to leave it active. It does not have an associated password with it by default.
I know there are a few other methods for accomplishing this, Junior has pointed his methods and I mine... Please comment with your own methods!


The command prompt method worked like a charm on my Windows Vista Business installation. Thank you very very much.
I prefer the command prompt too.