Find » Technology » Tutorials » Playing with Windows Registry - Par...

Playing with Windows Registry - Part 4B

By Spygon, published Feb 13, 2008
Published Content: 18  Total Views: 5,361  Favorited By: 0 CPs
Embed:  
Rating: 3.0 of 5
This is the second part of the previous article. From the previous part we already learnt how to modify the icons size, showing Windows version on Desktop, Removing arrow signs in shortcut icons, and hiding all Desktop icons. In this part we'll continue to learn how to use Windows Registry in modifying our Desktop and Start Menu.

PART IV-2
Modifying Desktop and Start Menu-2

1. Disabling Title Wrapping in Icon's Title
Title wrapping is a setting that will make the text (title) of an icon written in multiple lines. If you disable this setting the text will be displayed in one line only.
- Open Windows Registry Editor
- Go to this path: HKCU-Control Panel-Desktop-WindowMetrics
- Find the "IconTitleWrap" key
- Change the value to 0 to disable it
- Change it again to 1 to re-enable it.
- Restart your computer to see the changes

2. Disabling Start Menu's Item Modification
What I mean here is to restrict users so they can't move the menus there. To do it:
- Open Windows Registry Editor
- Go to this path: HKCU-Software-Microsoft-Windows-CurrentVersion-Policies-Explorer
- Create a new DWORD Value key
- Name it "NoChangeStartMenu"
- Fill the value with 1 to activate this setting.
- Change it to 0 to deactivate it.
- Restart your computer and you'll get what you want.

3. Disable animation when minimizing a window.
Usually when we minimize a window an animation showing the window getting smaller until it gets minimize will appear. With Windows Registry we can make it disappear, so when we minimize a window it will simultaneously get minimized without any animation.
- Open Windows Registry Editor
- Go to this path: HKCU-Control Panel-Desktop-WindowMetrics
- Find the "MinAnimate" key
- Change the value into 0 to disable the animation
- Change it to 1 to enable the animation again.
- Restart the Windows to see the effects.

Comments
Type in Your Comments Below - (1000 characters left)
Your name:

Submit your own content on this or any topic. Get started »
Most Commented On