我之前没有错误,但我正在创建一个Servicing程序,现在我收到了这个错误。
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)