Skip navigation

JSI Tip 0064 - Control which errors pop-up.

You can control what errors pop-up to interupt you by using the following registry keys (errors are still recorded in the event logs):

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows

Add value NoPopUpsOnBoot as a REG_DWORD. When set to 1, Boot pop-up messages are suppressed. The default is 0.

Add value ErrorMode as a REG_DWORD.
0 - All system and application errors Pop-up (this is the default).
1 - Errors from system processes are suppressed.
2 - All system and application errors are suppressed.


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish