Forum Discussion
Disable Usage Data in PowerBI Desktop
I used the following command and managed to install the latest Power BI Desktop x64-bit 2.103.881.0 version without any problem. You could have a try!
PBIDesktopSetup_x64.exe -quiet -norestart ACCEPT_EULA=1 ENABLECXP=0
This is the tutorial I followed. It has detailed steps and a video sample.
Microsoft Power BI Desktop Silent Install (How-To Guide) – Silent Install HQ
Microsoft Power BI Desktop Silent Install (How-To Guide) [video] (silentinstallhq.com)
My testing enviroment is as follows:
OS: Windows 10
Power BI Desktop version: 2.103.881.0 (64 bit)
If you still have the same problem, can you please provide the command you use and the environment info?
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
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
- eXpired56k2 years agoNew Member
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