• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

fix Vista's boot manager?

alizee

Senior member
I had the need to run a repair on my boot manager, and for some reason it found an old OS I had installed (Vista, which was running on another computer and I moved the HD). No, it always asks whether I want to boot into Visa or Vista (recovered). How do I make it so it always just boots to Vista not recovered?

Thanks
 
from a command line as an administrator run bcdedit

just running it without any options will give you a list of the boot options, note the identifier of the one(s) you want to get rid of and execute:
bcdedit /delete {id}
 
Back
Top