Tuesday, February 15, 2011

Install Windows xp in less than 15 minutes

1. Boot through Windows XP CD.
2. After all the files are completely loaded, you get the option to select the partition. Select “C”.
3. Now Format the partition, whether it is normal or quick with NTFS or FAT
4. Once the formatting is completed, All the setup files required for installation are copied. Restart your system by pressing Enter.
Now, here begins the Simple trick to save 10-15 minutes.
5. After rebooting, you get a screen where it takes 40 minutes to complete or finalize the OS installation.
6. Now, Press SHIFT + F10 Key ->  This opens command prompt.
7. Enter “Taskmgr” at the command prompt window. This will open Task Manager.
8. Click the Process Tab, here we find a process called Setup.exe -> Right Click on Setup.exe -> Set Priority -> Select High or Above Normal. Initially it will be Normal.
see how fast the installation process completes
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