-1-
-2-
How To Change Operating System Name In Multi Boot System windows 10 bcdedit
How to rename the OS in Windows 10 boot menu bcdedit كيفية تغيير اسم نظام التشغيل في شاشة التمهيد في Windows 10? كيفية تغيير اسم نظام التشغيل في نظام التشغيل المتعدد windows 10 bcdedit
bcdedit
bcdedit /set {guid} description "New name"
bcdedit /set {current} description "New name"
bcdedit /set {default} description "New name"
-----------------------
bcdedit /set {8068e97e-8512-11e5-a9dd-f9b1246c66fc} description "Windows 10 Safe Mode (Minimal)"
-3-
-4-