Create Bootable USB Drive
open a command line window on your Vista machine then type the following sequence of commands:
- Diskpart
- list disk (you should be able to spot your USB stick by the size, take note of the number listed against it)
- select disk n (where n is the number from the previous step)
- clean
- create partition primary
- select partition 1
- active
- format fs=ntfs quick
- exit
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/208722/viewspace-1056430/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- What's the maximum typical speed possible with a USB2.0 drive?
- 【RxSwift 實踐系列 2/3】thinking in Rx- Create和DriveSwiftThinking
- one drive
- 【BUUCTF】Youngter-drive
- 利用 iCloud Drive 來同步 Xcode 配置CloudXCode
- create_singlethread_workqueue, create_workqueuethread
- garmin USB: linux USB host驅動Linux
- USB-A, Micro, lightning and USB-C
- USB驅動正常,USB沒有反應
- USB 端點與USB HUB的關係
- USB PD和USB TYPE-C 的區別
- SQL__CREATESQL
- Object.create()Object
- create-a-page
- create-a-document
- Docker create命令Docker
- create index .. onlineIndex
- USB-CyAPIAPI
- USB主機
- USB gadget configfs
- USB gadget functionfsFunctionNFS
- usb協議協議
- ESP32 編譯報錯 57) boot: no bootable app partitions in the partition table編譯bootAPP
- 關於 artisan migrants Could not find drive 解決方法
- STM32-USB學習筆記(一) USB基礎筆記
- openGauss lo_create
- create-a-blog-post
- Create apps with Ribbon UIAPPUI
- save() create()區別
- Procedure to create Distribution model
- usb流量分析
- USB LPM狀態
- (16)USB通訊
- 高通USB overviewView
- Qt usb通訊QT
- USB NCM介紹
- USB2.0 USB3.0 供電情況及規定
- USB3.0與USB2.0編碼方式的區別
- linux模擬HID USB裝置及wireshark USB抓包配置Linux