Change the Installation Path of Adobe Series Software and Disable Auto-Update
As I still use a 256GB SSD as my main drive and Adobe will stubbornly install their enormously space-consuming software to the C drive without asking me, I decided to find a way to change its installation path, as well as block its auto-update program from networking cause its quite annoying.
Please note that all of the following actions require a disconnection from the Internet!
Change Installation Path
First, open ./products/Driver.xml
in the installation package folder, and add the following content into <RequestInfo>
.
1 | <RequestInfo> |
Then replace the contents in <InstallDir>
with the installation path you want, which should look something like this.
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
Double-click the installer to install offline.
Uninstall Creative Cloud
If you don’t intend to use this software, you can uninstall it with Adobe’s official uninstall tool, the download link is as follows.
Right click the cleaner tool and select
Run as Administrator
option.Type
e
for English and press Enter, then typey
to accept and press EnterType
6
and press Enter to selectCreative Cloud Only
option.Type
6
and press Enter to selectClean All
option.Quit the program after uninstalling successfully.
Disable Automatic Updates
There are three steps to disable automatic updates, the first two for Acrobat and the third for all Adobe software.
Disable Startup Programs
Press and hold the CTRL
, Shift
, and ESC
keys simultaneously to launch the Windows Task Manager, find the following three items, right-click on each item and select the Disable
option.
- acrotray.exe
- updaterstartuputility.exe
- AGCInvokerUtility.exe
Disable Task Scheduler
Press and hold the Windows
and X
keys to open the WinX Menu and select the Computer Management
option. Then click to open the System Tools - Task Scheduler - Task Scheduler Library
, find the following three items, right-click on each item and select the Disable
option.
- Adobe Acrobat Update Task
- AdobeAAMUpdater
- AdobeGCInvoker
Configure Firewall Rules
The last step is to add Windows Firewall rules to block all Adobe programs from networking. Because you need to add numerous firewall rules, it is recommended to use a script to add them. The following script will disable the networking of all programs in a folder based on the path entered.
1 | @Echo Off |
Script Source: 知乎@数据分析
Copy the script into Notepad and save it as Firewall Blocker.bat
. Be careful to select the encoding method as ANSI
when saving, otherwise the characters will be messed up when you run it.
There are two folder paths that need to be entered:
- Previously changed installation path in
<InstallDir>
- C:\Program Files (x86)\Common Files\Adobe