Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions BaseALTGroupPolicies.admx
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,35 @@
<decimal value="0"/>
</disabledValue>
</policy>
<policy class="Machine" displayName="$(string.gpupdate_yandex_browser_applier)" explainText="$(string.gpupdate_yandex_browser_applier_help)" key="Software\BaseALT\Policies\GPUpdate" name="YandexBrowserApplier" valueName="YandexBrowserApplier">
<parentCategory ref="ALT_GPUpdateAppliers"/>
<supportedOn ref="system:SUPPORTED_AltP10"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy class="Machine" displayName="$(string.RemovableStorageClasses_DenyAll_Access)" explainText="$(string.RemovableStorageClasses_DenyAll_Access_help)" key="Software\BaseALT\Policies\GPUpdate\RemovableStorageDevices" name="RemovableStorageClasses_DenyAll_Access" valueName="Deny_All">
<parentCategory ref="system:ALT_Mounting"/>
<supportedOn ref="system:SUPPORTED_AltP10"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy class="User" displayName="$(string.RemovableStorageClasses_DenyAll_User_Access)" explainText="$(string.RemovableStorageClasses_DenyAll_User_Access_help)" key="Software\BaseALT\Policies\GPUpdate\RemovableStorageDevices" name="RemovableStorageClasses_DenyAll_User_Access" valueName="Deny_All">
<parentCategory ref="system:ALT_Mounting"/>
<supportedOn ref="system:SUPPORTED_AltP10"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
</policies>
</policyDefinitions>
23 changes: 21 additions & 2 deletions en-US/basealtgrouppolicies.adml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,28 @@
<string id="gpupdate_scripts_applier">Script execution module for machine</string>
<string id="gpupdate_scripts_applier_help">This policy enables disables the scripting group policy execution engine for computers.</string>

<string id="gpupdate_scripts_users_applier">Script execution module for users</string>
<string id="gpupdate_scripts_users_applier_help">This policy enables disables the scripting group policy execution engine for users.</string>
<string id="gpupdate_scripts_user_applier">Script execution module for users</string>
<string id="gpupdate_scripts_user_applier_help">This policy enables disables the scripting group policy execution engine for users.</string>

<string id="gpupdate_yandex_browser_applier">Yandex browser</string>
      <string id="gpupdate_yandex_browser_applier_help">This policy enables group policy Yandex-browser applier feature.</string>

<string id="RemovableStorageClasses_DenyAll_Access">All Removable Storage classes: Deny all access</string>
      <string id="RemovableStorageClasses_DenyAll_Access_help">Configure access to all removable storage classes.

This policy setting takes precedence over any individual removable storage policy settings. To manage individual classes, use the policy settings available for each class.

If you enable this policy setting, no access is allowed to any removable storage class.

If you disable or do not configure this policy setting, write and read accesses are allowed to all removable storage classes.</string>
<string id="RemovableStorageClasses_DenyAll_User_Access">All Removable Storage classes: Deny all access</string>
      <string id="RemovableStorageClasses_DenyAll_User_Access_help">Configure access to all removable storage classes.

This policy setting takes precedence over any individual removable storage policy settings. To manage individual classes, use the policy settings available for each class.

If you enable this policy setting, no access is allowed to any removable storage class.

If you disable or do not configure this policy setting, write and read accesses are allowed to all removable storage classes.</string>
</stringTable>
</resources>
</policyDefinitionResources>
19 changes: 19 additions & 0 deletions ru-RU/basealtgrouppolicies.adml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,25 @@
<string id="gpupdate_scripts_user_applier">Модуль выполнения сценариев для пользователей</string>
<string id="gpupdate_scripts_user_applier_help">Эта политика включает/отключает модуль выполнения групповых политик сценариев для пользователей.</string>

<string id="gpupdate_yandex_browser_applier">Настройка браузера Yandex</string>
      <string id="gpupdate_yandex_browser_applier_help">Эта политика включает применение механизма групповых политик Yandex-браузера.</string>

<string id="RemovableStorageClasses_DenyAll_Access">Доступ к съемным запоминающим устройствам</string>
      <string id="RemovableStorageClasses_DenyAll_Access_help">Настройте доступ ко всем классам съемных носителей.

Этот параметр политики имеет приоритет над любыми отдельными параметрами политики съемных носителей. Для управления отдельными классами используйте параметры политики, доступные для каждого класса.

Если вы включите этот параметр политики, доступ к любому классу съемных носителей будет запрещен.

Если вы отключите или не настроите этот параметр политики, доступ на запись и чтение будет разрешен для всех классов съемных носителей.</string>
<string id="RemovableStorageClasses_DenyAll_User_Access">Доступ к съемным запоминающим устройствам</string>
      <string id="RemovableStorageClasses_DenyAll_User_Access_help">Настройте доступ ко всем классам съемных носителей.

Этот параметр политики имеет приоритет над любыми отдельными параметрами политики съемных носителей. Для управления отдельными классами используйте параметры политики, доступные для каждого класса.

Если вы включите этот параметр политики, доступ к любому классу съемных носителей будет запрещен.

Если вы отключите или не настроите этот параметр политики, доступ на запись и чтение будет разрешен для всех классов съемных носителей.</string>
</stringTable>
</resources>
</policyDefinitionResources>