Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A fun prank for windows made in java when i was bored

QKing-Official/Surprise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surprise

A fun prank for windows made in java when i was bored

To kill it go to task manager and kill java process. Harmless, safe to run. Just wants to say Hello World! The exe file is more difficult to stop. You need to kill java too. Run in CMD or Powershell as admin. I provide the command here:

@echo off
echo Stopping surprise.exe and Java Runtime processes...

:: Kill the surprise.exe process
taskkill /f /im surprise.exe

:: Kill Java processes (java.exe, javaw.exe)
taskkill /f /im java.exe
taskkill /f /im javaw.exe

echo Processes terminated.
pause

About

A fun prank for windows made in java when i was bored

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages