Edge Canary: Add Extension From Microsoft Store

Edge CanaryMicrosoft have recently announced they are ditching the current version of their Edge browser in favour of a Chromium based browser. In this series, I am going to take a look at the Canary version of this new browser.

Being based on Chromium, the new Microsoft Edge includes the extension architecture. Microsoft have created their own Store for extensions.

To add extensions to Edge, click on the ellipsis button and select Extensions:

Add Extension

Continue reading “Edge Canary: Add Extension From Microsoft Store”

PowerShell for Hyper-V: Start VM

Hyper-VThis post is part of the series on PowerShell for Hyper-V.

The following PowerShell command can be used to start a virtual machine (replace the highlighted section with the name of your virtual machine):

Start-VM -Name {VM name}