Windows 7で更新せずにコンピューターをシャットダウンする方法は?


21

時々、Win 7マシンにクラッシュしたプログラム(FirefoxやIEなど)がある場合、Windowsアップデートをインストールせずにコンピューターをシャットダウンしたいことがあります。IEやFirefoxがクラッシュした場合、システムが非常に安定した状態にならないので、後で更新プログラムをインストールしたいのではないかと心配しているためです。

しかし、私は2つの選択肢しか持っていないようです:

1)シャットダウンすると、常に
更新が行われます2)再起動し、更新は行われません

(これらは、シャットダウン/ログオフオプションの2つの選択肢です)

更新を行わずにシャットダウンする方法はありますか?または、最初に再起動してから更新を実行してからシャットダウンする必要がありますか?

理由の1つは、バスに乗る場合や飛行機に乗る場合、シャットダウンして行きたいということです。更新するまで5、10分間待機する必要はありません。また、シャットダウンすることが目標なので、再起動する必要もありません。


え?私はあなたが何を必要としているか本当に理解していません。これは私が同意する奇妙なWindowsの動作ですが、コンピューターをシャットダウンし、更新を適用する前にオプションを適用するオプションがあります。
-r0ca

2
更新プログラム適用しているときにOSに残っているものが不安定になり、機能しているように見えるとは思いません。OS のまさに中心です。
-Phoshi

1
@Phoshi Windowsのどの部分でも不安定になる可能性があると確信しています:-)。または、ハードウェアが破損している可能性があります。
ブライス

回答:


16

Ctrl+ Alt+ Delを押して、右下のメニューからシャットダウンを選択できます。このインターフェイスからシャットダウンした場合、更新プログラムはインストールされません。

代替テキスト


Windows-Shutdownを押しても、シャットダウンするオプションと、更新プログラムをシャットダウンしてインストールするオプションがあるはずです。
r0ca

2
あなたはそれについて確かですか?- i48.tinypic.com/5b4rpy.jpg
ジョンT

ユーザーレベルのものですか?私が知っている、私は私の勝利7マシン上で両方のオプションを参照してください
Chris_K

はい。ただし、保留中の更新はありますか?私はそれが7ベータ以降に削除されたと確信しています:windowssecrets.com/comp/090312#insid1
ジョンT

昨夜見ました。しかし...今、その特定のマシンがまだRCバージョンを実行しているかどうか疑問に思います。一気私は家に帰る時にチェックするために何か:-)
Chris_K

11

これを無効にする方法については、How-To Geekが提供するRegistry Hackがあります。

Windows Updateによるスリープ/シャットダウンボタンのハイジャックを停止する

呼ばれる32ビットのDWORD値を追加NoAUAsDefaultShutdownOptionするHKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsUpdate\AU1.ノー・リブートの値とが必要でなければなりません。

手動で適用するか、この機能を有効または無効にするレジストリファイルをダウンロードできます。所有しているすべてのWindows 7マシンに展開し、美しく機能します。


2
ここにも実際のレジストリキーを投稿すると役立ちます。
ケビンキブラー

4

簡単な方法は、デスクトップでAlt+ F4を押してから、「電源オフ」(または「シャットダウン」、同様のもの...)を選択します。


4

自分でテストし、この動作を確認しました

  1. スタートに行く
  2. 走る
  3. gpedit.msc
  4. ユーザー設定
  5. 管理用テンプレート
  6. Windowsコンポーネント
  7. Windows Update。

そこには、「Windowsのシャットダウン」ダイアログボックスで「デフォルトのオプションを「更新をインストールしてシャットダウン」に調整しないでください」というオプションがあります。これを有効にした場合、「シャットダウン」をクリックすると、アップデートをインストールせずにコンピューターがシャットダウンします。ただし、必要に応じて、小さなメニューで[更新プログラムのインストールとシャットダウン]オプションを引き続き使用できます。


これにより、この回答と同じレジストリキーがより快適な方法で設定されます
トビアスキンツラー

3

別のオプションは、Win + Rを押して実行メニューを表示し、次に入力することです

shutdown /t 0 /s

/t 0 0秒後にシャットダウンすることを意味します。

/sシャットダウンを意味します。代わりに/r、再起動または/lログオフに使用できます。

他のオプションもあります

Usage: C:\Windows\system32\shutdown.exe [/i | /l | /s | /r | /g | /a | /p | /h | /e] [/f]
    [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"]]

    No args    Display help. This is the same as typing /?.
    /?         Display help. This is the same as not typing any options.
    /i         Display the graphical user interface (GUI).
               This must be the first option.
    /l         Log off. This cannot be used with /m or /d options.
    /s         Shutdown the computer.
    /r         Shutdown and restart the computer.
    /g         Shutdown and restart the computer. After the system is
               rebooted, restart any registered applications.
    /a         Abort a system shutdown.
               This can only be used during the time-out period.
    /p         Turn off the local computer with no time-out or warning.
               Can be used with /d and /f options.
    /h         Hibernate the local computer.
               Can be used with the /f option.
    /e         Document the reason for an unexpected shutdown of a computer.
    /m \\computer Specify the target computer.
    /t xxx     Set the time-out period before shutdown to xxx seconds.
               The valid range is 0-315360000 (10 years), with a default of 30.
               If the timeout period is greater than 0, the /f parameter is
               implied.
    /c "comment" Comment on the reason for the restart or shutdown.
               Maximum of 512 characters allowed.
    /f         Force running applications to close without forewarning users.
               The /f parameter is implied when a value greater than 0 is
               specified for the /t parameter.
    /d [p|u:]xx:yy  Provide the reason for the restart or shutdown.
               p indicates that the restart or shutdown is planned.
               u indicates that the reason is user defined.
               If neither p nor u is specified the restart or shutdown is
               unplanned.
               xx is the major reason number (positive integer less than 256).
               yy is the minor reason number (positive integer less than 65536).

Reasons on this computer:
(E = Expected U = Unexpected P = planned, C = customer defined)
Type    Major   Minor   Title

 U      0       0       Other (Unplanned)
E       0       0       Other (Unplanned)
E P     0       0       Other (Planned)
 U      0       5       Other Failure: System Unresponsive
E       1       1       Hardware: Maintenance (Unplanned)
E P     1       1       Hardware: Maintenance (Planned)
E       1       2       Hardware: Installation (Unplanned)
E P     1       2       Hardware: Installation (Planned)
E       2       2       Operating System: Recovery (Planned)
E P     2       2       Operating System: Recovery (Planned)
  P     2       3       Operating System: Upgrade (Planned)
E       2       4       Operating System: Reconfiguration (Unplanned)
E P     2       4       Operating System: Reconfiguration (Planned)
  P     2       16      Operating System: Service pack (Planned)
        2       17      Operating System: Hot fix (Unplanned)
  P     2       17      Operating System: Hot fix (Planned)
        2       18      Operating System: Security fix (Unplanned)
  P     2       18      Operating System: Security fix (Planned)
E       4       1       Application: Maintenance (Unplanned)
E P     4       1       Application: Maintenance (Planned)
E P     4       2       Application: Installation (Planned)
E       4       5       Application: Unresponsive
E       4       6       Application: Unstable
 U      5       15      System Failure: Stop error
 U      5       19      Security issue
E       5       19      Security issue
E P     5       19      Security issue
E       5       20      Loss of network connectivity (Unplanned)
 U      6       11      Power Failure: Cord Unplugged
 U      6       12      Power Failure: Environment
  P     7       0       Legacy API shutdown

0

コンピューターが1台の場合の電源ボタンの動作を変更できます。設定を変更してコンピューターをシャットダウンします。これにより、コンピューターがシャットダウンし、更新プログラムがインストールされなくなります。

Win7で電源ボタンの機能を変更するには...
ControlPanel->電源オプション->右の[電源ボタンの機能を選択してください]をクリックします。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.