Skip to main content

Posts

How to Remove a Virus Using Command Prompt

 Virus is a computer program that can copy itself and infect your computer. These viruses can spread via USB/flash drive or from one computer to other computer by few written codes. There are many antivirus software available to remove viruses from computer. But there are some viruses or suspicious files which can’t be removed by any antivirus software.  Some suspicious files such as autorun.inf initiate all the viruses in pc. These files must be removed for safe operation of your pc, because they may lead to data loss, software damages etc. Such viruses and files can be removed by using cmd. In this article we will discuss how to remove a virus using command prompt. Following steps can be used to remove a virus using command prompt from your computer.    Go to start menu and type “cmd” in the search box or Start>all programs>accessories>command prompt. Open the infected drive such as write , g: to go to G drive. Now type dir/w/a . It will show all the files

How to Change Processor Name Permanently

It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the windows start up folder. To do so, just follow the steps given below:- Steps  :- 1.  Open Notepad. 2.  Copy and paste the exact code given below:- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor \0 ] "ProcessorNameString"=" My Processor name 50000MHz " To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Please open Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0. 3.  Click on File Menu, click on Save As and select "All Types" in Save as Type option. Save the file as ProcessorNameChange.reg or *.reg. 4.  Create a new shortcut on your desktop. Enter regedit / S "Location of the

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.....