Skip to content

Instantly share code, notes, and snippets.

@bugproof
Last active February 11, 2020 21:15
Show Gist options
  • Select an option

  • Save bugproof/fa192aa1a9eadcffffde3205d74b788e to your computer and use it in GitHub Desktop.

Select an option

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