2016/01/29

How to modify OS description on Windows boot menu

1.Press "Win+R" and type "cmd" to open Windows Command Prompt.
2.Type "bcdedit" and enter, you'll see all of OS options.
3.Type "bcdedit /set {identifier} description "Windows 10 Pro x64 #10586" to modify it which OS you want.
4.It will show "The operation completed successfully." message after finished.