Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
NTLDR
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Command-line interface== {{Infobox software | name = bootsect | logo = | screenshot = | screenshot size = | caption = | developer = [[Microsoft]] | released = | latest release version = | latest release date = | operating system = [[Microsoft Windows]] | genre = [[Command (computing)|Command]] | license = [[Proprietary software|Proprietary]] [[commercial software]] | website = {{URL|1=https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-vista/cc749177(v=ws.10)|2=Bootsect Command-Line Options}} }} {{Expand section|date=June 2020}} The '''bootsect.exe''' utility program in the [[Windows Preinstallation Environment|Windows PE]] tools has options '''/nt52''' (NTLDR) and '''/nt60''' (Vista and up) to store a NTLDR or Vista boot record in the first sector of a specified partition.<ref>{{cite web |url=https://technet.microsoft.com/en-us/library/cc749177(WS.10).aspx |title=Bootsect Command-Line Options |work=Windows Vista: Technical Reference |publisher=[[Microsoft]] Technet |year=2009 |access-date=2011-07-03}}</ref> The [[command (computing)|command]] can be used for [[File Allocation Table|FAT]] and [[NTFS]] based [[file systems]]. It replaces the FixFAT and FixNTFS tools.<ref name="bootsect">{{cite web |url=https://www.computerhope.com/bootsect.htm |title=MS-DOS and Windows command line bootsect command}}</ref> ===Example=== The following example applies the NTLDR compatible master boot code to the D: volume:<ref name="bootsect" /> <syntaxhighlight lang="doscon"> C:\>bootsect /nt52 D: </syntaxhighlight>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)