Just incase Someone wants to know how to hide the Check for Updates option under the Help Menu in SAS EG 7.11 , below is the response from SAS Technical Support :
First, make a backup copy of your SEGuide.exe.config.
Then in your SEGuide.exe.config file you need to uncomment out the appSettings element and add a CheckForUpdates key. It looks like this:
<!-- Example application settings -->
<appSettings>
<add key="CheckForUpdates" value="false" />
</appSettings>
Once you make that change, open SAS Enterprise Guide 7.11 and the Check for Updates should not be there when you select Help.
Regards,
Max Blake
SAS Technical Support
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.