Skip to main content

Posts

How to Trace Any IP Address

How to Trace the IP Address Back to the Source? In fact, tracing an IP address back to its location is a lot simpler than what many people imagine. There exists many online tools using which you can accomplish this job. One of my favorite site is  IP2Location.com . Just go to  http://www.ip2location.com/demo.aspx  and enter the IP address that you want to trace in the dialog box and click on “Find Location”‘. With just a click of a button you can find the following information for any given IP address: Country  in which the IP is located City  to which the IP address belongs to Latitude/Longitude  of the IP’s location Zip Code  of the region to which the IP belongs to Time Zone  associated with the IP Name of the ISP  to which the IP address belong to Internet Speed  of the computer associated with the IP Weather Station  associated with the region of the IP Domain name  associated with the IP address A sample snapshot of the results from ip2loca

How to Set a Video as Your Desktop Wallpaper with VLC

Are you tired of static desktop wallpapers and want something a bit more entertaining? Today we’ll take a look at setting a video as wallpaper in VLC media player. Download and install VLC player. You’ll find the download link below. Open VLC and select Tools > Preferences.                          On the Preferences windows, select the Video button on the left. Under Video Settings, select DirectX video output from the Output dropdown list. Click Save before exiting and then restart VLC. Next, select a video and begin playing it with VLC. Right-click on the screen, select Video, then DirectX Wallpaper. You can achieve the same result by selecting Video from the Menu and clicking DirectX  Wallpaper. If you’re using Windows Aero Themes, you may get the warning message below and your theme will switch automatically to a basic theme.         After the Wallpaper is enabled, minimize VLC player and enjoy the show as you work.

Make a private folder

To make Private folder which nobody can open, delete, see properties, rename. To make such a folder you need to make a folder with any name. For example- manthan on desktop. And then open command prompt and then type the following command on the screen. Then type Cd desktop Cacls folder /E /P everyone:n And hit enter the folder is locked To open the folder just: replace :n with : f And the folder is opened Done......

Creating WiFi Hotspot Network in windows 8,8.1 and 7 using Command Prompt

Step 1: To Create WiFi Hotspot in Windows 8,8.1, Windows 7 PC First you need to know that whether your PC hardware supports hotspot feature or not. To check this follow the instructions open your command prompt in administrative mode(if you don’t know this post your comment i will tell you) Enter this command  :::    netsh wlan show drivers                        If it show “yes” as you can in image you can create wifi hotspot in your PC.Go ahead you’re almost done. If it shows No you PC can’t create hotspot. Don’t close your command prompt until i say close it because we need it again. Step 2 : To Create WiFi Hotspot Network in Windows Laptops Enter the below command (your CMD must be open in administrative mode) netsh wlan set hostednetwork mode=allow ssid=(Name of wifi here) key=(Your password here) Hit enter then you will see like in below image.If you see image like below then your doing right.Now your hotspot is activated in your PC.

Create Text Speech Program using Notepad

This is an amazing trick. By using this trick you can  make a program  to speak whatever you type. This trick is working on all  Microsoft operating system  and does not require any programming skills. You have to follow just  simple steps  and your own  Text to Speech    software  will be ready. If you show this software to any of your friends he will be certainly impressed with you . Just follow the step given bellow:- 1.  Open Notepad  and copy and paste the following code into it Dim message, sapi message=InputBox("What do you want me to say?","Speak to Me") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message 2.Now save the notepad file with the name  speak.vbs  at your desktop. 3.Now double click on  speak.vbs  type in the box whatever you want your computer to speak for you. Its a really funny trick to  impress  everybody with your computer skills.....

Make simple virus with notepad

Virus writing code..!! Friends want to play with your friends computer..? If yes then start reading this post. In this article i came with new pranks (or) tricks (or) similar to virus creating .. ya it's acts like a virus but not virus it's a simple programme. Materials: NOTEPAD By using only notepad you can create your own virus don't worry it doesn't effect your PC. Ok the below are the codes of Virus like acting. * Convey your friend a lil' message and shut down his / her computer: Type in notepad: @echo off msg * I don't like you shutdown -c "Error! You are too stupid!" -s Save it as "Anything.BAT" in All Files and send it. * Open Notepad continually in your friend's computer: Type : @ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top Save it as "Anything.BAT" and send it. * Toggle your friend's Caps Lock button simultaneously: Type : Set wshShell =wscript.CreateObject("WScript.Shell") do

Use your USB pendrive as a Virtual RAM

Have you ever thought that you can use your USB pen drive as your computer's RAM? I will tell you how to do this. It is very very simple. The fact that it is so simple is because Windows 7 and  Windows Vista both comes with a function called "ReadyBoost" which allows us to use our  USB as System Virtual Memory. There is nothing much to do here. Just insert the Formatted  Pen drive, Select Properties and go to the "ReadyBoost" tab, from there select "Use This  Device", select the maximum memory available and click on apply. this ought to make it as a  virtual system memory                              .