How to disable updates option in Beyond compare software
I have unchecked Updates from options tab and edited registry also, but i could still see the "Updates check" option. Could any one please help on this.
Answers (1)
Hi,
I foundthis on http://www.scootersoftware.com/ChangeLog.txt
Addedregistry value to disable check for updates for all users (Open
HKEY_LOCAL_MACHINE\Software\ScooterSoftware\Beyond Compare and create a DWORD value named DisableCheckForUpdateswith a value of 1).
Then on a32 Bits
Windows Registry Editor Version5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ScooterSoftware\Beyond Compare]
"DisableCheckForUpdates"=dword:00000001
And on a 64Bits
Windows Registry Editor Version5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ScooterSoftware\Beyond Compare]
"DisableCheckForUpdates"=dword:00000001
I try it onboth, and it's working well.
Bye!