Tag Windows 10

How to run any program in Task Scheduler

Windows Task Scheduler is great for running background tasks, but a little confusing. If you just want to trigger a Windows batch file periodically you don’t need this guide. This guide will explain how to run any software without using…

Offline update Windows 10

Want to update Windows 10 without connecting a computer to the internet? Let’s start with a clean installation of Windows 10 Pro on a virtual machine without an internet connection. Let’s run winver.exe to see which version we have first.…

Rotate images in Windows with ImageMagick

Since rotating images in Windows causes images to loose quality, I decided to use ImageMagick to rotate images instead. ImageMagick is a small command-line tool for image processing. Rotating images with ImageMagick is fairly simple: Rotate right magick convert -rotate…