![]() |
在注册表里删除指定键值
CString strSubKey = _T("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run");
HKEY hKey = NULL; RegOpenKeyEx(HKEY_LOCAL_MACHINE, strSubKey, 0, KEY_WRITE, &hKey); CString strValue = _T("QQ.exe"); RegDeleteValue(hKey, strValue); RegCloseKey(hKey); |
所有的时间均为北京时间。 现在的时间是 08:20 PM. |