欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費電子書(shū)等14項超值服

開(kāi)通VIP
windows下bootsect.exe詳解&使用說(shuō)明

先來(lái)看一下英文原版的說(shuō)明:(使用命令bootsect /?)
bootsect {/help|/nt60|/nt52} {SYS|ALL|<DriveLetter>:} [/force]Boot sector restoration tool

Bootsect.exe updates the master boot code for hard disk partitions in order to
switch between BOOTMGR and NTLDR. You can use this tool to restore the boot
sector on your computer.

翻譯一下:

bootsect命令使用格式:

bootsect {/help|/nt60|/nt52} {SYS|ALL|<DriveLetter>:} [/force]Boot sector restoration tool

bootsect工具說(shuō)明:

bootsect.exe更改硬盤(pán)分區的主啟動(dòng)代碼以便在ntlder和bootmgr之間切換,可以使用此工具修改計算機硬盤(pán)的啟動(dòng)扇區。

例如:

Drive:\boot\Bootsect.exe /NT60 All 的作用如下:
使用 Bootsect.exe 還原 Windows Vista MBR 以及將控制權轉給 Windows 啟動(dòng)管理器程序。


--------------------------------------------------------------------------------
具體參數解釋?zhuān)?


命令 描述
/help 顯示這些用法說(shuō)明。
/nt52 將與 NTLDR 兼容的主啟動(dòng)代碼應用到 SYS、ALL 或 <DriveLetter>。在 SYS、ALL 或 <DriveLetter> 上安裝的操作系統必須是以前版本的 Windows Vista。
/nt60 將與 BOOTMGR 兼容的主啟動(dòng)代碼應用到 SYS、ALL 或 <DriveLetter>。在 SYS、ALL 或 <DriveLetter> 上安裝的操作系統必須是 Windows Vista。
SYS 更新用于啟動(dòng) Windows 的系統分區上的主啟動(dòng)代碼。
ALL 更新所有分區上的主啟動(dòng)代碼。ALL 不必更新每個(gè)卷的啟動(dòng)代碼。相反,該選項將更新可用作 Windows 啟動(dòng)卷(不包括沒(méi)有與基礎磁盤(pán)分區連接的動(dòng)態(tài)卷)的卷上的啟動(dòng)代碼。存在此限制是因為啟動(dòng)代碼必須位于磁盤(pán)分區的起始處。
<DriveLetter>
 更新與此驅動(dòng)器號關(guān)聯(lián)的卷上的主啟動(dòng)代碼。在以下兩種情況下,不會(huì )更新啟動(dòng)代碼:1) <DriveLetter> 與卷沒(méi)有關(guān)聯(lián);2) <DriveLetter> 與未連接到基礎磁盤(pán)分區的卷相關(guān)聯(lián)。
/force 在啟動(dòng)代碼更新期間強制卸除卷。必須謹慎使用該選項。如果 Bootsect.exe 無(wú)法獲得獨占的卷訪(fǎng)問(wèn)權限,則文件系統可能在下一次重新啟動(dòng)前覆蓋啟動(dòng)代碼。Bootsect.exe 始終會(huì )在每次更新前嘗試鎖定和卸除卷。當指定 /force 時(shí),如果初始的鎖定嘗試失敗,將嘗試強制卸除。例如,如果目標卷上的文件當前已被其他程序打開(kāi),則鎖定可能會(huì )失敗。 如果鎖定成功,強制卸除將啟用獨占卷訪(fǎng)問(wèn)權限和可靠的啟動(dòng)代碼更新,即使初始鎖定失敗。同時(shí),強制卸除將使指向目標卷上文件的所有打開(kāi)的句柄無(wú)效。這可以導致來(lái)自打開(kāi)這些文件的程序的意外行為。因此,請謹慎使用該選項。

英文原版:

/help Displays these usage instructions.顯示該命令的使用說(shuō)明

/nt52 Applies the master boot code that is compatible with NTLDR to SYS,
ALL, or <DriveLetter>. The operating system installed on SYS, ALL, or
<DriveLetter> must be older than Windows Vista.將與NTLDR兼容的主啟動(dòng)代碼應用到SYS,ALL或<DriverLetter>,安裝在SYS,ALL或<DriverLetter>上的操作系統應該是Vista之前的版本。換句話(huà)說(shuō)就是/nt52應該用于vista之前的xp,2003等操作系統的啟動(dòng)引導。

/nt60 Applies the master boot code that is compatible with BOOTMGR to SYS,
ALL, or <DriveLetter>. The operating system installed on SYS, ALL, or
<DriveLetter> must be Windows Vista or WindowsServer “Longhorn”.將與BootMgr兼容的主啟動(dòng)代碼應用到SYS,ALL或<DriverLetter>,安裝在SYS,ALL或<DriverLetter>上的操作系統應該是Vista或者服務(wù)器Longhorn版本。換句話(huà)說(shuō)就是/nt60應用在這些系統的啟動(dòng)引導。

SYS Updates the master boot code on the system partition used to boot
Windows.修改用于啟動(dòng)Windows的系統分區的主啟動(dòng)代碼。

ALL Updates the master boot code on all partitions. ALL does not
necessarily update the boot code for each volume. Instead, this
option updates the boot code on volumes that could be used as Windows
boot volumes, which excludes any dynamic volumes that are not
connected with an underlying disk partition. This restriction is
present because boot code must be located at the beginning of a disk
partition.修改所有分區的主啟動(dòng)代碼。ALL不必要修改每個(gè)卷的主啟動(dòng)代碼。相反的,這個(gè)選項修改可以用做windows啟動(dòng)卷的啟動(dòng)代碼(不包括沒(méi)有與基礎磁盤(pán)分區連接的動(dòng)態(tài)卷)。有這個(gè)限制是因為啟動(dòng)代碼必須位于磁盤(pán)分區的開(kāi)始處。

<DriverLetter> Updates the master boot code on the volume associated with this
drive letter. Boot code will not be updated if either 1) is not associated with a volume or 2) is associated with a volume not connected to an underlying disk partition.修改與此驅動(dòng)器號關(guān)聯(lián)的卷上的主啟動(dòng)代碼。在以下兩種情況下,不會(huì )更新主啟動(dòng)代碼:1). 此驅動(dòng)器號沒(méi)有關(guān)聯(lián)卷 2). 與未連接到基本磁盤(pán)分區的卷關(guān)聯(lián)

/force Forcibly dismounts the volume(s) during the boot code update. You should use this option with caution.在啟動(dòng)代碼更新期間強制卸除卷。必須謹慎使用該選項。If Bootsect.exe cannot gain exclusive volume access then the file system may overwrite the boot code before the next reboot.如果Bootsect.exe不能獲得獨占的卷訪(fǎng)問(wèn)權限,則文件系統可能在下一次重啟之前覆蓋啟動(dòng)代碼。Bootsect.exe always attempts to lock and dismount the volume before each update. When /force is specified, a forced dismount is attempted if the initial lock attempt fails. A lock can fail, for example, if files on the target volume are currently opened by other programs.Bootsect.exe在每一次更新之前總是嘗試鎖定和卸載卷。當/force被指定時(shí),如果鎖定嘗試失敗,一個(gè)強制的卸載將會(huì )被嘗試。鎖定會(huì )有失敗的情況,例如:如果目標卷上的文件愛(ài)你正被其他的程序打開(kāi)。When successful, a forced dismount allows exclusive volume access and a reliable boot code update even though the initial lock failed. At the same time, a forced dismount invalidates all open handles to files on the target volume. This could result in unexpected behavior from the programs that opened these files. Therefore, you should use this option with caution.如果鎖定成功,強制刪除將啟用獨占卷訪(fǎng)問(wèn)權限和可靠的啟動(dòng)代碼更新,即使初始鎖定失敗。同時(shí),強制卸載會(huì )導致所有目標卷上打開(kāi)的文件句柄失效。這可能導致打開(kāi)這些文件的程序產(chǎn)生不可預料的行為。因此,應該謹慎地使用該選項。

本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請點(diǎn)擊舉報。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
xp下安裝win7,然后輸入c:\boot\bootsect.exe/nt60 c:提示:找不到目標文件
教教使用移動(dòng)硬盤(pán)快速安裝windows 7系統的方法(附BIOS設置方法)
Windows啟動(dòng)引導順序
Windows Vista系統下如何再安裝Windows XP,實(shí)現雙系統問(wèn)題
雙系統 多系統開(kāi)機啟動(dòng)菜單修復工具 CSDN 下載頻道
NTBootAutofix:一款極為優(yōu)秀的自動(dòng)修復XP/VISTA/WIN7系統引導的工具...
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導長(cháng)圖 關(guān)注 下載文章
綁定賬號成功
后續可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服

欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久