Related Posts:

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

Delicious

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 :-)

Follow-up

RSSBlack God - RSS   Print

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...


More posts in this category


2 Responses to “Enabling Debug Print (DbgPrint) in Windows Vista and Server 2008”

  1. Thanks for the valueable information

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

Leave a Reply

Subscribe without commenting