Windows 11更新變更指令
設定更新為手動
powershell "irm bit.ly/StopWinUpdate|iex; StopWinUpdate -Manual"
關閉自動更新
powershell "irm bit.ly/StopWinUpdate|iex; StopWinUpdate -Stop"
恢復自動更新
powershell "irm bit.ly/StopWinUpdate|iex; StopWinUpdate -Default"
參考來源:
設定更新為手動
powershell "irm bit.ly/StopWinUpdate|iex; StopWinUpdate -Manual"
關閉自動更新
powershell "irm bit.ly/StopWinUpdate|iex; StopWinUpdate -Stop"
恢復自動更新
powershell "irm bit.ly/StopWinUpdate|iex; StopWinUpdate -Default"
參考來源: