jhuapl-bio / Basestack

Basestack is a platform for rapid and real time analysis of NGS data. It provides a executable application that connects standard bionformatics tools to a user interface. It is usable on all major Linux distributions, Mac OS, and Windows 10 or later
https://basestackwebsite.readthedocs.io/en/latest/
GNU General Public License v3.0
26 stars 1 forks source link

Init Hyper-V from Basestack #58

Closed Merritt-Brian closed 3 years ago

Merritt-Brian commented 3 years ago

More here: https://petri.com/how-to-disable-hyper-v-completely-in-windows-10

Rather than require users to go through the Host OS environment settings directly and manually, add a prompt/button to run Hyper-V enable or disable

Disable Pick One below

A. Powershell: Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor -All  B. DISM /Online /Disable-Feature:Microsoft-Hyper-V

Enable Pick One below

A. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All B. DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

Merritt-Brian commented 3 years ago

Completed in v0.9.0 #68