在 System 下,選擇 Scripts,選擇 +
在 Name 欄位輸入script的名稱,在 Source 欄位中,輸入
:local MACADDR "AA:BB:CC:DD:EE:FF";
:foreach eth in=[/interface ethernet find] do={
/tool wol interface=$eth mac=$MACADDR
}
其中 AA:BB:CC:DD:EE:FF 更換為網路卡的卡號。
在 System 下,選擇 Scripts,選擇 +
在 Name 欄位輸入script的名稱,在 Source 欄位中,輸入
:local MACADDR "AA:BB:CC:DD:EE:FF";
:foreach eth in=[/interface ethernet find] do={
/tool wol interface=$eth mac=$MACADDR
}
HP TPM韌體更新時,需先至BIOS內,關閉VTx的支援,否則會產生 HPTPMFWUpdate Return Code = 306 的錯誤訊,待更新完畢TPM韌體後,再至BIOS內,開啟VTx的支援。