Answers for "Reduce the hibernate file Windows 10"

0

Reduce the hibernate file Windows 10

# Query | Check if the system is setted to be compressed
Compact.exe /CompactOS:query
--------------------------------------
# Compress the system partition
# Warning| We're making system changes, there is always a chance something will go wrong.
# So that| we recommend making a full backup of your PC before proceeding.
Compact.exe /CompactOS:always
---------------------------------------
# Reduce the hibernate file on Windows 10
powercfg /h /type reduced
----------------------------------------
Posted by: Guest on March-11-2022

Code answers related to "Reduce the hibernate file Windows 10"

Browse Popular Code Answers by Language