Fix `Get-VHD`/`Mount-VHD` Not Recognized on Windows Home
I use a startup Scheduled Task to auto-mount a .vhdx file (a “Dev Drive”) to a drive letter, using the Hyper-V PowerShell cmdlets Get-VHD and Mount-VHD. It had worked fine before, but running it ma...