0

我之前做过这个没有错误,但是我正在创建一个服务程序,现在我收到了这个错误。

Object reference not set to an instance of an object.

有什么问题,如果您需要更多信息,请回复或发送电子邮件给我,希望我能得到它。

这是我试图执行但没有成功的代码:

Dim key As Microsoft.Win32.RegistryKey = Microsoft.Win32.Registry.CurrentUser
Dim subkey As RegistryKey
subkey = key.OpenSubKey("HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting", True)
subkey.SetValue("Disabled", 1)
4

0 回答 0