Disable Hyper-V Secure Boot Via Powershell

From Wiki.CoreyBlair.US
Revision as of 20:33, 7 December 2018 by Corey (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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