Difference between revisions of "Disable Hyper-V Secure Boot Via Powershell"
Jump to navigation
Jump to search
(Created page with "Start by opening a Powershell session on or remotely to the Hyper-V host. Enter the following command...... <br/> <br/> <code>Set-VMFirmware "YOUR-VM-NAME" -enableSecureBoot o...") |
(No difference)
|
Latest revision as of 19:33, 7 December 2018
Start by opening a Powershell session on or remotely to the Hyper-V host. Enter the following command......
Set-VMFirmware "YOUR-VM-NAME" -enableSecureBoot off