Just one note. I was about to give up on this as I couldn't run it on startup via HKLM/run or HCU/run. I realized it was possible to run it through start menu startup. The issue is that, called from command, the program doesn't find its roor folder - which a simple shortcut provides. Without that, it searched users/username for its config, and creates a new one.
If you are like me and want startmenu/startup empty, you can create a batch file like the one below, and run it from HCM of HKLM run.
@echo off
cd "C:\Desktop\Filemngt"
start Clickoff.exe
exit
Cheers!
If you are like me and want startmenu/startup empty, you can create a batch file like the one below, and run it from HCM of HKLM run.
@echo off
cd "C:\Desktop\Filemngt"
start Clickoff.exe
exit
Cheers!
Statistics: Posted by dmiranda — Sun Nov 24, 2024 5:28 pm