Avoiding a reboot during upgrade or installation

Avoiding a reboot during upgrade or installation

There is a "trick" way to avoid a reboot during installation of Tag That Photo.  The reason for the re-boot is the installation of a Windows Explorer plug-in - when you right-click on any folder or images that are monitored by TTP - the plug-in makes a new menu available to perform various tasks.

The workaround is if you create a .bat file with the following lines in it:
taskkill /f /IM explorer.exe
explorer.exe

Run this (double-click on it) just before you click "uninstall TTP" when the Installer prompts you.

The batch file is also attached as a zip file.
    • Related Articles

    • Upgrading Tag That Photo

      Many users ask if they will lose their data upgrading.... short answer is NO, absolutely not. The settings are stored in the AppData folder under the Windows user account; and are not deleted during an update. When you upgrade Tag That Photo, you ...
    • MS Windows C++ Runtime

      The Tag That Photo application is written in Visual C # and C++.  It utilizes the MS Windows C++ runtime modules that are included with the installation kit.  Sometimes those files can be corrupted - from other programs, power failures, disk ...
    • Task and Job priority in TTP

      For reference - for job priority, there are 4 categories: Very High High Normal Low And the tasks that fall into the categories are: Library folder scan, Raw files clean-up, Rebuild Faces, and the ones fired by the user (Force Rescan images in ...
    • Face detection considerations

      Face recognition is actually a combination of face detection and face recognition.   These two tasks work together.    In this post we are discussing face detection as a separate step.  Refer to the post on "Better face suggestions" for a discussion ...