2016年5月18日 星期三

How to determine the Win10 IoT Core is withing license 判斷 Win10 IoT Core 內含序號

English
========================================================================
This topic will talk about how to determine the Win10 IoT Core image is withing license.

1. Turn on your device and get IP address.

2. Run Windows PowerShell ISE with administrator authorization.

3. Enter the below commands.
    3-1 "net start WinRM"
    3-2 "Set-Item WSMan:\localhost\Client\TrustedHosts -Value "
    3-3 "Enter-PSSession - Credential \administrator"
    3-4 "Reg query "HKLM\Software\Microsoft\Windows NT\CurrentVersion""

4. Check the "EditionID" is IoTUAPCommercial means you add the license correctly.



中文
========================================================================
此篇文章會說明如何判斷製作出來的 image 是否有成功的包含序號。

1. 開啟你的機器並接上網路得到 IP 位置

2. 在 PC 端,使用管理員身分開啟 Windows PowerShell ISE

3. 依序輸入以下指令
    3-1 "net start WinRM"
    3-2 "Set-Item WSMan:\localhost\Client\TrustedHosts -Value "
    3-3 "Enter-PSSession - Credential \administrator"
    3-4 "Reg query "HKLM\Software\Microsoft\Windows NT\CurrentVersion""

4.  確認 "EditionID" 為 IoTUAPCommercial 代表此 image 有成功包含序號


OS Operating System 作業系統 恐龍書 筆記分享

發現一個作業系統說明的網站, 對於 process vs thread, semaphore vs mutex, deadlock 說明很詳細, 有興趣的人可以去以下的網頁逛逛。 附上網址連結: link   link2