0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Windows 10 ProのWindows To Go風USBメモリを作る

Posted at

備忘録のため簡素なメモ。
自己責任でご利用ください。
rufusはかなり不安定だったので、別の方法を探してうまくいった結果。

Windows 10のisoを落とす

「Microsoft Windows and Office ISO Download Tool」(Microsoft公式サイトからのisoダウンロードヘルパー)などで、ISOを落とす。

install.wimを加工する

デフォルトでは、Homeがインストールされてしまう。
install.wimを加工して、Proにしよう。

isoをマウントする。

sourceindexを調べる。

   DISM.exe /Get-WimInfo /WimFile:D:\sources\install.wim

install.wimを作り直す

Dism /Export-Image /SourceImageFile:"D:\sources\install.wim" /SourceIndex:3 /DestinationImageFile:"C:\install.wim"

isoを書き換える

元のisoのsources/install.wimを消して、上で作ったものに差し替える。
Any burnを使えばよい: https://www.anyburn.com/tutorials/edit-iso-file.htm

iso2discでWindows to go風をUSBに書き込む

iso2discは https://www.top-password.com/iso2disc.html
から入手できる。

書き込めばおしまい。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?