Disable WPS Office updates for all users permanently

Praneeth Menaka

Estimable
Dec 4, 2015
2
0
4,510
After tons of testing and finally found a reliable WPS office update block solution for new versions.

Tested for v.10.1.0.5775 and v.10.2.0.5965.
Applications working without a issue.
But still ads pop-up for first time opening.
If you use templates from WPS, this solution may not suitable for you.

Option 01
This can done by manually by renaming listed files.
And disable "WPS Office Cloud Service" from windows services.

Option 02
Run CMD with Admin privileged.
Copy,paste and execute content.

Option 03
Copy contenct to batch file.
Run with Admin privileged.

Update tab will disappear from WPS Office Configuration Tools.

Here is for batch script for v.10.1.0.5775.


=======================================================

c:

cd "C:\Program Files (x86)\WPS Office\10.1.0.5775\office6\cfgs"
cd "C:\Program Files\WPS Office\10.1.0.5775\office6\cfgs"

ren domain_qing.cfg domain_qing.cfg.bk
ren setup.cfg setup.cfg.bk


cd "C:\Program Files (x86)\WPS Office\10.1.0.5775\office6"
cd "C:\Program Files\WPS Office\10.1.0.5775\office6"

ren wpscenter.exe wpscenter.exe.bk
ren wpscloudlaunch.exe wpscloudlaunch.exe.bk
ren wpscloudsvr.exe wpscloudsvr.exe.bk
ren wpsrenderer.exe wpsrenderer.exe.bk
ren wpsupdate_res.dll wpsupdate_res.dll.bk

cd "C:\Program Files (x86)\WPS Office\10.1.0.5775\wtoolex"
cd "C:\Program Files\WPS Office\10.1.0.5775\wtoolex"

ren updateself.exe updateself.exe.bk
ren wpsupdate.exe wpsupdate.exe.bk

cd "C:\Program Files (x86)\WPS Office\10.1.0.5775"
cd "C:\Program Files\WPS Office\10.1.0.5775"

ren wtoolex BKwtoolex

cd "C:\Program Files (x86)\WPS Office"
cd "C:\Program Files\WPS Office"

ren wpscloudsvr.exe wpscloudsvr.exe.bk

cd \

sc config "wpscloudsvr" start= disabled
sc stop "wpscloudsvr"

pause

=======================================================


Bonus

Regedit version of solution still in testing.
Once it finish I will share it here.