I attaced the fix to this post, but it is really just a simple Windows registry value change.
You can even make the "fix" yoursef.
Simply copy/paste the text to notepad and then save it as .reg file and run it.
For x86 systems use this:
Quote:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw]
"EnablePrintScreen"=dword:00000001
|
If you have a 64 bit system use this instead:
Quote:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ DirectDraw]
"EnablePrintScreen"=dword:00000001
|