Sunday, March 27, 2011

Enable Auto Login - Windows XP

Below are the procedure for XP Auto login :

Start -> Run type regedit then click OK

Locate the following registry entry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

In Right Side Pane :

Double-click on DefaultUserName then type your user name as value and click OK
Double-click on DefaultPassword then type your password as value and click OK

If there is no entry like DefaultPassword, then create it using the following steps:

Rightclick and select New, and then select String Value
Type DefaultPassword as value name and Press OK
Double click on newly created entry and type your password there as value

If DefaultPassword string is not specified then Windows XP automatically changes the value of AutoAdminLogon key from 1 (true) to 0 (false) to turn off AutoAdminLogon facility.

Double-click on AutoAdminLogon entry then type 1 as value and Press OK

If there is no entry like AutoAdminLogon, then create it using the following steps:

Rightclick and select New, and then select String Value
Type AutoAdminLogon as value name, and then Press OK
Double Click the newly created key and type 1 as value

Close Registry Editor

Restart your PC, now your XP can log in Automatically.

Disable the right click functionality on the desktop

Very useful particularly for home users who want to protect their system default settings against unwanted changes that other users can make. For example changes in system desktop appearance, themes, and screen saver as well as other display settings. Using registry editor, you can disable the right click functionality on desktop to access the "Display Properties" dialog box and this will also prevent users to access windows explorer.

Follow the given steps to disable the right click functionality on desktop:

To use this feature, you will need to be logged into your computer with administrative rights.

Click Start button and type regedit in Run option then press Enter for next.



Here locate the location to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer



Here in right side panel, right click to create a new DWORD value with the name NoViewContextMenu (it is case sensitive), then assign number 1 in value data box.



Now close the registry editor and restart your computer after any changes to go into effect.
But next time, if you want to enable right click functionality on desktop then simply change the value of data box or delete the NoViewContextMenu DWORD item.

Friday, March 25, 2011

Disable right-click menu and ability to change item order in Start menu




This setting can disable right-click menu in Start menu as well as sub-menus of Start menu. Included to this is applying restrictions on changing the order of items in sub-menus of Start menu.
Level: Recommended For Experts Only
Description:
Normally, users can reorder start menu as well as its sub-menu items by dragging and dropping the item. They can display context menus by right-clicking a start menu item. Applying this registry setting can prevent users from using the drag-and-drop method to reorder items on the start menu. Also, it removes context menus from the start menu. For this, go to start > run, enter regedit and navigate to the registry path listed below. You can create a dword value nochangestartmenu, if this value does not exist. Now, right-click and modify the value to 1 which can disable context menu and item reordering from start menu. However, if you want to enable the options back, change the value data to 0 or delete the value. 


Screenshots



First, click the 'Start' button, and select 'Run'. In the resulting dialog box, type "regedit".

Go to <b>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\]</b> Now, right-click in the open area to create a DWORD Value with the name "NoChangeStartMenu" in "Explorer" key.

Next, right-click on "NoChangeStartMenu" and click on 'Modify'.

Finally, enter the value "1" in the text box and click on 'OK'.


Registry Entries


  • Path: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\]
  • Location: Current User
  • Value Name: NoChangeStartMenu
  • Data Type: DWORD (DWORD Value)
  • Enabled Value: 1
  • Disabled Value: 0
  • Action Type: Add an Entry