首先把win7系統映象的iso檔案解壓到行動硬碟中
將行動硬碟設定為活動分割槽
設定活動分割槽的方法
diskpart程式實現u盤安裝win7的方法:
將win7安裝盤中的所有檔案拷貝到硬碟資料夾中,我們這裡選擇d盤win7back。
在開始選單程式欄中輸入cmd進入命令列模式,敲入diskpart進入磁碟分割槽管理程式,逐行輸入
select disk 1 (選擇磁碟。此為disk 0硬碟,disk 1 u盤情況下,多硬碟時可輸入list disk查詢)
clean (清除該磁碟)
create partition primary (建立主分割槽)
select partition 1 (選擇剛剛建立的1號分割槽)
active (啟用該分割槽)
format fs=fat32 (格式化為fat32,8gb閃盤的格式化需要較長時間)
assign (為該分割槽註冊碟符)
exit (退出diskpart程式)
注:以上操作必須在vista/win7下完成,xp雖然也帶有diskpart程式,但無法格式化u盤。
這裡我們只使用上面的active選項 或者在win7的磁碟管理中將行動硬碟標記為活動分割槽
假設你的行動硬碟的活動分割槽的碟符為g盤
在win7執行cmd
g:
cd boot
bootsect /nt60 g
命令將引導區寫進你的行動硬碟g碟符
在開機啟動項中選擇移動裝置啟動就可以了
whywhen
建立2023年12月16日
更新2023年12月9日
利用SQL行動硬碟檔案
if exists select from dbo.sysobjects where id object id n dbo p movefile and objectproperty id,n isprocedure 1 drop procedure dbo p movefile go 移動伺服器上...
利用SQL行動硬碟檔案
if exists select from dbo.sysobjects where id object id n dbo p movefile and objectproperty id,n isprocedure 1 drop procedure dbo p movefile go 移動伺服器上...
利用SQL行動硬碟檔案
if exists select from dbo.sysobjects where id object id n dbo p movefile and objectproperty id,n isprocedure 1 drop procedure dbo p movefile go 移動伺服器上...