有和我一样要断网的吗?

有和我一样要断网的吗?
这里刚刚copy 到一个可以断网的方法,我想试试。 :)

You can use the Windows 'Hosts' file to accomplish this, here's how:

In Windows XP, the hosts file is found here:

C:\Windows\System32\Drivers\etc\hosts

Once you have found the hosts file, right click it and select Properties.
Uncheck the "Read-Only" attribute (if checked). Click OK.

Double click the 'Hosts' file and select "Notepad" from the list of programs
to open it with.

Once you have the hosts file open in Notepad, you will see an entry such as:

127.0.0.1 localhost

To block a certain web page from loading, add the following:

127.0.0.1 www.webpage.com

Your Hosts file will now look like this:

127.0.0.1 localhost
127.0.0.1 www.webpage.com

Add as many web addresses as you like in the same fashion.

Once you are finished, go up to 'File' and click 'Save'.

The web pages listed in your 'Hosts' file should be blocked from access. It
may be necessary for you to reboot your computer for these changes to take
effect.

所有跟帖: 

回复:有和我一样要断网的吗? -美和和- 给 美和和 发送悄悄话 美和和 的博客首页 (84 bytes) () 05/25/2008 postreply 14:53:55

没必要断网吧,我自己有试过,不过嘿嘿后来还是, -太评洋- 给 太评洋 发送悄悄话 (104 bytes) () 05/25/2008 postreply 15:08:19

不能上网要机子还有啥用,送我算了吧. -贫委- 给 贫委 发送悄悄话 贫委 的博客首页 (250 bytes) () 05/27/2008 postreply 10:26:39

请您先登陆,再发跟帖!