Convert JPG/PNG Image to PDF on Windows for FREE

Windows allows to convert JPG/PNG images to PDF for free without having to install any additional software.

There are also many sites offering to convert JPG/PNG images to PDF online, but do you really trust them enough to upload your personal documents to their servers, especially when there is an easy way to create a PDF from a JPG/PNG image yourself?

Below I will show you how to convert JPG/PNG images to PDF on Windows for free. (more…)

How To Find Windows Product Key using CMD

A Windows product key is a 25-character code used to activate Windows, that looks like: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

When Windows is getting installed on a computer, it stores its product key in a registry from where anyone can view it.

This short note shows how to find your Windows product key using a Windows command prompt (CMD). (more…)

IPv6 Ping – How to Ping an IPv6 Address in Windows

An IPv6 is a preferred protocol over IPv4 in modern Windows and Linux systems.

In Windows, you can ping IPv6 addresses using a standard ping command.

If the ping command fails to ping the IPv6 address, it could be that the IPv6 protocol is disabled or it is not supported by your computer or the router it is connected to, or by your ISP (Internet Service Provider).

This short note shows how to ping the IPv6 addresses in Windows and how to check if the IPv6 protocol is enabled. (more…)

Windows: Uninstalled Programs History

In Windows you can easily get a list of installed apps with the installation dates through a “Programs and Features” (press ⊞ Win + R to start the “Run” dialog and type in appwiz.cpl and click “OK”).

To get a history of uninstalled programs is a bit more challenging, but is still possible using an “Event Viewer”.

In the “Event Viewer” we can list the changes made by an MsiInstaller – the tool that Windows uses for any installations and uninstallations of applications.

Additionally, we can filter out that list by the event ID 1034, that exactly corresponds to the program uninstallation events.

Below you will find how to check the uninstalled programs history in Windows and how to find out who has uninstalled a program and when. (more…)

Copy as Path: Get Full Path of File on Windows

An absolute path, also known as a full path, on Windows systems represents the complete details needed to locate a file or folder, starting from a drive letter (e.g. C:\), including all sub-folders and ending with the file or folder name.

Once you have located the desired file or folder in a File Explorer, there is a simple way to get the full path and copy it to a clipboard.

This short note shows how to unlock a “Copy as path” Windows feature to get the full path to the file or folder quickly and easily. (more…)

Git Bash: Increase Terminal Scrollback Buffer Size

If you run a command that produces a lot of output in a Git Bash and you try to scroll up to the beginning of that output, you may see that it has been truncated.

The number of lines that can be displayed in the Git Bash is controlled by a scrollback buffer size (10000 lines, by default).

This short note shows how to increase the terminal scrollback buffer size in the Git Bash. (more…)

Generate SSH Key in Windows

Starting from Windows 10 build 1809, Windows has a native SSH client that is based on the OpenSSH port.

The OpenSSH client in Windows includes an ssh-keygen – the command-line tool for creating authentication keys for SSH.

To create a pair of SSH keys in Windows, the ssh-keygen command can be executed from a Windows command-line prompt (CMD) or PowerShell.

This note shows how to generate SSH keys in Windows using the ssh-keygen command. (more…)