license

Can you transfer a Windows 10 license to another PC?

If you have a computer you currently run Windows 10 on and build yourself another, can you transfer the Windows 10 license to your new computer? This is a question we were asked in the store the other day. As it wasn’t the first time we had heard it so we thought we would add … 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(); }); });