#๐Ÿ”’ PWY project

19 messages ยท Page 1 of 1 (latest)

odd violet
#

hey can anyone help me with how can i make the .pyw not showin in the task manger ?

silk wigeonBOT
#

@odd violet

Python help channel opened

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.

idle pond
odd violet
idle pond
#

Why does it showing up in Task Manager matter?

odd violet
#

cuz wanna make it like an app in the os not like an external script

#

i know this sound sketchy lol

idle pond
#

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.

valid temple
#

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.

wooden vessel
#

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

idle pond
#

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.

wooden vessel
#

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

odd violet
idle pond
#

You can use the Windows API to register a service, yes.

#

You'd want to learn about ctypes and the Windows API for that.

silk wigeonBOT
#
Python help channel closed

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.