一、在未啟動前,使用以下的command,可以得到相關的資訊:
cscript slmgr.vbs /dlv
二、使用以下的方式來啟動
方式1、使用slui來手動輸入PID
1、open a command prompt with administrator user rights.
輸入以下的command
2、出現一個輸入PID的對話視窗,輸入Product Key
3、如果此時連上網路,系統將自動啟動,而且會出現以下的視窗。
方式2、使用slmgr.vbs來啟動
1、open a command prompt with administrator user rights.
使用以下Command來輸入Product Key
cscript slmgr.vbs /ipk <PID>
Note:如果之前已經Key入Product Key,就可以省略此步驟。
2、使用以下Command來啟動
cscript slmgr.vbs /ato
方式3、To activate a device automatically using a direct Internet connection after OOBE
1、open a command prompt with administrator user rights.
Type the following to add the registry key to cause auto activation:
Reg add HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce /v autoActivate /t REG_SZ /d "<system drive>:\windows\system32\slmgr.vbs /ato"
2、In the command prompt window, navigate to the %systemdrive%\Windows\System32\Sysprep folder and generalize your image by typing the following:
sysprep /generalize /oobe
Note:
Deploy the generalized image to manufacturing. When this image is deployed to a device and the device is started for the first time, it will automatically activate when an Internet connection is available.
方式4、使用answer file來啟動
To automatically activate Windows by using a product key, you can do one of the following:
Use the Microsoft-Windows-Shell-Setup\ProductKey unattend setting. You can use either a single-use product key or a Volume License Multiple Activation Key
<xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">;
<ComputerName>*</ComputerName>
<ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey>
</component>
</settings>
<cpi:offlineImage cpi:source="wim://source" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Note:
使用此方式來啟動,必須先確認product Key已經在輸入system
The product key used to activate Windows must match the Windows edition that you install. If you use a product key to select a Windows edition, we recommend using the same key to activate Windows, so that the edition you install is the same as the edition that you activate.
三、確認啟動的狀態
方式一:使用slmgr來查看啟動的狀態
簡單的資訊
查看較詳細的資訊
查看最詳細的啟動資訊
方式二、經由電腦系統資訊查看
沒有留言:
張貼留言