回答:
正確に3つのキーではなく、3つのステップです。
デスクトップから、Alt+ F4(Windowsのシャットダウンダイアログを開きます)。(デスクトップにいない場合は、最初に+を実行しますD)。
R (「再起動」に進みます)
Enter
ユーザーに音声による確認が必要な場合は、サウンドがオンになっており、Windowsログオフサウンドが有効になっていることを確認してください。これにより、正常にシャットダウンしたことがわかります。
Windows
+ を追加M
します。
Windows
+はM
最小限のコマンドをサポートしているすべてのウィンドウを最小化します。確実にデスクトップを表示するには、コマンドWindows
+ D
がより適切です。しかし、前述のソリューションはほとんどの場合機能します。
winver
を押し、を入力して、Enterを押します。次に、Win + Mを押します。ウィンドウは最小化されませんが、フォーカスは失われ、Alt + F4を押すとシャットダウンダイアログが表示されます。どのキーボードショートカットを使用しても、注意点が1つあります。一部のプログラムでは、再起動が無期限に妨げられる可能性があります。これは通常、すべてのプログラムを手動で閉じることで回避できますが、@ OskarPerssonソリューションを調整し、force-close shutdown
パラメーターを使用する方がより堅牢なソリューションです。
Windows 7では、独自のキーボードショートカットを作成できます。
デスクトップを右クリックして開始し、[新規]> [ショートカット]を選択します。表示される最初のテキストボックスに、と入力しShutdown -r -t 00
ます。[次へ]をクリックし、ショートカットに名前を付けRestart
ます。をクリックしFinish
ます。これで、ショートカットをダブルクリックすると、コンピューターが再起動します。
キーボードショートカットを追加するには、デスクトップで作成したショートカットを右クリックしてを選択しますProperties
。ショートカットタブで、ショートカットキーのテキストボックスをクリックして、ショートカットを入力します。クリックApply
して完了です。
注:Windowsキーのバインドは機能していないようです
次のキーシーケンスを押すこともできます(個々のキーごとに離します)。
WinRight ArrowRight ArrowUp ArrowEnter
1
2秒に増やして/f
パラメーターを暗示する(shutdown /r /t 1
)か、force-closeパラメーターを明示的に使用する()ことができますshutdown /r /f /t 0
。このように、Windowsはプログラムが終了するまで無期限に待機しません。
次の順序でこれらのキーを押します。
再起動:
Windows
Right
Right
r
シャットダウン:
Windows
Right
Right
u
ログオフ:
Windows
Right
Right
L
AutoHotKeyを使用して実行できます。
AutoHotkeyは、ユーザーがMicrosoft Windowsの反復タスクを自動化できる、無料のオープンソースのマクロ作成および自動化ソフトウェアユーティリティです。AutoHotkeyを使用して、任意のアプリケーションユーザーインターフェイスを変更できます(たとえば、デフォルトのWindowsコントロールキーコマンドをEmacsの同等のものでオーバーライドします)。これは、キーボードショートカットまたはホットキーを提供することを特に目的としたカスタムスクリプト言語によって駆動されます。
任意のキーまたはキーの組み合わせにシャットダウンを送信できます。
たとえば、マルチメディアキーボードを使用している場合、これをデフォルトのスクリプトに追加できます。
Media_Stop::"Shutdown -r -t 00"
これStop
により、マルチメディアキーボードのキーがPCを再起動します。
また、キーのコンボも実行できます。そのすべてが十分に文書化されており、簡単に理解できます。
以下は、Ctrl-Win-CでPCを再起動するスクリプトです。
^#c::"Shutdown -r -t 00"
これは2回のキーストロークで行うことができ、暗黒時代の疲れた長い3段階のアプローチを破ります(私は認めますが、これは最初にセットアップする必要があります!)!そして、サードパーティのソフトウェアをインストールする必要はありません!
restartコマンドでバッチファイルを作成します。メモ帳を開いて入力
shutdown -r -f -t 1
.BAT拡張子(EG restart.bat)を使用してコンピューターに保存します。
バッチファイルへのショートカットを作成します...ショートカットプロパティを編集し、ターゲットを次のように変更します:cmd.exe / C "path-to-your-batch"。固定できるようにします。
ここで、ショートカットをタスクバーにドラッグし、スタートメニューの横に残します。次に、+を押し1ます。それだけです(下のスクリーンショット、C:の黒いコンソールアイコンをご覧ください)。
次のコマンドを使用して、シャットダウン用に別のbatファイルを作成することもできます
shutdown -s -f -t 1
再度、再起動batファイルの左にドラッグして、+ を押します2
タスクバーを示すスクリーンショット。最初のグラフィックは再起動用、2番目のグラフィックはシャットダウン用です。
Windows Key + R、「shutdown / r」、Enter
C:\Users\Chloe\>shutdown /?
Usage: shutdown [/i | /l | /s | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/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 Full shutdown and restart the computer.
/g Full 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.
/hybrid Performs a shutdown of the computer and prepares it for fast startup.
Must be used with /s option.
/e Document the reason for an unexpected shutdown of a computer.
/o Go to the advanced boot options menu and restart the computer.
Must be used with /r option.
/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).
shutdown /r
OPではなく、シャットダウンよりも、再起動を求めて
taskkill /im explorer.exe
やります