CPU

How to fix Runtime Broker High CPU usage in Windows 10

Before Windows 10 came along, Dave’s Computers was awash with customers experiencing Runtime Broker High CPU issues with Windows XP, Windows ME, Windows 7 and Windows 8. It seemed to follow Windows throughout its development but finally seems under control in Windows 10. That doesn’t mean it isn’t still happening because it is. We saw … Read more

jQuery(document).ready(function($) { // Add a class to all images that should trigger the print dialog $('.print-image').click(function() { // Create a new window with only the clicked image var printWindow = window.open('', '_blank'); var imageUrl = $(this).attr('src'); // Write the image to the new window printWindow.document.write('Print Image'); printWindow.document.close(); // Trigger the print dialog for the new window printWindow.print(); }); });