How to disable automatic repair on Windows 8 (dual boot)
Disabling process is done using a dual Boot method.
The computer has 2 (or more) Operating Systems installed.
Disable automatic repair for the DEFAULT boot loader menu entry:
bcdedit /set {current} recoveryenabled No
Disable automatic repair for OTHER boot loader menu entries:
-start CMD as administrator
-type “bcdedit /enum”
-there might be more “windows boot loader” entries, search for “description” to identify correct menu entry that you want
-at “identifier code” rightclick window, click mark, select identifier code, rightclick to copy it
-paste code in place of the word “current”
example:
bcdedit / set {00000000-0000-0000-0000-000000000000} recoveryenabled No
how to repair windows 7