Showing posts with label computer. Show all posts
Showing posts with label computer. Show all posts

Sunday, December 19, 2010

Delete virus from pen drive or computer without antivirus

Remove virus from pen drive or computer. This is nice trick to remove virus from your removable device or computer without anti-virus.

This will feature:
Delete .exe virus file from pen drive or computer.
Delete .ini virus file from pen drive or computer.
Delete desktop.exe virus file from pen drive or computer.
Delete newfolder.exe virus file from pen drive or computer.

Follow the steps below:

Go to virus place.
Create a notepad file and drag and drop all virus files into the notepad.
Now delete the content of the notepad.
Save the notepad.
Now you can able to delete undeletable virus file.

Wednesday, March 17, 2010

Block websites on a local computer

Block websites on a local computer.

C:\WINDOWS\system32\drivers\etc\

filename hosts

edit like below


~~~~~~~~~~~~~~~~~~~~~~~

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
127.0.0.1 www.yahoo.com
127.0.0.1 www.yahoomail.com
127.0.0.1 www.mail.yahoo.com
127.0.0.1 www.gmail.com
127.0.0.1 www.orkut.com
127.0.0.1 www.naukri.com
127.0.0.1 www.monsterindia.com
127.0.0.1 www.rediffmail.com


~~~~~~~~~~~~~~~~~~~~~~~