Forum Discussion
Disable Usage Data in PowerBI Desktop
Hi v-jingzhang ,
"Send Usage Data" option is still not getting disabled.
I'm using this command :-
PBIDesktopSetup_x64.exe -quiet -norestart ACCEPT_EULA=1 ENABLECXP=0 DISABLE_UPDATE_NOTIFICATION=1
INSTALLDESKTOPSHORTCUT=0 REG_SHOWLEADGENDIALOG=0My testing enviroment is as follows:
OS: Windows 10
Power BI Desktop version: 2.104.702.0 (64 bit)
Regards,
Anique
Just wanted to share, as I have been having similar issues without being able to find a fix. It seems adding a REG_ENABLECXP flag does make it work. I suppse this could be dependent on the app version or something else on your system. I simply run both flags and it works. Same command works well for install or update of the application. You can can also just add any other flags you want.
Windows 10, 64-bit Power BI Desktop 2.131.1126.0 (just tested with latest version)
PBIDesktopSetup_x64.exe -quiet -norestart ACCEPT_EULA=1 ENABLECXP=0 REG_ENABLECXP=0