Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOW DO I TURN OFF? #24

Closed
Somgonk opened this issue Apr 29, 2024 · 2 comments
Closed

HOW DO I TURN OFF? #24

Somgonk opened this issue Apr 29, 2024 · 2 comments

Comments

@Somgonk
Copy link

Somgonk commented Apr 29, 2024

I downloaded this as a joke and now I don't know how to get rid of it. Please help me.

@Lakr233
Copy link
Owner

Lakr233 commented Apr 30, 2024

you need to kill it via terminal or reboot

@Lakr233
Copy link
Owner

Lakr233 commented Apr 30, 2024

First, run following command in Terminal.app.

➜  ~ ps -e | grep Activate.app
24522 ??         0:00.27 /Applications/Activate.app/Contents/MacOS/Activate

You see the number 24522 corresponding to the PID of this app. (aka process identifier)

Then you gonna kill it via command.

kill 24522

That's all.

@Lakr233 Lakr233 pinned this issue Apr 30, 2024
@Lakr233 Lakr233 closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants