#๐ PWY project
19 messages ยท Page 1 of 1 (latest)
@odd violet
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Why would you want that? That sounds sketchy.
nah i just wanna make some python script that make me customize my windows os
Why does it showing up in Task Manager matter?
cuz wanna make it like an app in the os not like an external script
i know this sound sketchy 
Even official Windows extensions show up in the Task Manager.
Trying to hide that your program is running makes it sound like you're trying to create malware.
While I believe this is possible (through some WinAPI hooking madness), I can't come up with any legitimate reason for why one would do this.
im not sure how your script is going to work but its probably going to run once and then never again
seems very unnessesary to do that
This is possible, but I only know that because we learned how this can be done in OS Exploitation and Malware Analysis classes, which hints at the typical use for this end goal.
im not sure about windows but on linux the program name in task manager is just the name of the file
what if you rename the file? that might change it but idk
I understand the concern Iโm not trying to hide anything malicious i just want my script to behave more like a system utility running in the background Is there a way to set it up as a Windows service or make it look more like a native app
You can use the Windows API to register a service, yes.
You'd want to learn about ctypes and the Windows API for that.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.