Skip to content

Instantly share code, notes, and snippets.

@kanakdeep
Created August 2, 2012 04:42
Show Gist options
  • Save kanakdeep/3233648 to your computer and use it in GitHub Desktop.
Save kanakdeep/3233648 to your computer and use it in GitHub Desktop.
how to remove the dual boot and other OS
;
;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