Saturday, July 25, 2009

Change Notepad Font

The notepad font is not editable but you can change it through the registry. Go to HKEY_LOCAL_MACHINE\config\0001\display\settings modify fixedfon.fon to a new font name. We haven't tried True Type fonts yet (.TTF). Restart to take effect.

.

Restore Start Menu To Alphabetical Order

We always liked the alphabetical order of the Start Menu. It will help organize things. But we noticed that with IE4 (and Windows 98), Windows will arrange all items that is in the Start Menu in alphabetical order first during installation.

Now for the problem. You will also notice that after the installation of Windows, all new folders added will be placed below the single items that comes with Windows. This means that there will be 3 sections, one for folders, one for single items and another one for new folders after installation. Wondering why Windows can't just group all the folders together in alphabetical order but to put new folders apart from the old ones after install?

The answer lies in the registry. Open your registry editor and go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu Click once on Menu and on the right pane, you will see a string value named Order. Double-click this value. On the right side, you will see a list of folder and shortcut names This string was created during install to record all folders and shortcuts. All new entries added after install will be recorded in the end of the value rather than placing them in the middle of the key which is why, although all new folders created will be placed in alphabetical order too but not together with the folders after setup.

The workaround is simple - just delete the Order value and the registry will create a new one without any order. Since the registry has lost all records on how the start menu should be arranged, restart and you will see that the start menu has been rearranged in alphabetical order - together.

This tip works on all the Start Menu branch.

.

Disabling My Computer

In areas where you are trying to restrict what users can do on the computer, it might be beneficial to disable the ability to click on My Computer and have access to the drives, control panel etc.

To disable this:
1.Open RegEdit
2.Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
3.This should bring you to the HKEY_CLASSES_ROOT\CLSID section
4.Delete the entire section.

Now when you click on My Computer, nothing will happen.

You might want to export this section to a Registry file before deleting it just in case you want to enable it again. Or you can rename it to 20D0HideMyComputer4FE0-3AEA-1069-A2D8-08002B30309D. You can also hide all the Desktop Icons, see Change/Add restrictions

.