溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

Windows 10 IoT Raspberry Pi 2的相關(guān)PowerShell命令是什么

發(fā)布時(shí)間:2021-11-11 17:40:06 來源:億速云 閱讀:237 作者:柒染 欄目:互聯(lián)網(wǎng)科技

Windows 10 IoT  Raspberry Pi 2的相關(guān)PowerShell命令是什么,針對(duì)這個(gè)問題,這篇文章詳細(xì)介紹了相對(duì)應(yīng)的分析和解答,希望可以幫助更多想解決這個(gè)問題的小伙伴找到更簡(jiǎn)單易行的方法。

以管理員身份運(yùn)行Power Shell

開啟PowerShell運(yùn)程服務(wù):

enable-psremoting

 把樹莓派添加為信任主機(jī):

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

連接到樹莓派:

Enter-PsSession -ComputerName 172.16.6.21  -Credential Administrator

把管理員密碼改為了raspberry:

net user Administrator raspberry

重啟命令

shutdown /r /t 0

關(guān)機(jī)命令

shutdown /s /t 0

添加普通用戶:

net user 用戶名 密碼 /add

添加管理員用戶:

net localgroup Administrators 用戶名 /add

網(wǎng)絡(luò)命令:

這些都能用

ping.exe, netstat.exe, netsh.exe, ipconfig.exe, nslookup.exe, tracert.exe, arp.exe
ipconfig /all    查看IP地址
netsh interface show interface    查看網(wǎng)絡(luò)設(shè)備
netsh interface ip show addresses    顯示當(dāng)前IP
netsh interface ip show dns           顯示當(dāng)前DNS

靜態(tài)地址設(shè)置方法:

netsh interface ip set address name="Ethernet" source=static addr=172.16.6.21 mask=255.255.255.0 gateway=172.16.6.254 gwmetric=0

DNS設(shè)置方法:

netsh interface ip add dns name="Ethernet" addr=172.16.1.11 index=2(DNS序號(hào))

獲取系統(tǒng)時(shí)間

get-date

設(shè)置系統(tǒng)時(shí)間

Set-Date -date "2016-1-16 16:19:26"

關(guān)于Windows 10 IoT  Raspberry Pi 2的相關(guān)PowerShell命令是什么問題的解答就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注億速云行業(yè)資訊頻道了解更多相關(guān)知識(shí)。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI