« | »

2019.05.17

Windows10 クリーンインストール覚書

uefi + GPTの場合:

インストーラー起動中に Shift+F10でコンソールを呼び出し

select disk 0
clean
convert gpt
create partition efi size=100
format quick fs=fat32 label=”System”
assign letter=”S”
create partition msr size=128
create partition primary
shrink minimum=1024
format quick fs=ntfs label=”Windows”
assign letter=”W”
create partition primary
format quick fs=ntfs label=”Recovery image”
assign letter=”R”
set id=”de94bba4-06d1-4d40-a16a-bfd50179d6ac”
gpt attributes=0x8000000000000001

list volume
exit

※ select disk 0
インストール先ドライブ

shrink minimum=1024
ディスクの空き領域の最後の領域を 1024MBだけ残して全て確保する。

No tags for this post.

Trackback URL

Comment & Trackback

No comments.

Comment feed

Comment





XHTML: You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

*
:-[ (B) (^) (P) (@) (O) (D) :-S ;-( (C) (&) :-$ (E) (~) (K) (I) (L) (8) :-O (T) (G) (F) :-( (H) :-) (*) :-D (N) (Y) :-P (U) (W) ;-)

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)