PC_Aide

Check OS language Display.ps1

Jan 20th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2. ------------------------------------------------------------------
  3.     Testing Visio Viewer 2016 for display output for end user  
  4.  
  5.     O/P
  6.         fr-FR --> https://imgur.com/a/zUi8AGV
  7.  
  8. ------------------------------------------------------------------
  9. #>
  10.  
  11. #Get currently OS Display Lang
  12. get-winSystemLocale
  13.  
  14. #Changing OS Display Lang (if available) after logoff
  15. #testing again
  16. Set-WinSystemLocale en-US
  17. Set-WinUserLanguageList en-US
Advertisement
Add Comment
Please, Sign In to add comment