COOL TRICKZZ

How to change your folder background:-

Howdy,In this post I will show you, How to make your windows attractive.
So Follow these steps and get result..

Step 1: Have the Folder you want to put the background on open!

Step 2: Open up Notepad, then simply paste in this code:
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=***Picture Location Here!***\***Name of File!***

Step 3: Go to ur picture (the picture you want to use!) and right click and select
properties and find the file location for example lets say my file is in "my hardrive" it
would be located at "C:\\" understand? copy the location!

Step 4: Now go back to ur text document (notepad) and where it says ***Picture
Location Here!*** paste the location...u copied in the previus step!

Step 5: Now after u've done that where it says ***Name of File!*** type the name
of the file including the .jpg .bmp .bip. jpeg etc

Step 6: Save the text document as "desktop.ini" be sure to remember the .ini
extension! click Save as "All Files" not "Text Document" and save the document in the
folder where u want the background to be!

Now just close the folder and open it again it should show the picture as a
background!(Only for Windows XP)
---------------------------------------------------------------------------------------------------------------------------------
How to chat with a friend using Command prompt:-

Hiii....In this section I will discuss how to chat using cmd.Its seems very intresting..CHAT using cmd....sob..sob,but its really cool way to chat wid friends.So letswe start the HACK:-
1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.
5) Drag this file (.bat file) over to Command Prompt and press Enter.
6) You would then see something like this:

MESSENGER
User:_

7) Now, type the IP Address of the computer you want to contact and press enter
Let say IP address of ur freind is:127.0.01
then,You will see something like this:

MESSENGER
User:127.0.01

8) Now all you need to do is type your message and press Enter.

Start Chatting.......!

MESSENGER
User:127.0.0.1
Messege:Hi...!.How are you...??
--------------------------------------------------------------------------------------------------------------------------------- 
MAKE YOUR KEYBOARD LIGHTS DO DISCO:- 

This trick just makes your keyboard lights go crazy and do disco. LoL.
The script I’m sharing with you, when executed makes your Caps, Num and Scroll Lock’s light flash in a cool rhythmic way!

1.This piece of code makes ur 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

Instructions:

  • paste any of the two above codes in notepad
  • Save as “AnyFileName”.vbs
  • Run the file
  • To stop, launch task manager and then under “Processes” end “wscript.exe”
I hope u would like it..
----------------------------------------------------------------------------------------------------------

Leave a Reply