-1
如何通過註冊表獲得Windows產品ID在Java中?我嘗試的唯一方法是:獲得Windows產品ID,在JAVA
Process p = Runtime.getRuntime().exec("reg query \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\" /v ProductId");
其中返回null或錯誤。
在此先感謝。
參考http://stackoverflow.com/questions/585804/accessing-windows-registry和http://stackoverflow.com/questions/62289/read-write-to-windows-registry-using-java一些有關如何訪問Windows註冊表的很好的提示。 – Ewald