Last active
October 23, 2019 09:41
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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