摘要: 1 #include <iostream> 2 #include <windows.h> 3 using namespace std; 4 5 int main() 6 { 7 HKEY hKEY; 8 if(ERROR_SUCCESS == RegOpenKeyEx(HKEY_LOCAL_MACH 阅读全文
posted @ 2018-06-24 00:32 hoy0a1d 阅读(2299) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <windows.h> 3 using namespace std; 4 5 int main() 6 { 7 HKEY hKEY; 8 char *KeyPath = "SYSTEM\\CurrentControlSet\\serv 阅读全文
posted @ 2018-06-24 00:13 hoy0a1d 阅读(303) 评论(0) 推荐(0) 编辑