How can I set up a hidden trigger for my exe file?

0
4
Asked By CleverPineapple88 On

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

Answered By CuriousCat42 On

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.

StudentDev23 -

Thanks! I'm just trying to keep my first Python project under wraps as I learn.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.