知識(shí)庫(kù)標(biāo)簽:
防火墻 |列兵
你這個(gè)問(wèn)題沒(méi)什么大不了的,我以前就有過(guò)這樣的
可能是你下了什么東西把它給損壞了
我是下了QQ克隆空間才打不開(kāi)的
你再用下面的方法去做就可以了
我的電腦前幾天也是和你的一樣死了也打不開(kāi)說(shuō)是無(wú)法識(shí)別什么的問(wèn)題我用了下面就好了
什么都不用下
方法 1:
調(diào)用“Setup API InstallHinfSection”函數(shù)以安裝 Windows 防火墻
要安裝 Windows 防火墻,請(qǐng)按照下列步驟操作:
單擊“開(kāi)始”,單擊“運(yùn)行”,鍵入 cmd,然后單擊“確定”。
在命令提示符處,鍵入下面的命令行,然后按 Enter:
Rundll32 setupapi,InstallHinfSection Ndi-Steelhead 132 %windir%\inf\netrass.inf
重新啟動(dòng) Windows。
單擊“開(kāi)始”,單擊“運(yùn)行”,鍵入 cmd,然后單擊“確定”。
在命令提示符處,鍵入以下命令并按 Enter:
Netsh firewall reset
單擊“開(kāi)始”,單擊“運(yùn)行”,鍵入 firewall.cpl,然后按 Enter。在“Windows 防火墻”對(duì)話框中,單擊“啟用(推薦)”,然后單擊“確定”。
方法 2:
將 Windows 防火墻項(xiàng)添加到注冊(cè)表
警告:如果使用注冊(cè)表編輯器或其他方法錯(cuò)誤地修改了注冊(cè)表,則可能會(huì)出現(xiàn)嚴(yán)重問(wèn)題。這些問(wèn)題可能需要重新安裝操作系統(tǒng)才能解決。Microsoft 不能保證可以解決這些問(wèn)題。修改注冊(cè)表需要您自擔(dān)風(fēng)險(xiǎn)。
要將 Windows 防火墻項(xiàng)添加到注冊(cè)表,請(qǐng)按照下列步驟操作:
將下列文本復(fù)制到“記事本”中,然后將文件另存為 Sharedaccess.reg:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]
"DependOnGroup"=hex(7):00,00
"DependOnService"=hex(7):4e,00,65,00,74,00,6d,00,61,00,6e,00,00,00,57,00,69,00,\
6e,00,4d,00,67,00,6d,00,74,00,00,00,00,00
"Description"="Provides network address translation, addressing, name resolution and/or intrusion prevention services for a home or small office network."
"DisplayName"="Windows Firewall/Internet Connection Sharing (ICS)"
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000020
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Epoch]
"Epoch"=dword:00002cd0
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters]
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
69,00,70,00,6e,00,61,00,74,00,68,00,6c,00,70,00,2e,00,64,00,6c,00,6c,00,00,\
00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile\AuthorizedApplications]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile\AuthorizedApplications\List]
"%windir%\\system32\\sessmgr.exe"="%windir%\\system32\\sessmgr.exe:*:enabled:@xpsp2res.dll,-22019"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List]
"%windir%\\system32\\sessmgr.exe"="%windir%\\system32\\sessmgr.exe:*:enabled:@xpsp2res.dll,-22019"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Setup]
"ServiceUpgrade"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Setup\InterfacesUnfirewalledAtUpdate]
"All"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Enum]
"0"="Root\\LEGACY_SHAREDACCESS\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001
雙擊“Sharedaccess.reg”以將此文件的內(nèi)容并入到注冊(cè)表中,并創(chuàng)建 Windows 防火墻注冊(cè)表項(xiàng)。
重新啟動(dòng) Windows。
單擊“開(kāi)始”,單擊“運(yùn)行”,鍵入 cmd,然后單擊“確定”。
在命令提示符處,鍵入以下命令并按 Enter:
Netsh firewall reset
單擊“開(kāi)始”,單擊“運(yùn)行”,鍵入 firewall.cpl,然后單擊“確定”。
配置要使用的 Windows 防火墻設(shè)置。
如果上述方法不起作用,請(qǐng)重新安裝 Windows XP SP2。
你可以看看你的電腦有開(kāi)起防火墻。
要驗(yàn)證是否已啟動(dòng) Windows 防火墻服務(wù),請(qǐng)按照下列步驟操作:
單擊“開(kāi)始”,單擊“運(yùn)行”,鍵入 services.msc,然后單擊“確定”。
在服務(wù)列表中,找到“Windows 防火墻/Internet 連接共享(ICS)”。請(qǐng)注意,此服務(wù)的狀態(tài)為“已啟動(dòng)”。
有關(guān)如何使用服務(wù)功能的信息,請(qǐng)單擊“操作”菜單上的“幫助”。
- 為最佳答案評(píng)分?
-
好 100% (1)
-
不好 0% (0)
- (目前有 1 個(gè)人評(píng)價(jià))