cancel
Showing results for 
Search instead for 
Did you mean: 

Need todisable Auto update check in SAP logonpad to all the users through

Former Member
0 Kudos

Hi,

Could any one hlep me out, I Need todisable Auto update check in SAP logonpad to all the users through Distribution server.

Regards

Nagaraju

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

you need to update registry keys such as this update.reg file:

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

Hi ,

Thanks for the quick reply, We have SAP GUI Distribution server and from there the files pick up and update the GUI patch levels.

So, Where do we get the [HKEY_CURRENT_USER\Software\SAP\SAPSetup\SAPstart\AutoUpdate] parameter ?

Our task is to Disable the Auto update-Check in all the SAP user's Desktops.

Kindly help us on this.

Thanks and Regards,

Nagaraju

former_member204746
Active Contributor
0 Kudos

SAPSETUP creates many registry keys upon install, and AutoUpdate is put at ON by default.

so, you can disable it with the keys I gave you.

Answers (0)