Tuesday, February 15, 2011

Disable Access to USB Mass Storage Drive

Goto start > run > and type in regedit and press enter.
This will open registry editor window. Now go to the
following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
Right click on the key and select export and save a backup copy in case
anything goes wrong. Now on the right pan of the regedit window double
click on the value called Start & set it value to 4 & click OK.
When you need to use your USB mass storage drive just change the value of
Start to 3.
If you’re too lazy just copy & paste these codes into a notepad
file and save it with a .reg extension.
code for Disable access to the usb mass storage drive :
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000004

code for enable access to the usb mass storage drive :
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000003

How to Show Your Name Beside Taskbar Clock

This hack will enable you to show your name or any desired text
beside windows taskbar ( system tray ) clock.
Follow these steps :
1. Go to Control Panel > Regional & Language Options.
2. In the Regional Otions tab click on Customize & Go to Time Tab.





3.Select the AM Symbol box & enter your name or any
desired text. ( This Will Show up Intead of AM or after AM )
4. Select PM Symbol box & enter your name or any
desired text. ( This Will Show up Intead of PM or after PM)
5. Click on Apply & OK. Click on Apply & OK.

Refrain Command Prompt from Disappearing

Windows basically execute run commands from within command prompt.
Every time you execute a command from windows run dialogue box
the command prompt just disappears. This method has it’s own
advantage & disadvantage.

But, sometime we need to see the command output in command prompt window. But run dialouge box just don’t allow us to do so.

Say, You have executed a command like chkdsk, ipconfig or systeminfo into run
dialogue box. But after executing this command the command prompt
will just quit without showing you any result.

But if you need to see the output of that command that you give in
run dialogue box you have to refrain command prompt from disappearing.
So, Here is the trick for Refrain Command Prompt from Disappearing :D
Just add cmd /k before you type in any command into run dialogue box.
For eg :
cmd /k ipconfig
cmd /k systeminfo

cmd /k chkdsk 

Wednesday, January 19, 2011

Boot Defragment

                                       A very important new feature in Microsoft Windows XP is the ability to do a boot defragment. This basically means that all boot files are placed next to each other on the disk drive to allow for faster booting. By default this option is enabled but some upgrade users have reported that it isn't on their setup.

    Start Regedit. 

    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft   \Dfrg\BootOptimizeFunction
    Select Enable from the list on the right.
    Right on it and select Modify.
    Change the value to Y to enable and N to disable.
    Reboot your computer.