Trying to free up disk space

antares

Member
Member
Messages
243
Hi all, I will be cloning my main OS to a smaller size SSD so I'm forced to free up space.
1) I see a folder called "System Volume Information" , size 105GB, with a bunch of files dating back to Septembrer 2015. Are all these files necessary?
2) I see a "hiberfil.sys" in the root C, size 25.5GB, but I never use hibernation (I think I have it disabled). Can I shrink this file size somehow?
3) I see inside the C:\Windows\LiveKernelReports a Winsock*.dmp file size 3.46GB, is it necessary?
Any other tips? Thanks
 
System Volume Information holds your system restore points for one. Some info here: How to gain access to the System Volume Information folder

If hiberfile.sys is still there then hibernate is not truly disabled. Enter powercfg h off from a Elevated Command prompt. That should get rid of hiberfile.sys.

I don't believe anything in C:\Windows\LiveKernelReports is needed. Mine has the following:`

Code:
>dir C:\Windows\LiveKernelReports\* /s
 Volume in drive C is Lenovo_C
 Volume Serial Number is E065-4E60

 Directory of C:\Windows\LiveKernelReports

11/18/2015  01:45 PM    <DIR>          .
11/18/2015  01:45 PM    <DIR>          ..
12/15/2015  10:29 PM    <DIR>          USBHUB3
02/04/2014  05:59 PM    <DIR>          USBXHCI
02/08/2015  01:14 PM    <DIR>          WATCHDOG
07/25/2014  01:19 PM    <DIR>          WinsockAFD
               0 File(s)              0 bytes

 Directory of C:\Windows\LiveKernelReports\USBHUB3

12/15/2015  10:29 PM    <DIR>          .
12/15/2015  10:29 PM    <DIR>          ..
11/18/2015  01:45 PM           262,144 USBHUB3-20151118-1345.dmp
11/19/2015  07:40 AM           262,144 USBHUB3-20151119-0740.dmp
11/25/2015  11:35 AM           262,144 USBHUB3-20151125-1135.dmp
12/12/2015  10:54 AM           262,144 USBHUB3-20151212-1054.dmp
12/14/2015  10:27 PM           262,144 USBHUB3-20151214-2227.dmp
12/15/2015  08:28 PM           262,144 USBHUB3-20151215-2028.dmp
12/15/2015  10:29 PM           262,144 USBHUB3-20151215-2229.dmp
               7 File(s)      1,835,008 bytes

 Directory of C:\Windows\LiveKernelReports\USBXHCI

02/04/2014  05:59 PM    <DIR>          .
02/04/2014  05:59 PM    <DIR>          ..
02/04/2014  05:59 PM           262,144 USBXHCI-20140204-1759.dmp
               1 File(s)        262,144 bytes

 Directory of C:\Windows\LiveKernelReports\WATCHDOG

02/08/2015  01:14 PM    <DIR>          .
02/08/2015  01:14 PM    <DIR>          ..
02/08/2015  01:14 PM           784,571 WD-20150208-1314.dmp
               1 File(s)        784,571 bytes

 Directory of C:\Windows\LiveKernelReports\WinsockAFD

07/25/2014  01:19 PM    <DIR>          .
07/25/2014  01:19 PM    <DIR>          ..
07/25/2014  01:19 PM           282,704 WinsockAFD-20140725-1419.dmp
               1 File(s)        282,704 bytes

All are dumps from one time or another.
 
Thanks Ztrucker,
-applied your suggested command and the hiberfile.sys is gone, 25GB gained :), it seems hybernation was not disabled.
-I checked the dumps folder, only one dmp file dated april 2015, seems safe to delete, haven't done so yet.
- Most amazing of all, I turned off system protection and gained a whopping 106GB!!! :cool:
 
Now you can no longer use System Restore. Not a problem if you do regular image backups. If not it could be a problem when (not if) you have a future problem :(
 
Yes, I seldom use System Restore as I do complete image backups monthly. On top of that, I allocated 105GB disk space for system restore, crazy. I only turn on system restore temporarily whenever I install new software, once I verify the system is stable without issues I disable it. For some reason I left System Restore and Hybernation on for a long time.
 
Back
Top