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
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.