PowerShell for Hyper-V: Resume VM

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

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

Resume-VM -Name {VM name}

PowerShell for Hyper-V: Suspend VM

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

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

Suspend-VM -Name {VM name}

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}

Edge Canary: Add Extension From Chrome Play 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.

As mentioned in the last post, Microsoft have their own store for extensions, but Edge also supports the installation of extensions direct from the Google Play Store.

When in the Microsoft Store, a blue bar is displayed at the top of the screen; click the Allow extensions from other stores to enable download from the Google Play Store, or any other extension store:

Allow extensions from other stores

Continue reading “Edge Canary: Add Extension From Chrome Play Store”

PowerShell for Hyper-V: Shut Down VM

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

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

Stop-VM -Name {VM name}

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}

Edge Canary: Installation

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.

With Edge Canary downloaded, we can now install it. Do this by launching the file you downloaded:

Downloading

The “installer” isn’t actually a real installer, but kicks off another download.

Continue reading “Edge Canary: Installation”