|
TRICKS FOR FREE
Let The Light Flash On Your KeyBoard
These codes when executed makes your Caps, Num, Scroll lock keys flash..
very kewlll...i have tried it...
Instructions:
*paste any of the codes in notepad
*Save as AnyFileName.vbs
*Run the file
*to stop, launch task manager and then under "Processes", end wscript.exe
1.This piece of code makes your keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2.This one makes it looks like a chain of light....
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Use Pen Drive as RAM
Follow these steps :-
1. Insert the Pen Drive (1GB atleast) in the USB port
try to prefer 4GB.
2. Let the PC do what it wants to do to detect it..
3. After it finished his work, you have to act smart,
" Here goes the real thing "
4. Right Click on My Computer -> Properties
5. Advanced -> Performance Settings
6. Advanced -> Change
7. Select the Pen Drive
8. Click on Custom Size
" Check the value of space available "
9. Enter the same in the Initial and the Max columns
" You just used the space of the PenDrive as a Virtual Memory "
Restart...
" Your PC is fast and furious "
Use your NotePad As a Personal Diary
1. Open a blank notepad.
2. Write .LOG in the first line, press Enter.
3. Save the file and then close.
4. Reopen the file... you can see the current date and time now.
Write down your notes... Press enter again... save and close..
Everytime you open the file, the current date and time gets recorded.
Change your processor name
Trick - SHOW YOUR PC PENTIUM 5 OR MORE
GO TO START>RUN>TYPE
REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>
DISCRIPTION>SYSTEM>CENTRALPROCESSOR>0
ON RIGHT HAND SIDE, RIGHT CLICK ON "PROCESSOR NAME STRING" AND CLICK ON MODIFY
AND WRITE WHAT EVER YOU WANT
go to top
|