09 March 2011

Reg Tweak

Displaying Hi-Color Icons without the Plus Pack
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Control Panel \ desktop \ WindowMetrics
3. Add or edit Shell Icon BPP=16 where the number is the color depth.
4. The default is 8 (bit or 256 colors).

Backing Up the Registry
There are many backup programs for the registry but if the computer goes down and you can't fire off Win95 because of the registry problem.
Backup to a directory the following files:
• SYSTEM.DATA
• SYSTEM.DA0 (Yes seem to be the same size)
• USER.DAT
• USER.DA0 (Same size likely)
• WIN.INI
• CONTROL.INI
• SYSTEM.INI
These files can be copied to the windows directory from Win95 or DOS to help correct problems.

Removing Unwanted Items from the RUN Menu
1. Start the REGEDIT program
2. Search for the word RUNMRU
3. Delete the ones you don't want
4. Rename so they are all in alphabetical order again
5. Close and restart windows

Opening a DOS Window to either the Drive or Directory in Explorer
Add or Edit the following Registry Keys
[HKEY_CLASSES_ROOT\Directory\shell\opennew]
@="Dos Prompt in that Directory"

[HKEY_CLASSES_ROOT\Directory\shell\opennew\command]
@="command.com /k cd %1"

[HKEY_CLASSES_ROOT\Drive\shell\opennew]
@="Dos Prompt in that Drive"

[HKEY_CLASSES_ROOT\Drive\shell\opennew\command]
@="command.com /k cd %1"
These will allow you to right click on either the drive or the directory and the option of starting the dos prompt there will pop up

No comments:

Post a Comment