Enabling Debug Print (DbgPrint) in Windows Vista and Server 2008

windows_logoIssue: Debug prints ( DbgPrint ) are not working in Windows Vista/Server2008.

Solution: By default DbgPrint() outputs are disabled in Vista/Server2008. You may follow the below setting in registry to enable the debug prints.

Open up the registry and go to this path, “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter” and add the following value “DEFAULT” : REG_DWORD : 0xFFFFFFFF and then reboot. You may have to create the “Debug Print Filter” key if it does not exist.

Happy debugging.. Enjoy :-)



This entry was posted in HOW-TOs and tagged , , , . Bookmark the permalink.
  • SriGanesh

    Thanks for the valueable information

  • http://www.watercoolerinfo.com Sophie Wilson

    Windows Vista is good but it can hog your CPU and Memory.,;-

  • http://www.double-bedding.com Double Bedding 

    windows vista is very unstable and often crashes a lot, windows XP is several thousand times better`-:

  • Amr

    Thanks fro information but I have problem, the CloseServiceHandle and DeleteService doesn’t work on windows server 2008 can you provide me a solution