1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows10 Home update後の自動再起動防げず

Posted at

背景

ディープラーニングのモデル作りのために動かし続けているwindows10のマシンが、強制再起動の脅しをかけてきたのでなんとかしようと四苦八苦しました。最終的にココを参考にして勝手な再起動を防ごうとしましたが失敗してしまいました。
やろうとしていることはwindows update機能そのものを停止してしまう措置のようです。

手順

  1. タスクバー左スミのウィンドウズアイコンを右クリック、"検索"から「services.msc」を検索して以下画面を表示
    1.png

"Windows Update"をダブルクリックして「サービスの状態」の欄の「停止」を選択したのが下の状態
2.png

これで「OK」としましたが次の日見たら再起動しようとしたのか、真っ暗な画面でキーボードもマウスも効かない状態になっていたので泣く泣く起動ボタン長押しで再起動しました。

上部でも書いた参考にしたサイト良く見直したところ"スタートアップの種類(E):"のところを「無効」にしなければいけないみたいです(上の画像では「手動」)。

私は失敗して1週間以上回していたプログラムが無に帰ってしまいました。皆様ご注意あれ。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?