WATCH LIVE CRICKET


Tuesday, September 9, 2014

How to connect to Wi-Fi on my laptop


Steps
Click on StartControl PanelNetwork Connections
Right click on Wireless Network Connection, then click on View available wireless networks


3 Double click on your own WiFi, then enter the wireless password if you have password it.



Windows7/Vista
Steps

1     Click on the Wireless Icon on the bottom right of your desktop near the clock.

2     Find your own Wi-Fi and double click on it to connect, if you have set a password for it, it will ask for the security key, please input your security key and click OK.



3     When it finished connected, it will shows like the following picture.

 


Steps
1 Click Desktop tile from the Start screen to go to the desktop.
2 On the bottom right of the taskbar, click on Network icon,then the available wireless network will show up.

3     Click on your own WiFi
4     Check the box in front of Connect automatically, if you want the computer to connect to thisWiFi automatically next time, and then click Connect.

5 Enter then password of your WiFi.
Select whether to share the network, after that you will connect to this network.


Steps

How to connect to my WiFi in MAC computer

1      Click on Apple, then choose System Preferences.

2 Find Internet& Wireless, open Network


2     Click on Airport. Choose the wireless signal of your router and click Connect.

4 Enter the wireless password and click OK.


How to set a password for wireless network?

-How to set a password for wireless network?
Product line: ADSL             Question category: Wireless settings

Q: Why we need to set a password for our wireless network?
A: sometimes we don’t want others to use your wireless network then you can set a password for your wireless network
I. Physical connection:
II. Login to the management page of the router:
1open your web browser(IE,Firefox,Safari,etc) àfind the address baràleave it blankàtype 192.168.1.1àPress enter.
(Care: The address bar is in the most top of the web page after opening web browser).
2Then you can see the following page, chick on Advanced Settings.
3After clicking Advanced Settingsyou will see the follow page
IIISteps to do wireless settings
1click on wireless –>basic on the left menu ,please change SSID (it is your wireless network name)for other name, and then held on Apply
1click on wireless –>security on the left menu ,please disable WPS setting ,select Network Authentication to WPA-PAK or WPA2-PSK,change WPA Encryption to AES, and then WPA passphrase ( please type in at least 8 numbers or letters).
IV. Connect computers to Internet wirelessly.
Please find the name of your wireless network (it is SSID which is your family name) and connect to it. It will require you to input password, please type password (It is the passphrase which was made by yourself just now.)

When your SSID (wireless network) shows connected, that means you can access to the Internet wirelessly, now you can try to unplug the cable between your computer and your tenda router to see if you can enjoy your Internet wirelessly.




How to remove Virus from USB Drives

One of the ways by which a virus can infect your PC is through USB/Pen drives. Common viruses 
such as ’Ravmon’ , ‘New Folder.exe’, ‘Orkut is banned’ etc are spreading through USB drives. Most 
anti virus programs are unable to detect them and even if they do, in most cases they are unable to 
delete the file, only quarantine it. Here are the things which you can do if you want to remove such 
viruses from your USB drives. 
1. Whenever you plug a USB drive in your system, a window will appear similar to the one 
shown below 

2. Don’t click on Ok , just choose ‘Cancel’. 
3. Open the Command Prompt by typing ‘cmd‘ in the run box. 
4. In the command prompt type the drive letter: and press enter. 
5. Now type dir /w/a and press enter. 
6. This will display a list of the files in the pen drive. Check whether the following files are there 
or not: 
• Autorun.inf 
• Ravmon.exe 
• New Folder.exe 
• svchost.exe 
• Heap41a 
• or any other exe file which may be suspicious.
7. If any of the above files are there, then probably the USB drive is infected. 
8. In command prompt type attrib -r -a -s -h *.* and press enter. 
9. This will remove the Read Only, Archive, System and hidden file attribute from all the files. 
10. Now just delete the files using the command del filename. -- 
Example del Ravmon.exe. -
Delete all the files that are suspicious.