• 2

請問~有關439下載版WIN8 PRO~和先前購買實體版的WIN8的差別??

http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install/installesd-file-from-windows-8-upgrade-advisor/decbc5b6-778e-4c9c-9e78-c953023141b3


Solution is an answer file! (file used in automated or unattend Windows installation)
You will need prepared Windows 8 installation USB.
Create file with name autounattend.xml , place this file in the root of the USB installation media.
Put all your drivers in folder named drivers in the root of the USB media
Open autounattend.xml with any file editor. Copy and past following text:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DiskConfiguration>
<WillShowUI>Always</WillShowUI>
</DiskConfiguration>
<UserData>
<ProductKey>
<WillShowUI>Always</WillShowUI>
</ProductKey>
</UserData>
<UseConfigurationSet>true</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
<Path>%configsetroot%drivers\</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Now pay attention to the 4th and 17th line of copied text. Do you see "x86" ? Depending on your proccessor you may need to change this value to "x64". Make this change if you need and save again. Now you can reboot from your USB with your drivers.

This approach helped me to install Windows 8 Pro to Acer Aspire V5-431, which otherwise lacked support for AHCI and wi-fi drivers and ended with BSOD each time I tried to install Windows 8 Pro. Now it works fine.

You may wish to make autounattend.xml with Windows System Image Manager. If so ,use install.wim from any Windows 8 installation iso-file, to create and edit autounattend.xml. Possibly you can use install.wim from Seven or even Vista for this purpose, but remember, all you need is autounattend

  • 2
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?