Spy Camera

Monday 19 November 2012

Make your computer talk what you type !




                                                     


This is very good and interesting javascript trick which let your computer speaks whatever you type. There is no requirement of any software. Just follow below simple steps.


  • First open Notepad and copy below codes
 Dim message, sapi
      message=InputBox("What do you want me to say?","DNSUDHIR.BLOGSPOT.IN")
     Set sapi=CreateObject("sapi.spvoice")
     sapi.Speak message

  • Now save the notepad file as talk.vbs
  • Now close the notepad file and open it again.
  • Done !!!

Is your computer male or female



                                                            



         This is funny trick that let you know the gender of your computer whether it is male or female. So let get started.

  • Open Notepad and paste the following codes.
        CreateObject("SAPI.SpVoice").Speak"i love you"
  • Save the file as gender.vbs
  • Now, open the save file
  • If you hear male voice then your computer is male and if you hear female voice then its female.
 

Is you antivirus working perfect ?


                             

                                            
                                                 

 This trick will let you detect whether your antivirus software is working or is just a waste. We will create a file which every antivirus sofware will detect as virus but dont worry it is harmless and will not harm your computer.


  • First open Notepad and copy below code into it.
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


  •  Save the file as virus.exe
         As soon as you will run this file you antivirus will detect it as software. If not then you need to change your program.

Uninstall Windows programmes with a right click

                                  

 

As you know when ever we want to uninstall any windows program we need to go to control panel and manually uninstall them. But here is the trick which let you uninstall any windows program from their desktop shortcuts. MenuUninstaller is a free software that adds an "Uninstall" option to the Windows context menu so you can remove programs from their shortcuts.



  • Download:Menu Uninstaller  and install it on your pc.
  • After installing an uninstall option will be added to your windows context menu.
  • Right click on any shortcut and you will See Uninstall option as below. click on it to uninstall any programme.

                                   

Adding background images to windows drives




                                      

Isn't it cool to have great wallpaper for your desktop but it might be more fun to have amazing background images for your drives. Drives Background Image is a Windows freeware application that allows you to set a wallpaper for each disk drive on your computer. This program is very easy to use you only need to select wallpaper for your background, it also provide option to change icons of your drives, changing text color and it provide instant preview of your selected settings. But  keep in mind that Windows 7 users need administrator privileges while running this program, as the application attempts to modify the configuration of the local hard drives. Its pretty nice program for window customization and every one  should try this tool. Follow below steps to download and learn to use this program.


   Features of the program:

  • Autodetect Available Drives
  • Set Background To Multiple Drives
  • Remove Background From Multiple Drives
  • Set Icons To Multiple Drives
  • Remove Icon From Multiple Drives
  • Auto Recover Default Icons
  •  Events Log
  • Drive Preview
  • Icon Preview
  • Easy Clean GUI

Download Here:Drives Background Image

How to open number of sites with one click ?

Today i will show you how to make a batch file which will open number of websites with just one click. You can also use this method to open different computer programmes like internet explorer, notepad etc.


  • Open Notepad and copy below codes

 @echo off
start www.dnsudhir.blogspot.com/
start www.google.com
start www.facebook.com


  • Save this file as batch.bat
  • Now open your save file and it will open three websites wilth just one click.
  • You can also add more sites by writting Start followed by websites

Friday 16 November 2012

Advance matrix effects

                             Advance matrix effects

                                    
                                      
                                                     



  • Open Notepad and copy below code.


 @echo off
cls
title Enter The Matrix
color 02

set string=Wake up Neo...
set /a len=18
call :DisplayText

ping localhost -n 4 >nul
set string=The Matrix has you...
set /a len=25
call :DisplayText

ping localhost -n 4 >nul
set string=Follow the white rabbit.
set /a len=28
call :DisplayText

ping localhost -n 4 >nul
set string=Knock, knock, Neo...
set /a len=24
call :DisplayText

ping localhost -n 4 >nul


goto matrix


:DisplayText

set /a dispvar =1
set /a len +=1

:DisplayLoop

CALL SET str=%%string:~0,

%dispvar%%%

cls
echo %str%
ping localhost -n 1 >nul

set /a dispvar +=1

if '%dispvar%'=='%len%' goto

enddisplay

goto DisplayLoop

:enddisplay
exit /b

:matrix
setlocal enabledelayedexpansion
for /l %%A in (1,1,39) do (
set /a rnd=!random!%%5+1
if !rnd!==1 (
set /a rnd2=!random!%%26+1
set num=1
for %%A in (A B C D E F G H I J K L

M N O P Q R S T U V W X Y Z) do (
if !rnd2!==!num! (
set add=%%A
)
set /a num+=1
)
) else set /a add=!rnd!%%2
set var=!var! !add!
)
echo !var!
call :matrix



 Save the file as matrix.bat  (.bat is must)
  •  Done enjoy !!

Thursday 15 November 2012

Keyboard Dancing Led Light Trick

                     Keyboard Dancing Led Light Trick

                   

                                                                                                                                                                                                
Today i will be showing you an interesting trick which will let your keyboard led light to dance. Basically we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started.


 How to do that ?

   1. Open Notepad and copy below codes into it.
    Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


       2. Then save this file as led.vbs (.vbs is must)
       3. Open your save file and see your keyboard led blinking like disco lights.








 How to disable blinking Led ?

       1. First open Task Manager [ctrl+alt+del ]
       2. Then Go to process tab.
       3. Select wscript.exe 
       4. Click on End process.

 

Wednesday 14 November 2012

Rajnikanth Website doesnt require internet !



 
                         Rajnikanth Website doesnt require internet !



                                


 As you all know about rajnikanth famous south superstar and his jokes and pj which are famous over interent but today i came across interesting site allaboutrajni which you can access only when  your internet connection is off else it show error  message. It contain rajnikanth jokes,stories,facts etc.

     1. Visit www.allaboutrajni.com
     2. To explore this site you need to remove your internet wire or turn off your laptop wifi swithch.
     3. If you dont turn off then you will see below msg.


                        
Share it with your friends and subscribe  for such interesting tutorials
  allabourajni

Tuesday 13 November 2012

Create a "Send to" Menu Shortcut(windows XP)

Now Send Any File To Your Folder Directly Via "Send To Menu"

Follow the Steps...

First you’ll need access to hidden files. So change your view settings to make all hidden files visible.

 
Step1:
 
In My Computer..
Tools -> folder options -> view (tab) and select the show hidden files and folders.

Step2:
 
go to C:/documents and settings/(user name)/send to(Administrator Account)

Open up my computer and locate your most used folders.

Create a shortcut of the most used folders in SEND TO FOLDER. (You can do this in a number of ways.)

Right click -> send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER

Copy the most used folder and go to SEND TO FOLDER and right click -> paste shortcut.

Also remember to rename the shortcuts to send to videos or send to photos. You don’t need confusion when You use the same later.
 
Done

Monday 12 November 2012

Free Aircel Internet For 3 Days

Aircel free 3g activating steps.

  • Dial “*122*3001#” from your aircel number.
  • Follow the onscreen instruction.
  • You will get free unlimited 3g or 2g for 3 days.
  • Some users got only 500 mb for 3 days.
  • So just try your luck.
  • Remember to switch your network mode to 3g for high speed connectivity

I Tried it it's 100% working in Andhra Pradesh , India.