Created
August 2, 2012 04:42
-
-
Save kanakdeep/3233648 to your computer and use it in GitHub Desktop.
how to remove the dual boot and other OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
;Warning: Boot.ini is used on Windows XP and earlier operating systems. | |
;Warning: Use BCDEDIT.exe to modify Windows Vista boot options. | |
; | |
[boot loader] | |
timeout=30 | |
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS | |
[operating systems] | |
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECT /USEPMTIMER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment