7、复制(Ctrl+C)以下内容,黏贴(Ctrl+V)入文本文档:
复制内容到剪贴板
path C:Windowssystem32
bcdedit /store C:bootbcd /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft Windows 7" /application osloader
bcdedit /store C:bootbcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=C:
bcdedit /store C:bootbcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path Windowssystem32winload.exe
bcdedit /store C:bootbcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale zh-CN
bcdedit /store C:bootbcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}
bcdedit /store C:bootbcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice partition=C:
bcdedit /store C:bootbcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot Windows
bcdedit /store C:bootbcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx optin
bcdedit /store C:bootbcd /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast
bcdedit /store C:bootbcd /timeout 5
pause