Life Story/Windows-SW
SurfaceRT 복구이미지 만들기.
KISSD3V
2014. 6. 28. 17:34
Here is how you do it
-------------------------------------------------------------------------------(1) Mount Windows ISO file.
(2) Run "cmd.exe" as administrator.
(3) Type "diskpart".
(4) Type "list disk". Note which disk is your thumb drive. Let's assume disk 1 is your USB memory stick.
(5) Type "select disk 1".
(6) Type "clean".
(7) Type "create partition primary".
(8) Type "select partition 1".
(9) Type "active".
(10) Type "format fs=fat32". "format quick fs=fat32" performs a quick format using FAT32 file system.
(11) Type "assign". You'll notice that the drive letter of your USB memory stick has changed.
(12) Type "exit".
(13) Type "xcopy <source>:\*.* /s/e/f/h <destination>:\"
(14) Once the copying is completed, type "exit" to close the Command Prompt.
-------------------------------------------------------------------------------
간단하게, USB를 FAT32로 포맷후, 복구이미지ISO를 압축풀고 USB에 담아주시면 됩니다.