我用了下面兩個(gè)方法都不行:1)工具-》internet選項(xiàng)-》內(nèi)容-》分級(jí)審查-》啟動(dòng)-》許可站點(diǎn)-》在上面輸入要禁止的網(wǎng)站,選右面的“從不”,應(yīng)用后,發(fā)現(xiàn):它不僅把我要求禁止的網(wǎng)站禁止了,而且把所有網(wǎng)站都禁止了,要訪問其它網(wǎng)站就必須一個(gè)一個(gè)的添加。(我只是想禁止一個(gè)網(wǎng)站,而其它網(wǎng)站能自由訪問)2)打開瀏覽器---工具---Internet選項(xiàng)---安全---受限制的站點(diǎn)---站點(diǎn)--添加受限站點(diǎn)---確定---確定,應(yīng)用后發(fā)現(xiàn):訪問我想禁止的網(wǎng)站時(shí),只是彈出一個(gè)警告對(duì)話框,而該網(wǎng)站照樣能訪問。問:有沒有不需要安裝第三方軟件就達(dá)到我的目的的方法?如果有,怎么弄?如果沒有,則安裝什么軟件最好使(既安全又方便)?
熱心網(wǎng)友
我想禁止的方法應(yīng)該有很多的我說一個(gè)吧,利用的是系統(tǒng)里面的hosts文件Step1:進(jìn)入Windows目錄(Win9x)或者Winnt/System32/Drivers/Etc(Win2K),找到這個(gè)文件夾里面的hosts文件(沒有后綴)。Step2:右鍵點(diǎn)該文件,選擇打開方式,選擇記事本,大致內(nèi)容應(yīng)該如下:# 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:## # source server# # x client host localhostStep3:添加你要禁止的網(wǎng)站,例如你要禁止3721的網(wǎng)站則輸入(#號(hào)代表忽略該行)#禁止3721。隨便寫的 然后保存為hosts即可。注意,一定不能有后綴!!!。