0

A faster loading menu will give us the experience that it works with great speeds.Try the hack below and experience the super fast computing.
Generally Windows XP on it's default coded , menu transition with some time delay to experience graphics quality. But they get reversed and become a limitation to xp.
~Go to Start then Run
~Type 'Regedit' then click 'Ok'
~Find "HKEY_CURRENT_USER\Control Panel\Desktop\"
~Select "MenuShowDelay"
~Right click and select "Modify'
~Reduce the number to around "100"
This is the delay time before a menu is opened
recommended in between 50-150
Give your Comments!!!!!!!!
Powered By StunningSoft
0

Remove all recent files , temporary files & all the waste files with single click
~copy the following code
~Paste it in notepad
~save it as abc.bat
~now simply open it
=======================
code to copy:
@echo off
if %username% == Administrator.WINDOWS goto admin
REM ** Delete User Files **
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Recent"
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temp"
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\History\History.ie5"
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temporary Internet Files\content.ie5"
goto end
:admin
REM ** Do some extra stuff here **
REM ** What ever you want..... **
ECHO You are a Administrator
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Recent"
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temp"
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\History\History.ie5"
rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temporary Internet Files\content.ie5"
REM ** Do more stuff here **
REM ** Blah, blah, blah......**
:end
exit
======================================
NOTE:close all archieves ,browsers and folders before opening the file
Give your Comments!!!!!!!!
Powered By StunningSoft
0

Watch Star Wars movie in command prompt
~Open Command Prompt
~type
telnet
Hit Enter
~Now type
0
& Hit Enter
~now type
towel.blinkenlight.nl
&
Hit Enter
~Now the movie starts watch and enjoy
Hey Please Don't give me any awards for this,
you know what, i don't like awards
Give your Comments!!!!!!!!
Powered By StunningSoft
0

This is just a funny trick.
this will make your LEDs(CapsLock, NUM Lock, Scroll Lock) to blink & gives you an effect of dancing
~Open Notepad
~Type the following code
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
~Now save the file as Leds.vbs
~.vbs is mandatory
~Now open the file and see your leds dancing
Stopping the Dance:
~Open the task manager by pressing ctrl+shift+esc
~Now go to process tab
~Right click on Wscript.exe
~And click End Process
~Have fun & Enjoy
NOTE:For good effect of blinking, Turn Caps Lock ON before opening the file "Leds.vbs"