回答:
ハイブリッドスリープをオフにすることもできます。
私は質問をして、ここで答えを得ました:Microsoft Answers。クリーンブートを使用して、休止状態を再びオンにするものを実際に見つける方法を次に示します。
1. Start msconfig.exe
2. On the general tab select "Selective startup" and uncheck "Load startup items".
3. On the services tab unselect all first.
4. Runt the command "powercfg -h off" to turn off hibernation.
5. Reboot
6. If hibernation is still deactivated start msconfig.exe again and activate half of the services.
7. Repeat 5 and 6 until you find the service causing hibernation to be turned back on (don't forget to do step 4 if it is activated again).
何かが元に戻ります。
実行してみてくださいするAutorunsを使用すると、起動時に自動的に実行されているかを確認します。
これを行うプログラムまたはスケジュールされたタスクはありますか?
何も表示されない場合は、Process Monitorを実行し、ブートロギングを有効にして(フィルターを削除して呼び出しを除外しないようにします)、「hiber」を探し、見つけたものを確認/投稿します。
STATUS_SOMETHING_HAPPENED
メッセージのいずれかが役立つでしょう。)
最も簡単な方法は、Microsoftツールでhibernateを有効にし、Microsoftツールでhibernateを無効にすることです。コマンドを記述する必要はありません。このリンクに従ってください。 休止状態ツールを有効および無効にする
Update to the previous answer:
To make hibernation unavailable, follow these steps:
* Click Start, and then type cmd in the Start Search box.
* In the search results list, right-click Command Prompt, and then click Run as Administrator.
* When you are prompted by User Account Control, click Continue.
* At the command prompt, type powercfg.exe /hibernate off, and then press Enter.
* Type exit, and then press Enter to close the Command Prompt window.
To make hibernation available, follow these steps:
* Click Start, and then type cmd in the Start Search box.
* In the search results list, right-click Command Prompt, and then click Run as Administrator.
* When you are prompted by User Account Control, click Continue.
* At the command prompt, type powercfg.exe /hibernate on, and then press Enter.
* Type exit, and then press Enter to close the Command Prompt window.
powercfg.exe /hibernate off
Hiberfil.sys hidden system file
オペレーティングシステムがインストールされているドライブのルートフォルダにあります。Windows Kernel Power Manager
Windowsをインストールするときに、このファイルを保有します。このファイルのサイズは、コンピューターにインストールされているランダムアクセスメモリ(RAM)の容量とほぼ同じです。
設定がのHiberfil.sys
場合、コンピューターはこのファイルを使用して、システムメモリのコピーをハードディスクに保存しhybrid sleep
ますturned on
。このファイルが存在しない場合、コンピューターは休止状態にできません。
マイクロソフトのサポートとしてこのリンクの完全な詳細に従ってください
次のコマンドを使用して、休止状態を有効にします
powercfg.exe /hibernate off
からのハイブリッドスリープ設定Advanced Power Settings
..これを行う場所については、@ harrymcの回答を参照してください。
Windowsに問題がある場合は、を使用してくださいMicrosoft Fixit
。それは素晴らしいユーティリティです。これを本物のWindows XPオペレーティングシステムで使用していました。
hiberfil.sys
からファイルを削除するだけですC:
。追加の利点として、数GBのディスクスペースも節約できます。
powercfg -h off
ます。コマンドを実行すると休止状態がオフになり、ファイルが削除されます。問題は、リブートすると、何らかの理由で休止状態が再び有効になることです。
powercfg -h off
ただし、を使用して削除することはできますが、問題は解決しません。
休止状態を使用不可にするには、次の手順を実行します。
休止状態を使用可能にするには、次の手順を実行します。