Sage 300

Sage 300 is accounting software for small to medium sized enterprises that fulfills all your accounting needs.

Customised and tailored by Astech

Sage CRM

Customer Relationship Management Software- Sage CRM is a powerful and easy-to-use customer relationship management solution that integrates directly with both Sage 300 and SAGE ERP X3.

Customised and tailored by Astech

Credit Management Solutions

The Astech Credit and Loan Management Solution (LMS) is a comprehensive end to end business software solution for credit providers.

Customised and tailored by Astech

Enabling and Disabling Hyper-V in Powershell

I sometimes find myself having to disable Hyper-V in Windows 10 temporarily in order to run some other virtualization software like VirtualBox.  While it is possible to enable and disable Hyper-V in Window Features, I find it a lot more convenient running a Powershell command to enable and disable it.

Solution

  1. Open an elevated Powershell window. You can do this by searching for Windows Powershell in the search menu, right-clicking it and selecting Run as administrator
  2. Run the following commands to enable/disable Hyper-V:

    Enable Hyper-V
    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All

    Disable Hyper-V
    Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All


  3. Restart your computer for the changes to take effect.
Sage 300 CRM