Sunday, March 16, 2014
How to Make an Old Version of Windows the Default Boot Option in Windows 7
1. Run an administrative command prompt by going to the Start menu and then 'All Programs,' followed by the 'Accessories' folder. Right-click the 'Command Prompt' option, and select 'Run as Administrator' from the context menu. Failure to run as Administrator will result in an error when running the bcdedit command. If you are a Windows XP user, go to the next step; if you use Vista, skip to Step 3.
2. You may want to change the default entry of 'Earlier Version of Windows' in the boot menu if you are an XP user. In the command prompt, type the following command, including quotation marks but not the period, followed by the Enter key: bcdedit /set {legacy} Description 'Microsoft Windows XP.' The text between the quotation marks may be changed to any description according to user needs.
3. Set the previous Windows version as the default by typing the following command at the command prompt and then pressing the Enter key: bcdedit /default {legacy}. (Do not include the period.)
4. Check the configuration to ensure that the appropriate changes were made. Type the following command, excluding the period, at the command prompt, and then press the Enter key: bcdedit. In the 'Windows Legacy Loader' section, the {current} label should visible next to the word 'identifier.'
No comments:
Post a Comment