WELCOME

WELCOME TO MY BLOG

Saturday, July 9, 2011

google plus invitation

if u want google plus invitation just mail me fukun.rakesh@gmail.com..
i will send you... njoy

Thursday, July 7, 2011

Keyboard Turns into Disco Light

This is really funny and amazing, With this trick keyboard Led's would start to act like Disco light. This trick can also be used as prank, try fooling your friends with this trick. Basically, This is a small program written in vbscript which will make keyboard led to blink and will continue unless you stop it. The code not only blink the led light but also change its states of caps, scroll and num lock to Off and On. So when you would try to write something you would see strange behavior and you won't be having any control on caps, num and scroll lock.


1.)  Open Notepad, Go to Start => Run => Type Notepad and press Enter.

2.) Copy the below code and paste in Notepad

                Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


3.) Now save the file with .vbs extension, e.g. save file as disco.vbs

4.) Now execute the file by double clicking, you may see keyboard led to start blinking like disco light.

 

How to Stop this?

To stop this vbscript program, you may simply need to end this script program from task manager.

1.) Go to Task Manager, Right Click on Task bar and Select Task manager.

2.) In task manager, go to "process" tab

3.) Now locate wscript.exe and select it and Click on "End Process".


--

Friday, June 24, 2011

solution for permanent virtual drive...


solution for permanent virtual drive...


We can make a
batch file which will make the drive everytime on startup !

Here is how ?

Open Notepad

Type :

@ECHO OFF

subst Z: E:\folder

exit

File >> Save As...

Name it : Virtual Drive Emulator.bat

Start >> All Programs

Right Click on Startup >> Open

This open the Startup folder

Paste the Virtual Drive Emulator.bat file here !

*** That's all , now the drive will automatically be created when ever you start your pc








Tuesday, June 21, 2011

CREATE VIRTUAL DRIVE FOR YOUR COMPUTER


CREATE VIRTUAL DRIVE FOR YOUR COMPUTER (i like this trick)

You can create Virtual Drives in your Computer. Now you can access your Favorite Folders as a drive in My Computer.

What you can do ?

Access your folders as a Drive !

Do The Follwing :

Start >> Run

Type cmd and hit Enter

This will open "Command Prompt"

Type subst Z: E:\folder and hit Enter key.

You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!

You can replace E:\folder with the path of your favorite folder !

Now, type exit

This creates a new drive ! When you open this , it will open your folder !!! 



BUT SORRY On Restart the Virtual Drive Disappears !!!


I WILL SURE POST SOLUTION FOR THIS PROBLEM VISIT MY BLOG REGULARLY... :)


 
Download Hindi Movie (FOR FREE)

try these links...
http://www.bollyfocus.com/
http://www.youtube.com/boxoffice
more link i will update soon...visit regularly to my blog to get update
 

Set Multiple Home Pages In Firefox

Suppose you would like to set Orkut, Google and my blog as your homepages. Then try this tweak in Firefox to set multiple homepages. This is what you should do :

  • Goto Tools>Options>Main
  • In the When Firefox starts drop down menu choose Show my home page
  • In Home page give your homepages separated by a | (pipe symbol)


--

Friday, April 29, 2011

REMOVE AUTORUN VIRUS 4M PENDRIVE

AUTORUN VIRUS IS A COMMON VIRUS NOW A DAY.
IF IT IS PRESENT IN THE PENDRIVE IT CHANGES THE ICON OF PENDRIVE
ITS VERY EASY TO REMOVE THAT AUTORUN VIRUS FROM PENDRIVE
JUST FOLLOW THE FOLLOWING STEPS

1. open up a command prompt (i.e. cmd.exe) >> to load it go to Run, type cmd, enter.
2. Now to remove virus's attributes (in order to delete it type following line by line and execute them pressing enter.
e.g.
F:\
F:\attrib -s -r -h *.* If there are any malicious EXE files those are now visible so if unnecessary delete them too.
F:\del autorun.inf


3. After finishing above, quickly remove the pen as soon as posible (just after executing del command).
4. Now your pen is without virus activation config. file. Now you can safely delete unnecessary EXE files on it.

njoy and make ur pendrive virus free...

Saturday, April 9, 2011

MOZILLA TRICKS

type it on Mozilla Firefox :)

chrome://global/content/alerts/alert.xul
IT SHOWS Dancing Firefox.

chrome://browser/content/browser.xul
IT Opens another Firefox inside a tab in the the existing Firefox window.

chrome://browser/content/preferences/preferences.xul
IT Opens the Options dialog box inside the Firefox tab.

chrome://browser/content/bookmarks/bookmarksPanel.xul
IT Opens the “Book Marks Manager” inside a tab in the Firefox window.

chrome://browser/content/history/history-panel.xul
IT Opens the History Panel in the Firefox tab.

chrome://mozapps/content/extensions/extensions.xul?type=extensions
IT Opens the Extensions window in the current tab.

chrome://browser/content/preferences/cookies.xul
IT Opens the “cookies window” inside a tab in the Firefox window.

chrome://browser/content/preferences/sanitize.xul
IT Opens the “Clear Private Data” window inside the current tab.

chrome://browser/content/aboutDialog.xul
IT Opens the “About Firefox” Dialog box inside the tab.

chrome://browser/content/credits.xhtml
IT A scrolling list of names. The one’s who we must thank for creating Firefox

convert Text-To-Audio

1. Open Notepad file on your Windows PC.

2. Copy and paste the below mentioned code :


Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.just1clickdownload.blogspot.com"," Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs

Wednesday, April 6, 2011

World Trade Center Attack Trick using notepad

JUST FOLLOW THE PROCEDURE


  • Open Notepad.
  • Type “Q33N” (without quotes) in capital letters.
  • Increase the font size to 72.
  • Change the Font to Wingdings.

You will be amazed by the findings.

Constantly Repeat Messages using notepad

Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:

  • Open Notepad.
  • Paste the following code in the notepad file:

@ECHO off

:Begin

msg * Hi

msg * Are you having fun?

msg * I am!

msg * Lets have fun together!

msg * Because you have been o-w-n-e-d

GOTO BEGIN

  • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat

After saving the file just open it (by double clicking) and see what happens.

Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !

use notepad as a simple digital diary

Follow the below mentioned steps to make one for yourself !

  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it again.

When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.

OTHER TOPICS

SEE ALSO...