我有一个简化的程序,它产生以下输出,其中以 ^ 开头的行由我的代码生成。请注意,我故意删除了 HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft 中的 Prefs 键。
^ A preferences file was found
Aug 09, 2013 2:45:23 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002.
Windows RegCreateKeyEx(...) returned error code 5.
^ doallunconditionally: false
^ footnotespopup: false
^ thumbnailsgenerated: true
^ thumbnailwidth: 200
^ pathin: C:/Users/Das/Google Drive
^ pathout: C:/Users/Das/ottmar/site
^ pathlog: C:/Users/Das/ottmar/logs
我的问题是,我可以完全绕过注册表吗?我想我应该可以。
如果需要,我可以发布源代码(180 行)。