Google Chrome Printing loading preview forever fix
Google Chrome Printing loading preview forever
[Solved] How do I fix "Loading Preview" stuck in Google Chrome? (pupuweb.com)
add the value in the command line, and run as administrator the following line.
reg add HKLM\SOFTWARE\Policies\Google\Chrome /v DisablePrintPreview /t REG_DWORD /d 1 /f
or
Create a registry file ".reg" and add the following, run as administrator.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
@=""
"DisablePrintPreview"=dword:00000001
Comments
Post a Comment