安裝卡巴斯基提示Error 0x8004a029訊息的處理方式

安裝卡巴斯基提示Error 0x8004a029,一般是因為電腦裡面的網路的篩選器已經超過可用的上限,可能電腦裡有很多的虛擬機的網路連線很多VPN的連線,針對vista和win7,預設是8個,上限是14個,所以只能通過修改機碼的方式修改到14來嘗試,當然如果修改到14還是不夠用,就只能將目前用不到的一些連接刪除掉了。

123

Windows 7 is hard coded to allow 14 filter drivers, but the following registry sets the limit to 8 by default. You can adjust the amount up to 14 or delete this key and it will be set to max of 14.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\MaxNumFilters

篩選器

如果使用批次檔的方式則是使用內容

同時我也有寫了一個小程式來操作

klim

當然代碼也很簡單,也可以分享出來