Searched refs:serviceRegKey (Results 1 – 1 of 1) sorted by relevance
954 … CAtlStringW serviceRegKey(L"SOFTWARE\\Microsoft\\Shared Tools\\MSConfig\\services\\"); in ServicesPageWndProc() local955 serviceRegKey += svcName; in ServicesPageWndProc()956 RegDeleteKeyW(HKEY_LOCAL_MACHINE, serviceRegKey); in ServicesPageWndProc()1002 … CAtlStringW serviceRegKey(L"SOFTWARE\\Microsoft\\Shared Tools\\MSConfig\\services\\"); in ServicesPageWndProc() local1003 serviceRegKey += svcName; in ServicesPageWndProc()1005 …if (RegCreateKeyEx(HKEY_LOCAL_MACHINE, serviceRegKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_SET_VA… in ServicesPageWndProc()