We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90f574 commit b482a12Copy full SHA for b482a12
resources/Microsoft.Windows.Setting.Language/Microsoft.Windows.Setting.Language.psm1
@@ -3,9 +3,6 @@
3
4
using namespace System.Collections.Generic
5
6
-$global:LocaleNameRegistryPath = 'HKCU:\Control Panel\International'
7
-$global:LocaleUserProfilePath = 'HKCU:\Control Panel\International\User Profile'
8
-
9
if ([string]::IsNullOrEmpty($env:TestRegistryPath)) {
10
$global:LocaleNameRegistryPath = 'HKCU:\Control Panel\International'
11
$global:LocaleUserProfilePath = 'HKCU:\Control Panel\International\User Profile'
0 commit comments