-
Notifications
You must be signed in to change notification settings - Fork 1
/
EAIME.admx
163 lines (163 loc) · 8.6 KB
/
EAIME.admx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2006 Microsoft Corporation -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="ime" namespace="Microsoft.Policies.IME" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0" />
<categories>
<category name="L_IME" displayName="$(string.L_IME)">
<parentCategory ref="windows:WindowsComponents" />
</category>
</categories>
<policies>
<policy name="L_TurnOnMisconversionLoggingForMisconversionReport" class="User" displayName="$(string.L_TurnOnMisconversionLoggingForMisconversionReport)" explainText="$(string.L_TurnOnMisconversionLoggingForMisconversionReportExplain)" key="software\policies\microsoft\ime\shared" valueName="misconvlogging">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOffSavingAutoTuningDataToFile" class="User" displayName="$(string.L_TurnOffSavingAutoTuningDataToFile)" explainText="$(string.L_TurnOffSavingAutoTuningDataToFileExplain)" key="software\policies\microsoft\ime\imejp" valueName="SaveAutoTuneDataToFile">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_TurnOffHistorybasedPredictiveInput" class="User" displayName="$(string.L_TurnOffHistorybasedPredictiveInput)" explainText="$(string.L_TurnOffHistorybasedPredictiveInputExplain)" key="software\policies\microsoft\ime\imejp" valueName="UseHistorybasedPredictiveInput">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_TurnOffOpenExtendedDictionary" class="User" displayName="$(string.L_TurnOffOpenExtendedDictionary)" explainText="$(string.L_TurnOffOpenExtendedDictionaryExplain)" key="software\policies\microsoft\ime\shared" valueName="OpenExtendedDict">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_TurnOffInternetSearchIntegration" class="User" displayName="$(string.L_TurnOffInternetSearchIntegration)" explainText="$(string.L_TurnOffInternetSearchIntegrationExplain)" key="software\policies\microsoft\ime\shared" valueName="SearchPlugin">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_TurnOffCustomDictionary" class="User" displayName="$(string.L_TurnOffCustomDictionary)" explainText="$(string.L_TurnOffCustomDictionaryExplain)" key="software\policies\microsoft\ime\shared" valueName="UserDict">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_RestrictCharacterCodeRangeOfConversion" class="User" displayName="$(string.L_RestrictCharacterCodeRangeOfConversion)" explainText="$(string.L_RestrictCharacterCodeRangeOfConversionExplain)" presentation="$(presentation.L_RestrictCharacterCodeRangeOfConversion)" key="software\policies\microsoft\ime\imejp">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<elements>
<text id="L_RestrictCharacterCodeRangeOfConversionID" valueName="CodeAreaForConversion" required="true" expandable="true" />
</elements>
</policy>
<policy name="L_DoNotIncludeNonPublishingStandardGlyphInTheCandidateList" class="User" displayName="$(string.L_DoNotIncludeNonPublishingStandardGlyphInTheCandidateList)" explainText="$(string.L_DoNotIncludeNonPublishingStandardGlyphInTheCandidateListExplain)" key="software\policies\microsoft\ime\imejp" valueName="ShowOnlyPublishingStandardGlyph">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOnCloudCandidate" class="User" displayName="$(string.L_TurnOnCloudCandidate)" explainText="$(string.L_TurnOnCloudCandidateExplain)" key="Software\Policies\Microsoft\InputMethod\Settings\Shared" valueName="Enable Cloud Candidate">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_NOARM" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOnCloudCandidateCHS" class="User" displayName="$(string.L_TurnOnCloudCandidateCHS)" explainText="$(string.L_TurnOnCloudCandidateCHSExplain)" key="Software\Policies\Microsoft\InputMethod\Settings\CHS" valueName="Enable Cloud Candidate">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows_6_3only" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOnLiveStickers" class="User" displayName="$(string.L_TurnOnLiveSticker)" explainText="$(string.L_TurnOnLiveStickerExplain)" key="Software\Policies\Microsoft\InputMethod\Settings\CHS" valueName="EnableLiveSticker">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_RS4" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOnLexiconUpdate" class="User" displayName="$(string.L_TurnOnLexiconUpdate)" explainText="$(string.L_TurnOnLexiconUpdateExplain)" key="Software\Policies\Microsoft\InputMethod\Settings\CHS" valueName="Enable Lexicon Update">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_NOARM" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_ConfigureSimplifiedChineseImeVersion" class="User" displayName="$(string.L_ConfigureSimplifiedChineseImeVersion)" explainText="$(string.L_ConfigureSimplifiedChineseImeVersionExplain)" key="Software\Policies\Microsoft\InputMethod\Settings\CHS" valueName="ConfigureImeVersion">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_19H1" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_ConfigureTraditionalChineseImeVersion" class="User" displayName="$(string.L_ConfigureTraditionalChineseImeVersion)" explainText="$(string.L_ConfigureTraditionalChineseImeVersionExplain)" key="Software\Policies\Microsoft\InputMethod\Settings\CHT" valueName="ConfigureImeVersion">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_19H1" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_ConfigureJapaneseImeVersion" class="User" displayName="$(string.L_ConfigureJapaneseImeVersion)" explainText="$(string.L_ConfigureJapaneseImeVersionExplain)" key="Software\Policies\Microsoft\InputMethod\Settings\JPN" valueName="ConfigureImeVersion">
<parentCategory ref="L_IME" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_19H1" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
</policies>
</policyDefinitions>