Click here if the redirect doesn't happen automatically after 10 seconds
Google Docs
Hello!
Disable Visigo
Go to the Manager app and install Python from it
Open the Terminal app
Paste in the code below
Press enter
If you restart your computer or close the terminal app, repeat steps 2-4
python3 << 'EOF'
import subprocess
import time
while True:
result1 = subprocess.run(['killall', "VisigoAgent"], capture_output=True, text=True)
if result1.stderr != "No matching processes belonging to you were found\n":
print("Other output from VisigoAgent killer: " + str(result2))
time.sleep(0.1)
EOF