Tweaking.com heeft een nieuwe versie van Windows Repair uitgebracht. Dit programma is in staat om een groot aantal problemen te verhelpen, zoals fouten in het register of met bestandsbevoegdheden, of veroorzaakt door een virus. De reparaties zijn ingrijpend, dus het is aan te raden het programma alleen te gebruiken als er weinig andere opties meer zijn. Voordat het met de reparaties begint, wordt onder meer de mogelijkheid geboden om de harde schijf op fouten te controleren, een scan van de systeembestanden te maken en natuurlijk om een back-up van het register en een systeemherstelpunt te maken. Het programma kan gratis worden gebruikt, ook in commerciële omgevingen. Voor twintig dollar kan er ook een pro-licentie worden gekocht, die extra opties biedt en de verdere ontwikkeling van het programma steunt. Sinds versie 3.6.2 zijn de volgende verbeteringen aangebracht:
Changes in Windows Repair 3.7.0Changes in Windows Repair 3.6.5
- Built and added a new tool for booting out of Windows Safe mode.
Currently the main program calls the bcdedit command to set the safe mode with networking boot option. Once the main program is ran in safe mode it would run the command to remove safe boot. But if a user couldn't get logged in for some reason, or they didn't run the main program in safe mode they would always boot into safe mode. One way out of safe mode was to use msconfig.exe to remove it. but if the user couldn't get logged in then they where stuck.
So I have built a new service that is installed when you tell the main program to boot into safe mode. The new files (TweakingRemoveSafeBoot_32.exe and TweakingRemoveSafeBoot_64.exe) will install as a service and when they run (Services can run at the login screen) they will run the "bcdedit /deletevalue {current} safeboot" command and then remove itself as a service. (They do NOT stay installed as a service on the system, they run once and then are removed)
This should now keep any users from getting stuck in safe mode :-)- Updated Default Permissions for Windows 10 to the newest Windows Updates. Microsoft seems to be pushing out updates almost every day or so.
Changes in Windows Repair 3.6.4
- Due to a bug in the Windows 10 build 10586 the powershell command used to reinstall the apps and app store instead breaks them and deletes their install folders. Till Microsoft fixes this bug the repair app store is skipped for this version of Windows.
- Updated the default registry and file permissions with all the latest Windows updates for Windows 7, 8 and 10.
Changes in Windows Repair 3.6.3
- Updated Default Permissions for Windows 10 to the newest Windows version Released in Nov 2015.
- Added a "Remove License" button to the about screen in the program. This is for techs who use the pro version of the program on a users computer and want to remove their license after.
- Interface changes based on user feedback and requests.