Search Results for scribbleghost

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…