As mentioned here, to remove the unlicensed popup, you need to block certain domains that Adobe uses to check your license. This script will automate that process for you.
This script will edit your C:\Windows\System32\drivers\etc\hosts
file, so it needs to be run as an administrator. The process is simple:
- Open
cmd
as an administrator. - Navigate to the directory containing the script:
cd "path to the python script"
- Run the script:
python main.py
- Wait for the message:
Ok you can close the script now...
Yes, you can run it again. The script will not overwrite anything in your hosts file nor will it write new data without removing the old entries. It will fetch the data from the endpoint and replace the old entries with the new ones.
This script will only block on 0.0.0.0
.
The list that the script fetches is from:
https://a.dove.isdumb.one/list.txt
Method from:
/r/GenP
Kindly leave a star if you find this helpful and would like to support the project.