Skip to content

Instantly share code, notes, and snippets.

@MarcusWegener
Last active October 23, 2019 09:41
Show Gist options
  • Save MarcusWegener/b57127f89e1b24ce6cb973f7847e39d8 to your computer and use it in GitHub Desktop.
Save MarcusWegener/b57127f89e1b24ce6cb973f7847e39d8 to your computer and use it in GitHub Desktop.
This script sets the UICulture in the registry and launches the Power BI desktop
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Microsoft Power BI Desktop" -Name "UICulture" -Value "en-EN"
Start-Process '"C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment