UpdateFeedCache.vi Shows Resetting VI Window When Closing LabVIEW

Updated Mar 18, 2022

Issue Details

When I close LabVIEW, sometimes I see the following window:

Resetting VI:
GSW.lvlibp:
Feel_link.lvclass:
UpdateFeedCache.vi
or 
Resetting VI:
GettingStartedWindow.lvlib:
Feel_link.lvclass:
UpdateFeedCache.vi
How can I avoid this?

Solution

The Resetting VI windows usually comes up when LabVIEW has to wait for all processes to terminate before it shuts down. The UpdateFeedCache.vi is related to Labview looking for online content updates in the Getting Started window. The number at the end seems to indicate how many clones of that VI are currently open. 
You will most often see this message when the computer is not connected to the internet, but LabVIEW is looking for online content.

For LabVIEW 2019:
  1. In LabVIEW, go to Tools»Options
  2. Select the Enviroment category and check Disable ni.com updates in Getting Started window
  3. Press OK
For LabVIEW 2018 and prior:
  1. In LabVIEW, go to Tools»Options
  2. Select the New and Changed category and check Disable ni.com updates in Getting Started window
  3. Press OK

    Additional Information

    For LabVIEW 2020 and newer, the Getting Started window no longer looks for online content updates.