Changing a Services “Path to executable” in the registry
If you ever need to change the executable a Windows service points to it can be done easily in the registry.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\[Name of Service]
To change the location of the exe just change the ImagePath key.