I'm new to Chocolatey and playing with it now. My goal is to install and upgrade all my essential applications by one PowerShell script.
I have one problem atm. When I manually install e.g. CCleaner then I can configurate by the wizard if I a want a desktop icon or if the recycle bin has a new Run-CCleaner-entry. I always disable both of them.
I cannot see a way to configurate my powershell command to disable that two options.
Here is the link to the package: https://chocolatey.org/packages/ccleaner
If there is no option in Chocolately is it recommended that I manipulate the registry in my script after installing CCleaner? How does this work for other apps?
Thank you for the effort!