Edge Canary: Dark Mode

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.

Microsoft have been adding dark modes to other applications and websites, but have unfortunately not done so with the new Edge. At the least I’d expect it to respect the Windows themes settings, if not to have a separate option within the browser.

The other way this might be handled is via a theme, but Edge doesn’t seem to support themes. I did try to install a theme from the Chrome Web Store and an error was produced.

Adding a dark mode or support for themes may be on the Microsoft roadmap for Edge, but I’ve not been able to find any information on this.

PowerShell for Hyper-V: Save VM

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

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

Save-VM -Name {VM name}