cancel
Showing results for 
Search instead for 
Did you mean: 

Disable update check for SAPGUI and distribution

Former Member
0 Kudos

Hello ,

We would like to disable the update check for SAPGUI in around 1000+ work stations.

Version : 710 Patch: 14

Rightclick SAPLOGON> configure update check> Disable. I have done this is my laptop, but we have 1000+ work stations and we dont want to do that in all other client systems manually. Is there any other option like to distributing saplogon.ini or config files ?

Please suggest me.

Regards

Raj

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

ask your windows administrator. He can force set registry keys on each workstation.

registry keys to update:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SAP\SAPSetup\SAPstart\AutoUpdate]
"saplgpad.exe"="Off"
"saplogon.exe"="Off"

[HKEY_CURRENT_USER\Software\SAP\SAPSetup\SAPstart\AutoUpdate\saplgpad.exe]
"UpdateMode"="Off"

[HKEY_CURRENT_USER\Software\SAP\SAPSetup\SAPstart\AutoUpdate\saplogon.exe]
"UpdateMode"="Off"

[HKEY_LOCAL_MACHINE\Software\SAP\SAPSetup\SAPstart\AutoUpdate]
"saplgpad.exe"="Off"
"saplogon.exe"="Off"

[HKEY_LOCAL_MACHINE\Software\SAP\SAPSetup\SAPstart\AutoUpdate\saplgpad.exe]
"UpdateMode"="Off"

[HKEY_LOCAL_MACHINE\Software\SAP\SAPSetup\SAPstart\AutoUpdate\saplogon.exe]
"UpdateMode"="Off"

Former Member
0 Kudos

Hello Eric,

Thnaks for your valuable suggestion. we are working on it and will update you the status.

Regards

Raj

Answers (0)