this post was submitted on 05 May 2025
775 points (98.9% liked)
Microblog Memes
7576 readers
971 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I did this in high school, it was just a basic script that spawned a warning dialog box (the kind thats always on top) that just said you can't close this, part of the script action was making tge task scheduler check every few seconds if the script was running... If it wasn't then run it.
Since I was making the task scheduler do the checking it meant even if you tried to task manager force close the script it would just open again in a few seconds, it was not a permanent task it was a temporary one and every opening of the script would reset that task so basically the only way to get rid of it was to restart the computer as that would clear the task.