how to run your python script in the background with no user interactive every time windows starts.

preview_player
Показать описание
#python #automation #windows #programming #trending #viral

import time
import ctypes

ApplicationToClose = "Google Chrome" # give here the application name

while True:
window = ctypes.c_char_p(bytes())
print("%s closed"%(ApplicationToClose))
Рекомендации по теме
Комментарии
Автор

I have explained every code line by line.

programming-matrix
Автор

Sir I have made a tool that gives full access of computer through telegram and using ur trick it's unbeatable

sampc
Автор

It shouldn't be better to create windows service?

kubaferens
Автор

Sir script full tutorial banaye please

mostfact
Автор

how can I add a gui to the background process so the user can change settings?

betterhumans
Автор

Yo How To Run pyinstaller in cmd ? Whenever I Write pyinstaller --noconsole --onefile Testing.py ....
It Shows me that pyinstaller is not recognized as the name of a cmdlet. Even Tho I Installed That.

ahmednaveed