2

4 comments

[–] [Deleted] 1 points (+1|-0)

Hey Scorpio- can a person that isn't a programmer use this to fine tune their windows environment? Or, learn from using it in some way? Sans machine borking that is...

Although it's mostly intended to manage installation of software, etc., you can certainly use it to manage windows and its configuration.

https://chocolatey.org/packages?q=WindowsUpdate

https://puppet.com/blog/chocolatey-using-chocolatey-puppet

https://puppet.com/docs/puppet/5.3/install_pre.html

https://www.digitalocean.com/community/tutorials/how-to-install-puppet-to-manage-your-server-infrastructure

There are also packages in Chocolatey that allow you install software that automates your settings. So, yes, you certainly could use this but it's more of an automation tool that you can use to configure your environment for your purpose. For example, you could write a script to install certain windows updates and specific versions of software so that you don't have to touch each machine. I think if you intend to use this to configure a single system, it would likely be more work than you might feel it's worth unless you upgrade entire systems on a frequent basis.

[–] [Deleted] 0 points (+0|-0)

Ah, thanks. Way out of my wheelhouse; I'm the "try and learn something new" all the time type of person. I love to learn just about anything. Sounds like this is more for folks that manage systems vs someone like me that would just want to play with their own single desktop.

Aye. At work, depending on the task, I manage anywhere from 6 to 9 systems. It's really probably 11 but we haven't had to touch 2 of our production boxes yet. Chocolatey makes it completely trivial to to development related upgrades and certain bits of maintenance.