public class WinRegistry
Modifiers | Name | Description |
---|---|---|
static String |
ADD_DWORD_IEXPLORE_EXE |
|
static String |
FEATURE_CONTROL_REGISTRY_PATH |
|
static String |
FEATURE_HTTP_USERNAME_PW_DISABLE_SUBKEY |
|
static int |
HKEY_CURRENT_USER |
|
static int |
REG_NOTFOUND |
|
static int |
REG_SUCCESS |
Type Params | Return Type | Name and description |
---|---|---|
|
public static void |
createKey(String key) |
|
public static void |
enableUsernamePasswordOnURL() Use only for IE in order to enable passing username and password on URL. |
|
public static String |
readString(String key, String valueName) |
|
public static List<String> |
readStringSubKeys(int hkey, String key) |
|
public static Map<String, String> |
readStringValues(String key) |
Use only for IE in order to enable passing username and password on URL.