//判斷登錄檔右邊框的鍵值是否存在
bool coptimizerdlg::isregvalueexist(hkey key,tchar regpath,tchar value)
}regclosekey(hkey);
}return false;
}//判斷登錄檔左邊框的項是否存在
bool coptimizerdlg::isregsubkeyexist(hkey key,tchar regpath,tchar subkey)
}regclosekey(hkey);
}return false;
}
登錄檔加鍵和鍵值
createnewkeyhkey current user,software microsoft windows currentversion policies explorer setkeyvaluehkey current user,software microsoft windows curr...
用VC 來設定獲得登錄檔的鍵值
下面這個是基於mfc的基本對話寫的。演示設定登錄檔的3中型別的值和獲得登錄檔的3中型別的值。分別用regsetvalueex 來設定,regqueryvalueex 函式來獲得。void cuserregdlg onok byte vals 100 dword lenit 100 hkey hk 開...
從登錄檔的鍵值判斷OS是32位還是64位
根據hkey local machine system currentcontrolset control session manager environment processor architecture的值,可以判斷os是32位的系統還是64位系統。在執行中輸入regedit,開啟登錄檔 根據...