Skip to content

Instantly share code, notes, and snippets.

@bugproof
Last active February 11, 2020 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bugproof/fa192aa1a9eadcffffde3205d74b788e to your computer and use it in GitHub Desktop.
Save bugproof/fa192aa1a9eadcffffde3205d74b788e to your computer and use it in GitHub Desktop.
Enable DbgPrint() output in Vista/Server2008 and above https://stackoverflow.com/questions/12494300/no-output-from-debugview
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter" /V DEFAULT /t REG_DWORD /d 0xf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment