expertno.1
Technomancer
Disabling the Blinking Cursor
To stop the cursor from blinking in applications such as Word:
Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Desktop
Add a String Value
Name it CursorBlinkRate
Give it a value of -1
Reboot the computer
Easily Opening a File with Notepad
This will enable you to right click on any file and have the option to open it with notepad.
Also if a file has no association and you try to open it it will open with notepad
Run 'regedit.exe'
Expand "HKEY_CLASSES_ROOT"
Inside "HKEY_CLASSES_ROOT", expand "*"
Inside "*", create a key called "shell"
Inside "shell" create a key called "open"
Inside "open" edit the string "(default)" to say "open (notepad)"
Inside "open" create a key called "command"
Inside "command" edit the string "(default)" to say C:\WINDOWS\NOTEPAD.EXE "%1"
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
Start the REGEDIT program
Search for the word RUNMRU
Delete the ones you don't want
Rename so they are all in alphabetical order again
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
Compacting the Registry
How to compact the registry?
Got to true DOS, not a DOS window
Run Regedit and then export the entire Registry to COMPACT.REG.
Then exit regedit and run it again with the following switch. REGEDIT /C COMPACT.REG
Adding an Application to the Right Click on Every Folder
Here is how to add any application to the menu when you right click on any Folder.
This could be useful if there is an app you always want available and don't want to go through the Start menu
Start Regedit
Go to HKEY_CLASSES_ROOT \ Folder \ shell
Add a key Name_of_Your_App
This can really be any label, just use one that makes sense to you
Give it a default value of Name_of_Your_App
Putting a & in front of a character will allow you to use the keyboard
Go to HKEY_CLASSES_ROOT \ Folder \ shell \ Name_of_Your_App
Add a key command
Give it a default value of the application you want to run
For example: c:\program files\internet explorer\iexplore.exe
Include the full path
Now when you right click on any folder, you can have access to that application
This will work for both Windows95 and NT 4.0
oof will post more
To stop the cursor from blinking in applications such as Word:
Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Desktop
Add a String Value
Name it CursorBlinkRate
Give it a value of -1
Reboot the computer
Easily Opening a File with Notepad
This will enable you to right click on any file and have the option to open it with notepad.
Also if a file has no association and you try to open it it will open with notepad
Run 'regedit.exe'
Expand "HKEY_CLASSES_ROOT"
Inside "HKEY_CLASSES_ROOT", expand "*"
Inside "*", create a key called "shell"
Inside "shell" create a key called "open"
Inside "open" edit the string "(default)" to say "open (notepad)"
Inside "open" create a key called "command"
Inside "command" edit the string "(default)" to say C:\WINDOWS\NOTEPAD.EXE "%1"
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
Start the REGEDIT program
Search for the word RUNMRU
Delete the ones you don't want
Rename so they are all in alphabetical order again
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
Compacting the Registry
How to compact the registry?
Got to true DOS, not a DOS window
Run Regedit and then export the entire Registry to COMPACT.REG.
Then exit regedit and run it again with the following switch. REGEDIT /C COMPACT.REG
Adding an Application to the Right Click on Every Folder
Here is how to add any application to the menu when you right click on any Folder.
This could be useful if there is an app you always want available and don't want to go through the Start menu
Start Regedit
Go to HKEY_CLASSES_ROOT \ Folder \ shell
Add a key Name_of_Your_App
This can really be any label, just use one that makes sense to you
Give it a default value of Name_of_Your_App
Putting a & in front of a character will allow you to use the keyboard
Go to HKEY_CLASSES_ROOT \ Folder \ shell \ Name_of_Your_App
Add a key command
Give it a default value of the application you want to run
For example: c:\program files\internet explorer\iexplore.exe
Include the full path
Now when you right click on any folder, you can have access to that application
This will work for both Windows95 and NT 4.0
oof will post more