Thursday, January 15, 2015

HIBERFIL.SYS and PAGEFILE.SYS space hogs:

Removing and/or reducing HIBERFIL.SYS and PAGEFILE.SYS space hogs:
When checking space on hard drives using WinDirStat or SpaceSniffer you may find VERY LARGE hiberfil.sys and pagefile.sys showing up taking up HUGE amounts of space.
- i limited pagefilesys from 2000 to 4000 (only on certain machines)
- i turned off hibernation using admin elevated cmd line
- I use system explorer, running always, to have display of CPU and Memory usage in the task bar
    - http://systemexplorer.net/ It’s FREE and awesome

PAGEFILE:
Go to Control Panel >System>Advanced System Settings>Performance Settings>Advanced>Virtual Memory. Set it to "custom size" and select a size (in MB). Change drive location of Pagefile to use both physical drives, less on the OS drive for better performance:
http://superuser.com/questions/237813/how-can-i-move-the-page-file-to-another-physical-disk-location

- Open “Command prompt” which you find in All Programs>Accessories (run as admin)
type : powercfg -h off
then hit Enter. DONE.
- Excerpt: (If you don't do anything that demands loads of RAM, since you have 12gb RAM, you could set it to a small amount (4gb or so) or even disable it, depending on what you do or what applications you run. Worst case, you disable it, and launch several apps or games, and get an "out of memory" error. Just increase it and reboot.)

- Exploring options of changing drive location of Pagefile to use both physical drives, less on the OS drive for better performance:

ALL about Optimizing Virtual Memory:

MORE about virtual memory and pagefilesys:


HIBERNATION
TURN OFF Hibernation completely, removing Hiberfil.sys after startup:

Keep Hibernation ON but make it HALF the size:
excerpt:
I case you want the hibernate function but not want it that back you can trim it to half the size
First turn it off
powercfg /h off
(you might want to reboot here)
the turn it on with half the size (in percent)
powercfg /h /size 50

Unfortunately you cannot go under 50%
The page file size can be reduced by opening System Properties, by right click-ing my computer, select properties. Select Advanced system settings, in the windows called System Properties select Advanced, and click Settings to get Performance Options and select Advanced again. Observe the current size of the page file and click Change... . Default this is 1.5 times the size for large amounts of memory. I set this to custom size of 2000 Initial and Maximum 4000



Wednesday, January 14, 2015

Windows duplicate file finding programs

NEEDS MORE INFO & CONCLUSION

http://www.howtogeek.com/200962/how-to-find-and-remove-duplicate-files-on-windows/

excerpt:

http://doubles.sourceforge.net/

Duplicate Files Finder is another barebones-yet-functional open-source application with a no-frills interface. It actually has a different approach from other applications. It looks for files that have the exact same size and only then compares them to see if they’re duplicates of each other.
This means you won’t get the almost-but-not-quite-exact matching features other applications provide. However, it also means that Duplicate File Finder should be even faster at scanning through a larger set of files. if you only care about files that are completely identical and not just almost identical, you can save time with Duplicate File Finder. It doesn’t have the prettiest interface, but it definitely works.
---------------------
DoubleKiller:
http://lifehacker.com/290825/find-and-remove-duplicate-files-with-doublekiller

Clone Tools:
Clone Tools is a program that can find duplicate folders. It can also find similar but not identical folders and then lets you merge them or purge all duplicates from one of them.Clone Tools
others:
clonespy - http://www.clonespy.com/

EasyDuplicateFinder: (might be bait and switch pay scheme)
http://lifehacker.com/290824/consolidate-your-data-with-the-easy-duplicate-finder

Monday, January 12, 2015

Compare & Synchronize Folders/Files - Free and pay programs

Revisiting the best software to install that will compare folders and files and allow for easy merging and syncing. Currently investigating Open Source options so i can install on all PC's and laptops as needed and keep things clean and organized.

I am most likely sticking with:
FolderMatch:
I have loved and used FolderMatch with much success, but it is pay and it periodically wants or requires you to pay for an upgrade. Doesn't cost too much to purchase($25) and upgrade($12). This program seems to be the most visually friendly and easy to understand so far. Been in this biz forever.
http://www.foldermatch.com/

they have a page listing competitor software which is a good list to investigate:
http://www.foldermatch.com/fmcompetitors.htm

Beyond Compare: Free trial, but costs about $30. Very nice and powerful. PRO version also.
http://www.scootersoftware.com/features.php?zz=gallery

WinMerge:
Open Source. "Differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle." check site for last stable version. (winmerge 2.14.0)
http://lifehacker.com/290657/compare-and-merge-files-and-folders-with-winmerge/all

FreeFileSync:Open Source. Cross platform
Some comments mention being cautious of bundled apps on install. Not sure if true.
http://lifehacker.com/5335995/freefilesync-offers-robust-file-syncing-with-easy-to-use-interface

Others mentioned in articles and forums:
- FileSync
- TreeComp
- WinDiff
- kdiff3 - http://kdiff3.sourceforge.net/
- PureSync
- windows synctoy

Powercfg command - Laptop Battery Report and much more

http://www.sevenforums.com/tutorials/4569-power-efficiency-diagnostics-report.html
excerpt below:
The Power Efficiency Diagnostics will analyze your system for common energy efficiency and battery life problems, and report any errors, warnings, and informational details found.
This tutorial will show you how to run a power efficiency diagnostics report of your computer in Windows 7 and Windows 8.
warning:
You should run this report when your computer is idle and with no open programs or documents for the best results.

Here's How:
1. Open an elevated command prompt in Windows 7 or Windows 8.
(right click on cmd, run as admin)
2. In the elevated command prompt, copy and paste the command below, and press Enter. (see screenshot below)
NOTE: This will take 60 seconds to run by default. When done it will give you a quick report of any problems found and place a detailed Energy_Report.html file on your desktop.
powercfg -energy -output %USERPROFILE%\Desktop\Energy_Report.html

You could also change the command to be able to use your own location for where you want the Energy_Report.html file to be placed (outputted) at.

powercfg -energy -output "C:\Energy_Report.html"


other links:
http://www.hanselman.com/blog/PowerCfgTheHiddenEnergyAndBatteryToolForWindowsYoureNotUsing.aspx

http://www.sevenforums.com/general-discussion/67440-powercfg-flashes-sec-then-gone-help.html