Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add machine policies for drive maps #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
10 changes: 10 additions & 0 deletions BaseALTGroupPolicies.admx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@
<decimal value="0"/>
</disabledValue>
</policy>
<policy class="Machine" displayName="$(string.gpupdate_cifs_applier)" explainText="$(string.gpupdate_cifs_applier_help)" key="Software\BaseALT\Policies\GPUpdate" name="CIFSApplier" valueName="CIFSApplier">
<parentCategory ref="ALT_GPUpdateAppliers"/>
<supportedOn ref="system:SUPPORTED_AltP9"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy class="Machine" displayName="$(string.gpupdate_firefox_applier)" explainText="$(string.gpupdate_firefox_applier_help)" key="Software\BaseALT\Policies\GPUpdate" name="FirefoxApplier" valueName="FirefoxApplier">
<parentCategory ref="ALT_GPUpdateAppliers"/>
<supportedOn ref="system:SUPPORTED_AltP9"/>
Expand Down
3 changes: 3 additions & 0 deletions en-US/basealtgrouppolicies.adml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<string id="gpupdate_cifs_user_applier">Network drives mounting for users</string>
      <string id="gpupdate_cifs_user_applier_help">This policy enables group policy CIFS applier for users feature.</string>

<string id="gpupdate_cifs_applier">Network drives mounting </string>
      <string id="gpupdate_cifs_applier_help">This policy enables group policy CIFS applier feature.</string>

<string id="gpupdate_gsettings_applier">GSettings configuration</string>
      <string id="gpupdate_gsettings_applier_help">This policy enables group policy GSettings applier feature.</string>

Expand Down
3 changes: 3 additions & 0 deletions ru-RU/basealtgrouppolicies.adml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<string id="gpupdate_cifs_user_applier">Подключение сетевых каталогов для пользователей</string>
      <string id="gpupdate_cifs_user_applier_help">Эта политика включает применение механизма групповых политик CIFS для пользователей.</string>

<string id="gpupdate_cifs_applier">Подключение сетевых каталогов</string>
      <string id="gpupdate_cifs_applier_help">Эта политика включает применение механизма групповых политик CIFS.</string>

<string id="gpupdate_gsettings_applier">Настройки GSettings</string>
      <string id="gpupdate_gsettings_applier_help">Эта политика включает применение механизма групповых политик GSettings.</string>

Expand Down