1. Automatically defrag drives with a new context menu item!
Create a new Registry import file named context_defrag.inf in Notepad (be sure to save with it with the Save as type set to All Files and not Text Documents) and place the following text inside:
; context_defrag.INF
; Adds Defrag to the right click context menu in Windows XP
[version]
signature="$CHICAGO$"
[DefaultInstall]
AddReg=AddMe
[AddMe]
HKCR,"Drive\Shell\Defrag\command",,,"DEFRAG.EXE %1"
Then, right-click and choose Install. This will add a context menu to XP that allows you to automatically defrag drives, using the command line version of the built-in defragmentation utility. To use it, navigate to a drive in My Computer, right-click, and choose Defrag. A command line window will appear, and that drive will be defragged. When it's complete, the window just disappears.
UPDATE: To remove this functionality, Open regedit.exe and navigate to the following location:
HKEY_CLASSES_ROOT\Drive\shell\
Then delete the Defrag folder and close Regedit.
___________________
2. Use CTRL+ALT+DEL Without Pushing All the Buttons
For some people, pushing CTRL, ALT and Delete (CTRL+ALT+DEL) at the same time can be an inconvenience, if not a complete impossibility. With Windows XP, there are two ways to get around this.
First option: Configure the system so that you do not need to press CTRL+ALT+DEL at all during logon (assuming you're not using the Welcome screen, in which case this key combo is not required). Here's how:
- Open Control Panel then User Accounts.
- Navigate to the Advanced tab.
- Uncheck the Require users to press Ctrl+Alt+Delete checkbox under Secure Logon.
Second option: Configure XP's accessibility options so that "sticky keys" will be activated at the secure desktop: That way, you may "press" ALT, CTRL, and DEL sequentially rather than simultaneously. You can turn that on via the Accessibility control panel. (Control Panel then Accessibility Options):
- Bring up the Accessibility Control panel and navigate to the Keyboard tab.
- Check Use Sticky keys
- Navigate to the General Tab.
- Check Apply all settings to logon desktop.
______________________
Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}. Highlight the {4D36E965-E325-11CE-BFC1-08002BE10318} folder in the left pane, delete the following two keys in the right pane.
"UpperFilters"
"LowerFilter"
DELETE these two entries and restart your computer. If your DVD-RAM is supported by WINDOWS XP, this may work.
_____________________
Create a new Registry import file named context_defrag.inf in Notepad (be sure to save with it with the Save as type set to All Files and not Text Documents) and place the following text inside:
; context_defrag.INF
; Adds Defrag to the right click context menu in Windows XP
[version]
signature="$CHICAGO$"
[DefaultInstall]
AddReg=AddMe
[AddMe]
HKCR,"Drive\Shell\Defrag\command",,,"DEFRAG.EXE %1"
Then, right-click and choose Install. This will add a context menu to XP that allows you to automatically defrag drives, using the command line version of the built-in defragmentation utility. To use it, navigate to a drive in My Computer, right-click, and choose Defrag. A command line window will appear, and that drive will be defragged. When it's complete, the window just disappears.
UPDATE: To remove this functionality, Open regedit.exe and navigate to the following location:
HKEY_CLASSES_ROOT\Drive\shell\
Then delete the Defrag folder and close Regedit.
___________________
2. Use CTRL+ALT+DEL Without Pushing All the Buttons
For some people, pushing CTRL, ALT and Delete (CTRL+ALT+DEL) at the same time can be an inconvenience, if not a complete impossibility. With Windows XP, there are two ways to get around this.
First option: Configure the system so that you do not need to press CTRL+ALT+DEL at all during logon (assuming you're not using the Welcome screen, in which case this key combo is not required). Here's how:
- Open Control Panel then User Accounts.
- Navigate to the Advanced tab.
- Uncheck the Require users to press Ctrl+Alt+Delete checkbox under Secure Logon.
Second option: Configure XP's accessibility options so that "sticky keys" will be activated at the secure desktop: That way, you may "press" ALT, CTRL, and DEL sequentially rather than simultaneously. You can turn that on via the Accessibility control panel. (Control Panel then Accessibility Options):
- Bring up the Accessibility Control panel and navigate to the Keyboard tab.
- Check Use Sticky keys
- Navigate to the General Tab.
- Check Apply all settings to logon desktop.
______________________
3. DVD-RAM model supported in XP but not being recognized or being recognized as CD-ROM
Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}. Highlight the {4D36E965-E325-11CE-BFC1-08002BE10318} folder in the left pane, delete the following two keys in the right pane.
"UpperFilters"
"LowerFilter"
DELETE these two entries and restart your computer. If your DVD-RAM is supported by WINDOWS XP, this may work.
_____________________
Comment