Naked Science Forum
Non Life Sciences => Geek Speak => Topic started by: Don_1 on 02/01/2016 21:47:15
-
Reimage software claims to be able to fix problems with Windows.
Some say its good, others say it is anything but good.
What’s your opinion?
-
I'd be inclined to avoid it - see Malware Tips blog (https://malwaretips.com/blogs/remove-reimage-repair/).
When paid review sites give glowing reviews but the majority of user reviews are really bad with a few rave reviews, I get suspicious.
-
Reimage thoroughly checks your system ... looking for damaged or modified Windows files ...
http://www.pcworld.com/article/236248/Reimage.html
The most recent versions of Windows have a command called DSIM which will do that for free over t'internet ...
DISM can be used to service a Windows image
https://technet.microsoft.com/en-gb/library/hh825236.aspx
DISM compares what your Windows system looks like with a reference-image held by Microsoft , via internet, then detects differences & makes repairs, see ... https://technet.microsoft.com/en-gb/library/hh824869.aspx (https://technet.microsoft.com/en-gb/library/hh824869.aspx)
[ BTW "Reimage" software gets the worst-possible ratings on WOT ... https://www.mywot.com/en/scorecard/ReimagePlus.com (https://www.mywot.com/en/scorecard/ReimagePlus.com) ]
-
...I'd be inclined to avoid it...
Years back Norton had a program i bought called windoctor and utilities.
Half of what is in that is now part of the last two or three versions of Win, but Norton has (commercially built) registry fixers if you really need it.
Even win has always had a "registry search engine" application in its tools.
Suchlike is a good idea if you often take out modify or reinstall programs.
-
As RD said, DISM will do the equivalent job. To see if your Windows system files are corrupt (even newly purchased computers can be corrupt!) there is the System File Checker tool:
To scan and repair the Windows system files, open an administrator command prompt and run:
sfc /scannow
If corrupt files are found that cannot be fixed, use the DISM (Deployment Image Servicing & Management) tool is available:
Dism /Online /Cleanup-Image /CheckHealth - check if the image is flagged corrupt
Dism /Online /Cleanup-Image /ScanHealth - scan the image for corruption
Dism /Online /Cleanup-Image /RestoreHealth - scan the image for corruption and repair it
Registry cleanup isn't usually considered necessary, but if you really want to clean it of band or obsolete entries, CCleaner (https://www.piriform.com/ccleaner) is free and has a very good reputation - be aware that there are lots of very dodgy registry cleaners that can mess up your system beyond repair.
-
I can vouch 100% for CCleaner (formerly called "Crap Cleaner"), which is an excellent and safe de-clutter tool; it will also do a free-space erase. That is, it will over-write the free space on a drive to erase deleted content properly, if that's what you need too.