I'm looking for a way to trigger my exe file without it being obvious. I've tried using the Task Scheduler, but I can't manage to hide the tasks from the C:WindowsSystem32Tasks directory. I really want to avoid using external programs, any kind of internet connection, or anything that would show up in the Task Manager. Also, just to note, I can run shell scripts (.ksh) on my computer.
1 Answer
This sounds a bit sketchy, but if you're just a student looking to keep things tidy, there are a few ways. Consider creating a script that runs on startup—like placing it in the startup folder. Just remember, there's always a chance someone might find it if they're looking.
Thanks! I'm just trying to keep my first Python project under wraps as I learn.