> ## Documentation Index
> Fetch the complete documentation index at: https://vault.billoxd.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ✦ Adobe Ungenuine Popups Fix

All Adobe software includes a client called "Adobe Genuine Service" which periodically verifies whether installed Adobe apps are genuine or not, and if triggered, said software will be disabled after a 10 day grace period. That said, there's no need to panic as this is easily fixable.

If you are a user of GenP or MacKed, please refer to any built in tools or their respective websites for more accurate information rather than this guide.

* [**Windows**](https://satvrn.li/gcc#windows)
  * [**Method 1 - Firewall Rules**](https://satvrn.li/gcc#method-1-firewall-rules)
  * [**Method #2 - Block IPs**](https://satvrn.li/gcc#method-2-block-ips)
  * [**Method #3 - Uninstall AGS**](https://satvrn.li/gcc#method-3-uninstall-ags)
* [**MacOS**](https://satvrn.li/gcc#macos)
  * [**Method #1 - Block IPs automatically**](https://satvrn.li/gcc#method-1-block-ips-automatically)
  * [**Method #2 - Firewall Rules**](https://satvrn.li/gcc#method-2-firewall-rules)
  * [**Method #3 - Manual IP block**](https://satvrn.li/gcc#method-3-manual-ip-block)

## **Windows**

**The Basics...**

* Don't be on a virtual IP address (VPN/Proxy) - it will circumvent local settings such as hosts file or firewall rules.
* Make sure your firewall is enabled or else no rules will not be applied.
* Don't have Creative Cloud installed. m0nkrus installers block communications to Adobe servers, and you require no account to use m0nkrus. It will very often break if you have Creative Cloud. [**Uninstall it here**](https://swupmf.adobe.com/webfeed/CleanerTool/win/AdobeCreativeCloudCleanerTool.exe).

### **Method 1 - Firewall Rules**

Blocking the targeted software from connecting to the internet is effective as it prevents Adobe Genuine Service from being able to verify your licensing status.\
You can easily do this by setting up some firewall rules.

1. Open "Windows Defender Firewall with Advanced Security".
2. Click “Outbound Rules” on the left side.
3. Click “New Rule..” on the right side.

<img src="https://mintcdn.com/billoxd/ouhY9kIESLVJMsjQ/images/winrule-2.png?fit=max&auto=format&n=ouhY9kIESLVJMsjQ&q=85&s=3d0bc0e243189e289f637547ac02efe4" alt="Winrule 2" width="934" height="178" data-path="images/winrule-2.png" />

4. Select your Adobe application(s), for example, "AfterFX.exe" for After Effects which is normally located at:

```text theme={null}
C:\Program Files\Adobe\Adobe After Effects (version)\Support Files
```

5. Select “Block the Connection” and name the rule whatever you want.
6. If the alert still appears, repeat the same steps but this time set up an "Inbound" rule.

> [***VIDEO TUTORIAL***](https://files.catbox.moe/ek0oad.mp4)

**IMPORTANT**

* You must block the actual **exe**, not a shortcut in order for this to work. Shortcuts icons [**have arrows**](https://i.ibb.co/j4BkW0F/phonto.jpg) on them.
* If you have a third party software managing your firewall [**(how do I check?)**](https://i.ibb.co/BBxN4z2/image.png), you'll have to block the app inside *that* software for this to work.

Alternatively, you can automatically block **all** Adobe firewalls by running [**this script**](https://gist.github.com/ph33nx/0ed14724213c4cc467c85826c9dca908).\
This is not recommended if you're paying for any Adobe software or have a paid plugin/script.

1. Download the script (Download ZIP, top right)
2. Extract the zip folder
3. Open the folder and run the .bat as administrator.
4. Wait for it to complete, then you are done.

> [***VIDEO TUTORIAL***](https://files.catbox.moe/zd9bbp.mp4)

### **Method #2 - Block IPs**

This method consists of blocking individual IPs that are linked to GCC, rather than blocking the software's internet connection as a whole. This method may require occasional updating as Adobe goes under new IPs, but is very effective and only blocks what is necessary, allowing users to keep access to any online only tools.

1. Open PowerShell as Administrator and paste this command:

```text theme={null}
Stop-Process -Name "Adobe Desktop Service" -force
```

If it says it cannot find the process, don't worry and continue to the next step.

<Frame>
  <img src="https://mintcdn.com/billoxd/ouhY9kIESLVJMsjQ/images/if-you-get-this.png?fit=max&auto=format&n=ouhY9kIESLVJMsjQ&q=85&s=22f454c7079c6457de8693ae240479d4" alt="If You Get This" width="1115" height="302" data-path="images/if-you-get-this.png" />
</Frame>

2. Open Notepad as Administrator, click "file" in the top left hand corner, then "Open". 3. Head to the following location and make sure to select "All file types (*.*)", NOT "text (*.txt*)":

```text theme={null}
C:\Windows\System32\drivers\etc
```

4. Select the file named "host" and click open.

<Frame>
  <img src="https://mintcdn.com/billoxd/ouhY9kIESLVJMsjQ/images/hosts.png?fit=max&auto=format&n=ouhY9kIESLVJMsjQ&q=85&s=74a8b8948b72bb4b153df50d20ae547f" alt="Hosts" width="615" height="221" data-path="images/hosts.png" />
</Frame>

5. On a blank line below all existing text, copy and paste the following list of IPs found at[**https://a.dove.isdumb.one/list.txt**](https://a.dove.isdumb.one/list.txt)and save, done!

> ***Do not copy the text above the IP's. [Start here](https://ibb.co/SDBvWSYJ).***

> [***VIDEO TUTORIAL***](https://files.catbox.moe/wrhcgc.mp4)

### **Method #3 - Uninstall AGS**

This method will uninstall Adobe Genuine Service, however it's one of the methods that rarely work, but is worth trying.

1. Open PowerShell as Admin and input:

```text theme={null}
[System.Diagnostics.Process]::Start("C:\Program Files (x86)\Common Files\Adobe\AdobeGCClient\AdobeCleanUpUtility.exe")
```

2. Follow the on-screen instructions. If that directory is absent, then the service won’t be installed. **If absent, skip this method.**

#### **Block AGS in firewall:**

Create Outbound rules on Adobe Genuine Service.

Path of AGS:

```text theme={null}
C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\AdobeGenuineClient\AGSService.exe
```

```text theme={null}
C:\Program Files\Adobe\Acrobat DC\Acrobat\GC\AGSService.exe
```

## **MacOS**

### **Method #1 - Block IPs automatically**

Download [**Adobe Genuine Pop-up Blocker**](https://www.mediafire.com/file_premium/snzbe2mmvngqbbo/Adobe_Genuine_Pop-Up_Blocker_1.05_2.zip/file) and run it.

This is a script that updates the hosts file with the [**Adobe blocklist**](https://a.dove.isdumb.one/list.txt) periodically.\
It runs in the background, and updates upon startup, and then every 30 minutes.\
*(If the blocklist url or internet isn't available, the hosts file is left untouched.)*

**INFO**

If you are doing this method, you do not need to do Method #3.\
This is simply an automatic metod, while #3 is manual.

### **Method #2 - Firewall Rules**

Since blocking outgoing connections isn't a feature available on MacOS, you will need to download a third party software in order to achieve this. **Radio Silence** is one of the best and easiest firewall apps for MacOS.

[**Radio Silence**](https://objective-see.org/products/lulu.html) normally cost 9 USD, however you can download a free version [**here**](https://www.mediafire.com/file_premium/x6j5il8hladz8l3/Radio_Silence_3_3.dmg/file), serial numbers are included in a text file in order to license the program.

#### **Instructions (Radio Silence):**

1. Open Radio Silence, make sure "on" is toggled on.
2. Click "block application" and select your adobe app(s).
3. Click open, and you're done! You can close the app.

> [***VIDEO TUTORIAL***](https://files.catbox.moe/b8bfi0.mp4)

#### **If the alert still shows after using Radio Silence:**

1. Open Security & Privacy in Mac settings
2. Under Firewall select "Firewall Options"
3. Click the plus icon and select your Adobe software
4. Select "block incoming connections" and click OK

### **Method #3 - Manual IP block**

1. Open Terminal and paste this command:

```text theme={null}
sudo nano /etc/hosts
```

Enter your password when prompted. It will not show due to censorship.

2. Use the arrow keys on your keyboard to move the cursor to the very bottom. On a blank line below all existing text, copy and paste the following list: [**https://a.dove.isdumb.one/list.txt**](https://a.dove.isdumb.one/list.txt)

> ***Do not copy the text above the IP's. [Start here](https://ibb.co/SDBvWSYJ).***

3. Press Ctrl+X, Input: Y, then press the return button to save.
4. In a new terminal window, paste this command and click enter:

```text theme={null}
sudo killall -HUP mDNSResponder
```

5. Restart your computer and the alert should be gone.

> ***As stated previously, Adobe will sometimes switch addresses meaning that your "disabled" alert may re-appear later. Just repeat the same steps to include any new IPs in your host, as the list above is frequently updated.***
