Whatever it may be, you should go with what works for you and your organization. In the grand scheme of things, you have to be convinced about the value you are getting for the money you are spending...

Home » Archives » 16. August 2008

Vista administrator

August 16, 2008

Well, i need to tweak my vista for the administrator user to appear in the logon screen.

Here’s how!
1. Open START menu then accessories then right click COMMAND PROMPT choose Run as administrator
2. Type in the command  prompt
 - net user administrator /active
 - net user administrator /active:no - to disable the admin console
3. To change password
 - net user administrator (your choosen password)
4. DONE!

 

Posted by linux at 3:36 pm | permalink | Add comment

Arranging favorites alphabetically

I find this userful in arranging my windows XP Favorites by going to the Registry.

1. Go to the registry Editor (regedit or regedit32)
2. Go to this links:
 *Hkey_Current_User\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites
3. Rename the default - Order and create a new binary value - where value is 0000 (meaning - blank)
4. Open a new Internet explorer or refresh your browser and check your favorites.
5. VOILA!

Posted by linux at 3:29 pm | permalink | Add comment