我試圖從Windows註冊表,這下幾個分支坐在得到的值獲得的值(右窗格):從註冊表
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\...
考慮下面的代碼:
RegistryKey openSubKey = settings.OpenSubKey(
@"\\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\DefaultSpoolDirectory");
openSubKey.SetValue("printername", "");
在Microsoft.Win32.Registry
中將設置設置爲LocalMachine。
但是,我會在第一行代碼後得到空值。是什麼賦予了?
這當然是* *不是*如何將打印機添加到Windows機器。 – 2011-04-10 07:06:42