Greetings fellow GF users,
Just wondering if someone could come up with a line of code to stop the toolbar in version 4.0 from resetting itself to update each time it's turned off.
Yeah, I know there is a newer version but, I prefer version 4.0 for my own particular reasons.
Seasons greetings to you all.
BTT
How To Turn Off Auto Updates On GF 4.0 Toolbar
Moderators: BTT, andy55, b.dwall, juxtiphi
Just a (XP) guess ... because I didn't roll back to try it:
1) In the toolbar, under "Toolbar Preferences"
UNcheck 'Check for Updates (weekly)'
2) \Program Files\SoundSpectrum\G-Force\Scripts\StartUp.txt:
insert as line 1:
( BTW, this suggestion is worth exactly what you paid for it
)
1) In the toolbar, under "Toolbar Preferences"
UNcheck 'Check for Updates (weekly)'
2) \Program Files\SoundSpectrum\G-Force\Scripts\StartUp.txt:
insert as line 1:
Code: Select all
SetPref( "UpdateCheck.Enabled", false );