Nếu có bất kỳ vấn đề gì như Windows không thể boot được, bạn có thể tiến hành khôi phục lại hệ thống như ban đầu. Cách làm như sau:
Khởi động máy boot vào DVD cài đặt Windows 7, chọn chế độ Repair sau khi màn hình chọn language. Tiếp đó chọn Command Prompt
-Once you enter Windows Recovery Environment press "Cancel" right away (while it is still scanning)
-Click "Yes" on the warning that pops up
-Click "View advanced options for system recovery and support"
-Select your keyboard types and click "Next>"
-Select an account (not "HomeGroupUser$") and enter any necessary password and click "Ok"
-Click "Command Prompt" (the last option)
-Enter the following commands:
d:
cd \Windows\System32
del winload.exe
ren "winload - Backup.exe" winload.exe
cd \Windows\Boot\PCAT
del bootmgr
ren "bootmgr - Backup" bootmgr
exit
-Click "Restart"
|