You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bcdedit commands to work in PowerShell for prepare-for-upload-vhd-image.md
The `bcdedit` commands in `prepare-for-upload-vhd-image.md` don't work in PowerShell due to the special characters ('{', '}').
The docs said to run in a PowerShell window, then open cmd, then run the commands. Instead, simply quote the commands (per the documentation [https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set]) and run directly in PowerShell.
0 commit comments