F5F Stay Refreshed Software Operating Systems CMD prompt confusion ?

CMD prompt confusion ?

CMD prompt confusion ?

A
AllonMine
Junior Member
2
03-17-2025, 02:14 PM
#1
To disable hibernation
follow these steps:
Press the Windows button to open the Start menu or screen.
Look for "cmd" in the search results.
Right-click Command Prompt and choose Run as Administrator.
When prompted by User Account Control, click Continue.
Type powercfg.exe /hibernate off and press Enter.
Then type exit and press Enter to close the Command Prompt window.

To enable hibernation again:
Press the Windows button to open the Start menu or screen.
Search for "cmd" and right-click Command Prompt, select Run as Administrator.
When prompted by User Account Control, click Continue.
Type powercfg.exe /hibernate on and press Enter.
Type exit and press Enter to close the Command Prompt window.
A
AllonMine
03-17-2025, 02:14 PM #1

To disable hibernation
follow these steps:
Press the Windows button to open the Start menu or screen.
Look for "cmd" in the search results.
Right-click Command Prompt and choose Run as Administrator.
When prompted by User Account Control, click Continue.
Type powercfg.exe /hibernate off and press Enter.
Then type exit and press Enter to close the Command Prompt window.

To enable hibernation again:
Press the Windows button to open the Start menu or screen.
Search for "cmd" and right-click Command Prompt, select Run as Administrator.
When prompted by User Account Control, click Continue.
Type powercfg.exe /hibernate on and press Enter.
Type exit and press Enter to close the Command Prompt window.

D
diana02501
Member
99
03-18-2025, 03:39 AM
#2
Fast start up indeed relies on the hibernation file to launch directly into the previous state of the computer, which means it should be turned off along with hibernation. The hibernation file allocates space according to its requirements unless you specify otherwise.

The command `powercfg /h /type full` ensures the system uses available disk space based on RAM availability, though this may consume unnecessary disk space. It saves unused RAM by writing it to the disk when not in use.
D
diana02501
03-18-2025, 03:39 AM #2

Fast start up indeed relies on the hibernation file to launch directly into the previous state of the computer, which means it should be turned off along with hibernation. The hibernation file allocates space according to its requirements unless you specify otherwise.

The command `powercfg /h /type full` ensures the system uses available disk space based on RAM availability, though this may consume unnecessary disk space. It saves unused RAM by writing it to the disk when not in use.

W
wouterretuow
Member
50
03-19-2025, 04:38 PM
#3
Thank you very much for your kind words. 😃
W
wouterretuow
03-19-2025, 04:38 PM #3

Thank you very much for your kind words. 😃