12-06-2023, 02:19 AM
So, the requirement to fully remove a portable version really needs the following... the SERVICE started up by the portable version must first be stopped, since it's left running (Elevated COMMAND PROMPT: sc stop hasleobackupsuiteservice), then deleted (Elevated COMMAND PROMPT: sc delete hasleobackupsuiteservice). At this point the "portable" HBS folder may be deleted in its entirety.
If the service STOP is not executed, the service DELETE will only be pending (until the STOP occurs). If you try and delete the portable HBS folder at this time, lots of locked files in the way until that service is really stopped.
So far, so good... I think
If the service STOP is not executed, the service DELETE will only be pending (until the STOP occurs). If you try and delete the portable HBS folder at this time, lots of locked files in the way until that service is really stopped.
So far, so good... I think