Forum Discussion

travismorse's avatar
travismorse
Advocate I
10 years ago
Solved

Registry key for Update Notifications?

Anyone know what registry key or file is used to store the "Display update notifications for Power BI Desktop"? I need to set this via an SCCM install package and can't seem to find it anywhere. Reas...
  • travismorse's avatar
    10 years ago

    Found it.

     

    C:\Users\user\AppData\Local\Microsoft\Power BI Desktop\User.zip\UserInterface\Settings.xml

    <Entry Type="DisableUpdateNotification" Value="l1" />    - Update Notifications Off

    <Entry Type="DisableUpdateNotification" Value="l0" />    - Update Notifications On

     

    This makes it very difficult to add logic to an install script/package. Very strange they went this way instead of registry values.