2015年5月8日 星期五

安裝 Windows 10 IoT Core for Pi2—part 2

 

使用剛才安裝好PC版本Win10 連線到PI2,(以下設定步驟使用實體PC+Win10,或是使用VMWare安裝Win10都測試成功)

在搜尋列輸入 powershell,搜尋到 PowerShell之後,以系統管理員身分執行
clip_image002

clip_image004

輸入指令 
net start WinRM
clip_image006

輸入指令  (指令最後面是剛才PI2控制板的 IP位址)
Set-Item WSMan:\localhost\Client\TrustedHosts -Value 192.168.0.181
clip_image008

輸入指令 
Enter-PsSession -ComputerName 192.168.0.181 -Credential 192.168.0.181\Administrator
clip_image010

以上三個指令整理如下,也可一次全部複製,貼上到powershell內連續執行

net start WinRM

Set-Item WSMan:\localhost\Client\TrustedHosts -Value 192.168.0.181

Enter-PsSession -ComputerName 192.168.0.181 -Credential 192.168.0.181\Administrator

 

輸入預設密碼 p@ssw0rd
clip_image012

大概等30~60秒看到遠端電腦回應,代表連線成功clip_image014

變更電腦主機名稱指令
Setcomputername <新的電腦名稱>
clip_image016

查看執行的process內容
tlist
clip_image018
(PS.很多指令都會有錯誤訊息,但是多試幾次仍然可以執行)

更新遠端PI2管理員的密碼
net user Administrator 1234
clip_image020

清除啟動程式的設定
schtasks /Delete /TN Microsoft\Windows\IoT\Startup /F
clip_image024

若要使用VS2015遠端除錯功能,必須在遠端PI2建立 VS RemoteDebugger,預設都會自動安裝,而且每次開機都會自動執行,可以使用tlist指令,查看目前執行程序,必須有兩個msvsmon.exe

輸入指令 tlist
image

若msvsmon沒有執行,手動啟動的方法如下
schtasks /run /tn StartMsvsmon

重新開機
shutdown /r /t 0
clip_image002[6]

立刻關機
shutdown /s /t 0
clip_image004[4]
但是PI2控制板關機後,還是會自動重開機, 微軟網站解釋是說: 這是PI2本身的限制,所以是正常現象 (??)

 

 

 

沒有留言:

張貼留言