working default shell detection

This commit is contained in:
freedom
2023-07-20 02:34:38 -06:00
parent 78410609a9
commit 7db4efca96
5 changed files with 37 additions and 20 deletions

View File

@@ -18,11 +18,11 @@
#define PROGMAN_KEY L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Program Manager"
#define WINDOWS_KEY L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows"
#define PROGMGR_KEY L"Software\\Freedom Desktop\\Program Manager II"
#define HKEYMAXLENGTH 261
#define HKEYMAXLEN 261
/* Global Registry Keys */
//HKEY hkeyProgramManager;
//HKEY hkeyPMSettings;
//HKEY hKeyProgramManager;
//HKEY hKeyPMSettings;
/* Function Prototypes */
BOOL InitializeRegistryKeys(VOID);