有整合WIN10的方法了嗎(家用專業任意裝) - Windows
By Necoo
at 2015-09-14T00:52
at 2015-09-14T00:52
Table of Contents
又是一些小心得分享......
今天處理一台機器,發現之前整合的部份,企業版與ltsb都不能安裝。
(找不到microsoft軟體授權條款 請確定安裝來源是正確的,然後重新啟動安裝程式)
google找了一下,原來少做一個步驟
在原來第八步驟之後 要手動新增這樣的動作~
dism /mount-wim /wimfile:64\ent\install.wim /index:1 /mountDir:mnt
robocopy /mir mnt\Windows\System32\zh-TW\Licenses\Volume
mnt\Windows\System32\zh-TW\Licenses\_Default
dism /unmount-wim /mountDir:mnt /commit
dism /mount-wim /wimfile:64\entl\install.wim /index:1 /mountDir:mnt
robocopy /mir mnt\Windows\System32\zh-TW\Licenses\Volume
mnt\Windows\System32\zh-TW\Licenses\_Default
dism /unmount-wim /mountDir:mnt /commit
dism /mount-wim /wimfile:86\ent\install.wim /index:1 /mountDir:mnt
robocopy /mir mnt\Windows\System32\zh-TW\Licenses\Volume
mnt\Windows\System32\zh-TW\Licenses\_Default
dism /unmount-wim /mountDir:mnt /commit
dism /mount-wim /wimfile:86\entl\install.wim /index:1 /mountDir:mnt
robocopy /mir mnt\Windows\System32\zh-TW\Licenses\Volume
mnt\Windows\System32\zh-TW\Licenses\_Default
dism /unmount-wim /mountDir:mnt /commit
第一行是掛上 install.wim 檔,掛在目錄是 mnt
第二行是複製版權目錄一份名稱為 _Default
第三行是將修改後的資料寫回 install.wim 並從 mnt 目錄卸載
PS1:若是用檔案總管去進行複製,之後卸載時 "可能" 會發生無法卸載錯誤
可用 dism /get-mountedwiminfo 查看 wim 檔掛載狀態
我是先關閉檔案總管
再用指令 taskkill /f /fi "imagename eq explorer.exe" 砍掉
之後再 cmd視窗 或 powershell視窗 中再打開一次 explorer.exe
再接著下 dism /unmount-wim /mountDir:mnt /discard
後面接著之前第九步就一路倒底。
PS2:在powershell中,第十二點要改成多加雙引號,命令視窗不用
oscdimg -m -o -u2 -udfver102 -t"09/13/2015,12:00:00"
-bootdata:2#p0,e,bF:\ISO-MAKE\BASE\boot\etfsboot.com#pEF,e,bF:\ISO-MAKE\BASE
\efi\microsoft\boot\efisys.bin -h -lZH-TW_Win10_10in1 "F:\ISO-MAKE\BASE"
"F:\ISO-MAKE\TC_Win10_10in1_20150913.iso"
PS3:ei.cfg與pid.txt都可以刪除並不影響整個iso運作
--
今天處理一台機器,發現之前整合的部份,企業版與ltsb都不能安裝。
(找不到microsoft軟體授權條款 請確定安裝來源是正確的,然後重新啟動安裝程式)
google找了一下,原來少做一個步驟
在原來第八步驟之後 要手動新增這樣的動作~
dism /mount-wim /wimfile:64\ent\install.wim /index:1 /mountDir:mnt
robocopy /mir mnt\Windows\System32\zh-TW\Licenses\Volume
mnt\Windows\System32\zh-TW\Licenses\_Default
dism /unmount-wim /mountDir:mnt /commit
dism /mount-wim /wimfile:64\entl\install.wim /index:1 /mountDir:mnt
robocopy /mir mnt\Windows\System32\zh-TW\Licenses\Volume
mnt\Windows\System32\zh-TW\Licenses\_Default
dism /unmount-wim /mountDir:mnt /commit
dism /mount-wim /wimfile:86\ent\install.wim /index:1 /mountDir:mnt
robocopy /mir mnt\Windows\System32\zh-TW\Licenses\Volume
mnt\Windows\System32\zh-TW\Licenses\_Default
dism /unmount-wim /mountDir:mnt /commit
dism /mount-wim /wimfile:86\entl\install.wim /index:1 /mountDir:mnt
robocopy /mir mnt\Windows\System32\zh-TW\Licenses\Volume
mnt\Windows\System32\zh-TW\Licenses\_Default
dism /unmount-wim /mountDir:mnt /commit
第一行是掛上 install.wim 檔,掛在目錄是 mnt
第二行是複製版權目錄一份名稱為 _Default
第三行是將修改後的資料寫回 install.wim 並從 mnt 目錄卸載
PS1:若是用檔案總管去進行複製,之後卸載時 "可能" 會發生無法卸載錯誤
可用 dism /get-mountedwiminfo 查看 wim 檔掛載狀態
我是先關閉檔案總管
再用指令 taskkill /f /fi "imagename eq explorer.exe" 砍掉
之後再 cmd視窗 或 powershell視窗 中再打開一次 explorer.exe
再接著下 dism /unmount-wim /mountDir:mnt /discard
後面接著之前第九步就一路倒底。
PS2:在powershell中,第十二點要改成多加雙引號,命令視窗不用
oscdimg -m -o -u2 -udfver102 -t"09/13/2015,12:00:00"
-bootdata:2#p0,e,bF:\ISO-MAKE\BASE\boot\etfsboot.com#pEF,e,bF:\ISO-MAKE\BASE
\efi\microsoft\boot\efisys.bin -h -lZH-TW_Win10_10in1 "F:\ISO-MAKE\BASE"
"F:\ISO-MAKE\TC_Win10_10in1_20150913.iso"
PS3:ei.cfg與pid.txt都可以刪除並不影響整個iso運作
--
Tags:
Windows
All Comments
By Dora
at 2015-09-18T04:10
at 2015-09-18T04:10
By Selena
at 2015-09-18T08:48
at 2015-09-18T08:48
Related Posts
Window已無法開機 想要備份後重灌
By Connor
at 2015-09-13T11:02
at 2015-09-13T11:02
Win10不定期無法上網
By Dorothy
at 2015-09-13T10:34
at 2015-09-13T10:34
Window已無法開機 想要備份後重灌
By Necoo
at 2015-09-13T10:04
at 2015-09-13T10:04
有辦法找回Win8的圖片瀏覽器嗎?
By Kyle
at 2015-09-13T07:01
at 2015-09-13T07:01
非正版win7 除了桌面黑掉外還有啥差別?
By David
at 2015-09-13T06:02
at 2015-09-13T06:02