software\\microsoft\\windows\\currentversion\\internet settings\\
4 受限制的站點區域
注意:預設情況下,「我的電腦」不會出現在「安全」選項卡的「區域」框中。
其中的每項都包含以下 dword 值,用於表示自定義「安全」選項卡上的相應設定。
1e05 軟體頻道許可權
1f00 保留 **
第三方 cookie *
** 表示 windows xp service pack 2 或更高版本設定
hkey hkey;
regopenkeyex(hkey_current_user,_t("software\\microsoft\\windows\\currentversion\\internet settings\\zones\\3"), // 子鍵
0,// 必須為0
key_all_access,// 訪問許可權
&hkey); // 儲存開啟的鍵的控制代碼
dword error=getlasterror();
dword dw=0;
regsetvalueex(hkey,_t("1407"),0,reg_dword,(const byte*)&dw,4);
regclosekey(hkey);
服務管理對應登錄檔的位置
windows registry editor version 5.00 hkey local machine system controlset001 services defwatch type dword 00000110 start dword 00000002 errorcontrol d...
右鍵選單在登錄檔中的位置
1 滑鼠右鍵桌面空白處,新建選單中的專案在登錄檔中的位置 hkey current user software microsoft windows currentversion explorer discardable postsetup shellnew 2 滑鼠右鍵檔案,彈出的選單明細在登錄檔中...
Windows系統證書在登錄檔中的位置
1 ie 證書內容 hkey current user software microsoft systemcertificates 個人 my 其他人 addressbook 中級證書頒發機構 ca 受信任的根證書頒發機構 root 受信任的發布者 trustedpublisher 未受信任的發布者...