You've been using IIS Manager to manage remote IIS from your local computer. But how do you export the connections list if you move to a new computer or just to back it up if you lost all data? This post will show you how you can export and back up IIS Manager connections list on your local PC. All connections in IIS Manager are saved in a binary file called InetMgr.preferences and it … [Read more...]
How to Check Installed .NET Core Version
This is one way to determine what version of .NET Core is installed on your machine (or if it's not installed): Launch Windows PowerShell. Runtime SDK In the following example, you can see that .NET Core 2.1.2 Runtime is installed, but the SDK is not installed with the following error message: Otherwise, it will look more like the next screenshot: … [Read more...]
How to Create Key Pair Using Kleopatra (GnuPG)
If you need to find a free solution to encrypt file or email, Gpg4win (GNU Privacy Guard for Windows) may be more than enough encryption than what you need. It is a free software and pretty straightforward to install. Before you can use it though, you need to create a key pair first and this may be confusing to beginners. Here are the steps to generate a key pair in GPG4Win Kleopatra: Launch … [Read more...]
How to Install IIS on Windows 10
Although IIS is included in every installation of Windows 10, it's not turned on by default. Here's a way to install IIS on Windows 10. Right-click on the Windows button on the bottom-left corner and select Run In the Run dialog box, type appwiz.cpl and press ENTER. As soon as a new window called Programs and Features is opened, click on the link Turn Windows features on or … [Read more...]
How to Install Hugo on Windows 10
If you want to do it a bit differently than the instructions from Hugo website, you can do the following steps: Steps to Download and Install Hugo for Windows Download Hugo zip file from Hugo Releases. Extract the zip file and you will see one executable and a couple markdown files. Copy hugo.exe to your root folder, i.e. C:\Hugo\bin\ like so: Now add this path to your Environment … [Read more...]