Selasa, Juni 20, 2017

Deactive hiberfil.sys file or reduce its size

File hiberfil.sys usually located in C:\. Hiberfil.sys is system file which use to active hibernate feature, so that even if PC is off or battery PC is unplugged, windows can continue before conditon. But Namun if state of hiberfil.sys file is active will spend hardisk because its size is very large, if we deactive that file so that its feature will not funtion then drive C size will be reduce (approximatelly 4 GB to 8 GB) and way to deactive it is:
  1. Open cmd as administrator. Find cmd file > Right click > Run as administrator
  2. Type code below:
    powercfg.exe -h off
    atau
    powercfg -h off
And to reactive again:
  1. Open cmd as administrator. Find cmd file > Right Click > Run as administrator
  2. Type code below::
    powercfg.exe -h on
    atau
    powercfg -h on

File hiberfill.sys also can be reduced without deactive it, the way is:
  1. Open cmd as administrator. Find cmd file > Right click > Run as administrator
  2. Type code below:
    powercfg.exe -h -size xx%
    Percent (%) is allowed 50≤xx≤100
Sourcer: Thanks to http://blog.finderonly.net

0 komentar: