Skip to content

Commit

Permalink
(doc) Update feature descriptions
Browse files Browse the repository at this point in the history
The corresponding documentation has been updated in the source code,
and this change reflects the same change in the generated docs.  This
PR shouldn't be merged until the next minor/major release of CLI and
CLE.
  • Loading branch information
gep13 committed Aug 8, 2023
1 parent b826c31 commit 29fa07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/en-us/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ A checkbox means this feature is turned on by default.

* [x] `powershellHost` - Use Chocolatey's built-in PowerShell host.
* [ ] `removePackageInformationOnUninstall` - Remove Stored Package Information On Uninstall - When a package is uninstalled, should the stored package information also be removed?
* [ ] `disableCompatibilityChecks` - Disable Compatibility Checks - Should a warning we shown, before and after command execution, when a runtime compatibility check determines that there is an incompatibility between Chocolatey and Chocolatey Licensed Extension. Available in 1.1.0+.
* [ ] `disableCompatibilityChecks` - Disable Compatibility Checks - Disable showing a warning when there is an incompatibility between Chocolatey CLI and Chocolatey Licensed Extension. Available in 1.1.0+.

## Features - Licensed Edition

Expand Down Expand Up @@ -180,7 +180,7 @@ A checkbox means this feature is turned on by default.
* [x] `useBackgroundServiceWithEmptySessions` - Use Background Service With Empty Sessions - Sometimes empty sessions mean remotely run sessions, but in in newer Windows it is much more normal to see empty sessions with interactive use. Leave this flag on unless you absolutely need it off (control how remote sessions use background service by enabling the feature 'useBackgroundServiceWithNonAdministratorsOnly'). Business editions only.
* [ ] `allowBackgroundServiceUninstallsFromUserInstallsOnly` - Allow ONLY Uninstall of Packages Installed By a Self-service User in Background Service - Allow a user to uninstall packages they've installed - they must be reported as the original user in a choco list -lo --audit. The config setting 'backgroundServiceAllowedCommands' must must have 'uninstall' added as well for this to work. Business editions only.
* [ ] `allowBackgroundServiceOverride` - Allows a user to request using the self-service when they are running the commands that can be run through the background service. Licensed editions only (version 5.0.0+).
* [x] `useLogRetentionPolicy` - Use Automatic Log Retention Policy - Cleans any rolled over log files once a day that are older than the configured retention policy day value. Licensed editions only (version 5.0.0+).
* [x] `useLogRetentionPolicy` - Use Automatic Log Retention Policy - Once per day, remove any log files that are older than the `logRetentionPolicyInDays` value. Licensed editions only (version 5.0.0+).

### Virus Checking

Expand Down

0 comments on commit 29fa07d

Please sign in to comment.