Microphone no Longer Working After Windows 1803 Updates

The Windows update 1803 brought with it what to us in Europe might be known as the GDPR update. Like any other major update, Windows will download, install and reboot. But this time, you will then be presented with some privacy options that Microsoft has forced users to revisit as a result of growing privacy […] Read more

How to Update NPM on Windows 10

The NPM team officially recommends this method of updating Node. (source below) Let’s begin. First, open PowerShell as administrator and run the following command. Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force npm install -g npm-windows-upgrade npm-windows-upgrade You will be prompted to select a version of NPM to install. Use arrow keys to move up and down and […] Read more

How to Install Python and PIP on Windows 10

Recently I had to install Python on Windows 10, so I could use the “Closure Linter” tool for PhpStorm. Here is a simple guide to show you exactly how to install Python and PIP on your Windows 10 machine. Download Python The first step is to download Python from python.org and select the most recent […] Read more