docs
docs copied to clipboard
https://docs.chocolatey.org - new docs website
I built the following PS snippet to clean my choco bin path (in an admin-shell) from obsolete shim's: ```ps1 gci C:\ProgramData\chocolatey\bin\*.exe | %{ if( $( & $_.FullName --shimgen-help | Select-String...
Please see the issue on choco-playwright for more details https://github.com/chocolatey/choco-playwright/issues/1.
## Description Of Changes Add a new tab completions page. ## Motivation and Context This page is based on the work that was originally created in the chocolatey/choco repository: https://github.com/chocolatey/choco/pull/2978...
## Description Of Changes Add/move docs for Get-ChocolateyConfigValue cmdlet as it's being rewritten ## Motivation and Context Keeping up with the changes to the cmdlets feature branch in choco repo,...
## Description Of Changes discovert a wrong parameter at `Uninstall-ChocolateyPath -PathToUninstall` ## Motivation and Context fixed it to `Uninstall-ChocolateyPath -Path` ## Testing * [ ] I have previewed these changes...
## Description Of Changes - Add docs for Get-ChocolateyPath cmdlet ## Motivation and Context Docs for newly rewritten cmdlet ## Testing * [x] I have previewed these changes using the...
## What New Or Updated Would You Like To See? When `showInSidebar: false` is used to hide content from the left-hand navigation sidebar, the cards/content still appear on the parent...
What New Or Updated Would You Like To See? The Organizational Deployment Guide should include a section on the installation and setup of Chocolatey Central Management Why Is It Needed?...
## What New Or Updated Would You Like To See? The Organizational Deployment Guide should include a section on automating Package Internalizer ## Why Is It Needed? Package Internalizer is...
## What New Or Updated Would You Like To See? We need a section for installing a repository solution as part of the Organizational Deployment Guide ## Why Is It...