registry64.rar
windows10 64位测试 static { System.load("path\\ICE_JNIRegistry.dll"); } RegistryKey registryKey = Registry.openSubkey(Registry.HKEY_CURRENT_USER, Internet, RegistryKey.ACCESS_READ); // 注册表表项键 RegistryValue registryValue = registryKey.getValue("ProxyEnable"); boolean proxyEnable = ((R
下载地址
用户评论