Windows To Go

Is there a benefit to running a portable version of Windows 10?

My post last week on ‘Can you run Windows Server 2016 at home?’ prompted another question from a Dave’s Computer customer. He wanted to know if there is any advantage to running a portable version of Windows 10 instead of installing it the usual way. As he travels a lot and installing everything onto a … 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(); }); });