Suppress printer warning popups on Windows Server

      Comments Off on Suppress printer warning popups on Windows Server

Want to get rid of the popups that appear on your Windows Print server when print jobs are to be retried?
Type the following command in any command prompt window:


reg add HKLMSYSTEMCurrentControlSetControlPrintProviders /v RetryPopup /t REG_DWORD /d 0

And for those who want to enable them:

reg add HKLMSYSTEMCurrentControlSetControlPrintProviders /v RetryPopup /t REG_DWORD /d 1