Skip to content

Instantly share code, notes, and snippets.

@MarcusWegener
Last active October 23, 2019 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcusWegener/0ec1ef40665d1ab304542e0ce8b57395 to your computer and use it in GitHub Desktop.
Save MarcusWegener/0ec1ef40665d1ab304542e0ce8b57395 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 "de-DE"
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