├── .appveyor.yml ├── .devbots └── lock-pull-request.yaml ├── .github ├── ISSUE_TEMPLATE.md ├── ISSUE_TEMPLATE │ ├── bug-report.yml │ ├── config.yml │ ├── free-form.yml │ └── outdated-report.yml ├── PULL_REQUEST_TEMPLATE.md └── workflows │ ├── lock-closed-issues-pr.yml │ ├── respond-to-issue.yaml │ ├── respond-to-pr.yaml │ └── stale.yml ├── .gitignore ├── CONTRIBUTING.md ├── README.md ├── automatic ├── README.md ├── acr │ ├── README.md │ ├── acr.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── ad-awarefreeantivirus │ ├── README.md │ ├── ad-awarefreeantivirus.nuspec │ ├── tools │ │ ├── ad-awarefreeantivirus_install.ahk │ │ ├── ad-awarefreeantivirus_uninstall.ahk │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── adobedigitaleditions │ ├── PACKAGE-NOTES.md │ ├── README.md │ ├── adobedigitaleditions.nuspec │ ├── tools │ │ ├── adobedigitaleditions_install.ahk │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── adobereader │ ├── LICENSE │ ├── README.md │ ├── adobereader.nuspec │ ├── tools │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ └── update.ps1 ├── alt-tab-terminator │ ├── README.md │ ├── alt-tab-terminator.nuspec │ ├── tools │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ └── update.ps1 ├── appveyorbyoc.powershell │ ├── README.md │ ├── appveyorbyoc.powershell.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── PERMISSION TO REDISTRIBUTE.pdf │ │ ├── VERIFICATION.txt │ │ ├── appveyorbyoc.zip │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── loaded.modules │ └── update.ps1 ├── atubecatcher │ ├── README.md │ ├── atubecatcher.nuspec │ ├── tools │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── avastfreeantivirus │ ├── README.md │ ├── avastfreeantivirus.nuspec │ ├── tools │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── awslambdapscore │ ├── README.md │ ├── awslambdapscore.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── az.powershell │ ├── README.md │ ├── az.powershell.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── azurepowershell │ ├── README.md │ ├── azurepowershell.nuspec │ ├── tools │ │ ├── ChocolateyInstall.ps1 │ │ └── helpers.ps1 │ └── update.ps1 ├── box-drive │ ├── README.md │ ├── box-drive.nuspec │ ├── tools │ │ ├── chocolateyUninstall.ps1 │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── boxsync │ ├── README.md │ ├── boxsync.nuspec │ ├── tools │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── camtasia │ ├── README.md │ ├── camtasia.nuspec │ ├── tools │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── clamav │ ├── README.md │ ├── clamav.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── configuration.powershell │ ├── README.md │ ├── configuration.powershell.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ ├── configuration.zip │ │ └── loaded.modules │ └── update.ps1 ├── dbachecks │ ├── README.md │ ├── dbachecks.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── dbachecks.zip │ └── update.ps1 ├── dbatools-library.powershell │ ├── README.md │ ├── dbatools-library.powershell.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── dbatools │ ├── README.md │ ├── dbatools.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── easy7zip │ ├── README.md │ ├── easy7zip.nuspec │ ├── tools │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── editor-services-command-suite │ ├── README.md │ ├── editor-services-command-suite.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── emacs.install │ ├── README.md │ ├── emacs.install.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── emacs.portable │ ├── README.md │ ├── emacs.portable.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── emacs │ ├── README.md │ ├── emacs.nuspec │ └── update.ps1 ├── f.lux.install │ ├── README.md │ ├── f.lux.install.nuspec │ ├── tools │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── f.lux.portable │ ├── README.md │ ├── f.lux.portable.nuspec │ ├── tools │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ ├── chocolateyinstall.ps1 │ │ └── flux.exe.ignore │ └── update.ps1 ├── f.lux │ ├── README.md │ ├── f.lux.nuspec │ ├── tools │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── firefox-quantum-nox │ ├── README.md │ ├── firefox-quantum-nox.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── freecommander-xe.install │ ├── README.md │ ├── freecommander-xe.install.nuspec │ ├── tools │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── get-childitemcolor │ ├── README.md │ ├── get-childitemcolor.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── gh │ ├── README.md │ ├── gh.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── gitter │ ├── README.md │ ├── gitter.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── hackfont-windows │ ├── README.md │ ├── hackfont-windows.nuspec │ ├── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── hackfont │ ├── README.md │ ├── hackfont.nuspec │ ├── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── housecall.portable │ ├── README.md │ ├── housecall.portable.nuspec │ ├── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── hub │ ├── README.md │ ├── hub.nuspec │ ├── tools │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── hugo-extended-withdeploy │ ├── README.md │ ├── hugo-extended-withdeploy.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── hugo-extended │ ├── README.md │ ├── hugo-extended.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── hugo │ ├── README.md │ ├── hugo.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── invokebuild │ ├── README.md │ ├── invokebuild.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── ipvanish │ ├── PACKAGE-NOTES.md │ ├── README.md │ ├── ipvanish.nuspec │ ├── tools │ │ ├── .skipAutoUninstall │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ ├── ipvanish-install.ahk │ │ └── ipvanish-uninstall.ahk │ └── update.ps1 ├── iris │ ├── README.md │ ├── iris.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyUninstall.ps1 │ │ ├── chocolateyinstall.ps1 │ │ └── iris_uninstall.ahk │ └── update.ps1 ├── jump-location │ ├── README.md │ ├── jump-location.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass-plugin-enhancedentryview │ ├── README.md │ ├── keepass-plugin-enhancedentryview.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass-plugin-haveibeenpwned │ ├── README.md │ ├── keepass-plugin-haveibeenpwned.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass-plugin-keeagent │ ├── README.md │ ├── keepass-plugin-keeagent.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass-plugin-keeautoexec │ ├── README.md │ ├── keepass-plugin-keeautoexec.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass-plugin-keechallenge │ ├── README.md │ ├── keepass-plugin-keechallenge.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass-plugin-keetraytotp │ ├── README.md │ ├── keepass-plugin-keetraytotp.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass-plugin-readablepassphrasegen │ ├── README.md │ ├── keepass-plugin-readablepassphrasegen.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass-plugin-rulebuilder │ ├── README.md │ ├── keepass-plugin-rulebuilder.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass.install │ ├── README.md │ ├── keepass.install.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateybeforemodify.ps1 │ └── update.ps1 ├── keepass.portable │ ├── README.md │ ├── keepass.portable.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── keepass │ ├── README.md │ ├── keepass.nuspec │ └── update.ps1 ├── languagetool │ ├── README.md │ ├── languagetool.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── mac-precision-touchpad │ ├── README.md │ ├── mac-precision-touchpad.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── malwarebytes │ ├── README.md │ ├── malwarebytes.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── manycam │ ├── README.md │ ├── manycam.nuspec │ ├── tools │ │ ├── ManyCamSetup.exe.ignore │ │ ├── chocolateyUninstall.ps1 │ │ ├── chocolateyinstall.ps1 │ │ └── manycam_install.ahk │ └── update.ps1 ├── mysql-connector │ ├── README.md │ ├── mysql-connector.nuspec │ ├── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── onenote │ ├── README.md │ ├── onenote.nuspec │ ├── tools │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── onetastic │ ├── README.md │ ├── onetastic.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── config.xml │ └── update.ps1 ├── outlookcaldav │ ├── OutlookCalDav.nuspec │ ├── README.md │ ├── tools │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ └── update.ps1 ├── pandoc │ ├── README.md │ ├── pandoc.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── pdffactorypro-workstation │ ├── README.md │ ├── pdffactorypro-workstation.nuspec │ ├── tools │ │ ├── chocolateyUninstall.ps1 │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── plaster │ ├── README.md │ ├── plaster.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── platyps │ ├── README.md │ ├── platyps.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── poshwith │ ├── README.md │ ├── poshwith.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── powershellbuild.powershell │ ├── README.md │ ├── powershellbuild.powershell.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ ├── dependent.modules │ │ └── powershellbuild.zip │ └── update.ps1 ├── powershellplus │ ├── README.md │ ├── powershellplus.nuspec │ ├── tools │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── pscodehealth │ ├── README.md │ ├── pscodehealth.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── psframework │ ├── README.md │ ├── psframework.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── psframework.zip │ └── update.ps1 ├── pshtml.powershell │ ├── README.md │ ├── pshtml.powershell.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── psscriptanalyzer │ ├── README.md │ ├── psscriptanalyzer.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── psstringtemplate │ ├── README.md │ ├── psstringtemplate.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── s3browser │ ├── README.md │ ├── s3browser.nuspec │ ├── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── sharex │ ├── README.md │ ├── sharex.nuspec │ ├── tools │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── snagit │ ├── README.md │ ├── snagit.nuspec │ ├── tools │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── solr │ ├── README.md │ ├── solr.nuspec │ └── tools │ │ ├── .skipAutoUninstall │ │ ├── chocolateyUninstall.ps1 │ │ └── chocolateyinstall.ps1 ├── steamlink │ ├── README.md │ ├── steamlink.nuspec │ ├── tools │ │ ├── chocolateyinstall.ps1 │ │ └── setup.exe.ignore │ └── update.ps1 ├── streamdeck │ ├── README.md │ ├── streamdeck.nuspec │ ├── tools │ │ ├── chocolateyBeforeModify.ps1 │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── streamlabs-obs │ ├── README.md │ ├── streamlabs-obs.nuspec │ ├── tools │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── sublimetext3.portable │ ├── README.md │ ├── sublimetext3.portable.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyUninstall.ps1 │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── sublimetext3 │ ├── README.md │ ├── sublimetext3.nuspec │ ├── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── syncthing │ ├── README.md │ ├── syncthing.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── teamviewer │ ├── README.md │ ├── teamviewer.nuspec │ ├── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyuninstall.ps1 │ └── update.ps1 ├── terminal-icons.powershell │ ├── README.md │ ├── terminal-icons.powershell.nuspec │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ └── update.ps1 ├── translucenttb │ ├── README.md │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ ├── translucenttb.nuspec │ └── update.ps1 ├── vim-tux.install │ ├── README.md │ ├── tools │ │ ├── .skipAutoUninstall │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── patch.exe.manifest │ ├── update.ps1 │ └── vim-tux.install.nuspec ├── vim-tux.portable │ ├── README.md │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ ├── update.ps1 │ └── vim-tux.portable.nuspec ├── virtualbox-guest-additions-guest.install │ ├── README.md │ ├── tools │ │ ├── LICENSE.txt │ │ ├── Trusted-OracleCorporationVirtualBox-05308b76ac2e15b29720fb4395f65f38.cer │ │ ├── Trusted-OracleCorporationVirtualBox-05308b76ac2e15b29720fb4395f65f38.cer.LICENSE │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ ├── update.ps1 │ └── virtualbox-guest-additions-guest.install.nuspec ├── vivaldi.install │ ├── README.md │ ├── tools │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── update.ps1 │ └── vivaldi.install.nuspec ├── vivaldi.portable │ ├── README.md │ ├── tools │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── update.ps1 │ └── vivaldi.portable.nuspec ├── vivaldi │ ├── README.md │ ├── update.ps1 │ └── vivaldi.nuspec ├── vortex │ ├── README.md │ ├── legal │ │ ├── LICENSE.txt │ │ └── VERIFICATION.txt │ ├── tools │ │ ├── .skipAutoUninstall │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ ├── update.ps1 │ └── vortex.nuspec ├── wavebox-unstable │ ├── README.md │ ├── tools │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── update.ps1 │ └── wavebox-unstable.nuspec ├── wavelink │ ├── README.md │ ├── tools │ │ ├── chocolateyBeforeModify.ps1 │ │ └── chocolateyinstall.ps1 │ ├── update.ps1 │ └── wavelink.nuspec ├── webview2-runtime │ ├── README.md │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── update.ps1 │ └── webview2-runtime.nuspec ├── wimlib │ ├── README.md │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 │ ├── update.ps1 │ └── wimlib.nuspec ├── winget-cli │ ├── README.md │ ├── tools │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── winget-cli-helpers.ps1 │ ├── update.ps1 │ └── winget-cli.nuspec ├── winget.powershell │ ├── README.md │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyBeforeModify.ps1 │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── winget.powershell-helpers.ps1 │ ├── update.ps1 │ └── winget.powershell.nuspec ├── winget │ ├── README.md │ ├── update.ps1 │ └── winget.nuspec ├── wingetcreate │ ├── README.md │ ├── tools │ │ ├── LICENSE.txt │ │ └── VERIFICATION.txt │ ├── update.ps1 │ └── wingetcreate.nuspec ├── yubico-authenticator │ ├── README.md │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyinstall.ps1 │ ├── update.ps1 │ └── yubico-authenticator.nuspec ├── yubico-piv-tool │ ├── README.md │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── update.ps1 │ └── yubico-piv-tool.nuspec ├── yubikey-manager │ ├── README.md │ ├── screenshot.png │ ├── tools │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── update.ps1 │ └── yubikey-manager.nuspec ├── yubikey-personalization-tool │ ├── README.md │ ├── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyUninstall.ps1 │ │ └── chocolateyinstall.ps1 │ ├── update.ps1 │ └── yubikey-personalization-tool.nuspec └── yubikey-piv-manager │ ├── README.md │ ├── screenshot.png │ ├── tools │ ├── chocolateyinstall.ps1 │ └── chocolateyuninstall.ps1 │ ├── update.ps1 │ └── yubikey-piv-manager.nuspec ├── deprecated ├── README.md ├── admincenter │ └── admincenter.nuspec ├── aida64extreme │ └── aida64extreme.nuspec ├── emacs-full │ └── emacs-full.nuspec ├── gitflow-avh │ └── gitflow-avh.nuspec ├── github │ └── github.nuspec ├── gocontactsyncmod │ └── gocontactsyncmod.nuspec ├── keepass-keeagent │ └── keepass-keeagent.nuspec ├── myuninst │ └── myuninst.nuspec ├── obs │ └── obs.nuspec ├── robomongo │ └── RoboMongo.nuspec ├── totalcmd │ └── totalcmd.nuspec ├── windowsazurepowershell │ └── WindowsAzurePowershell.nuspec └── windowsazurepowershell_0871 │ └── WindowsAzurePowershell_0871.nuspec ├── dev ├── README.md ├── chocopackage.build.ps1 ├── easy7zip │ ├── README.md │ ├── easy7zip.nuspec │ ├── tools │ │ └── chocolateyInstall.ps1 │ └── update.ps1 └── manual │ ├── InstChoco │ ├── InstChoco_features_screenshot.png │ ├── InstChoco_screenshot.png │ ├── InstChoco_usage_screenshot.png │ ├── LICENSE.txt │ ├── instchoco.nuspec │ ├── readme.md │ └── tools │ │ ├── LICENSE.txt │ │ └── VERIFICATION.txt │ ├── adobereader-disable-updates-winconfig │ ├── adobereader-disable-updates-winconfig.nuspec │ ├── readme.md │ └── tools │ │ ├── .SkipAutoUninstaller │ │ ├── ChocolateyInstall.ps1 │ │ └── ChocolateyUninstall.ps1 │ ├── choco-cleaner-rt-archives.hook │ ├── choco-cleaner-rt-archives.hook.nuspec │ ├── choco-cleaner-rt-archives.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-chocolateycache.hook │ ├── choco-cleaner-rt-chocolateycache.hook.nuspec │ ├── choco-cleaner-rt-chocolateycache.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-collection │ ├── choco-cleaner-rt_icon.png │ └── ref-env-vars.txt │ ├── choco-cleaner-rt-desktopicons.hook │ ├── choco-cleaner-rt-desktopicons.hook.nuspec │ ├── choco-cleaner-rt-desktopicons.hook_screenshot.png │ └── hook │ │ ├── post-install-all.ps1 │ │ └── pre-install-all.ps1 │ ├── choco-cleaner-rt-dotchocolatey.hook │ ├── choco-cleaner-rt-dotchocolatey.hook.nuspec │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-ignores.hook │ ├── choco-cleaner-rt-ignores.hook.nuspec │ ├── choco-cleaner-rt-ignores.hook_screenshot.png │ └── hook │ │ └── pre-install-all.ps1 │ ├── choco-cleaner-rt-libbad.hook │ ├── choco-cleaner-rt-libbad.hook.nuspec │ ├── choco-cleaner-rt-libbad.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-libbkp.hook │ ├── choco-cleaner-rt-libbkp.hook.nuspec │ ├── choco-cleaner-rt-libbkp.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-licenses.hook │ ├── choco-cleaner-rt-licenses.hook.nuspec │ ├── choco-cleaner-rt-licenses.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-msinstallers.hook │ ├── choco-cleaner-rt-msinstallers.hook.nuspec │ ├── choco-cleaner-rt-msinstallers.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-nugetcache.hook │ ├── choco-cleaner-rt-nugetcache.hook.nuspec │ ├── choco-cleaner-rt-nugetcache.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-nupkgs.hook │ ├── choco-cleaner-rt-nupkgs.hook.nuspec │ ├── choco-cleaner-rt-nupkgs.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-readmes.hook │ ├── choco-cleaner-rt-readmes.hook.nuspec │ ├── choco-cleaner-rt-readmes.hook_screenshot.png │ └── hook │ │ └── post-install-all.ps1 │ ├── choco-cleaner-rt-startmenuicons.hook │ ├── choco-cleaner-rt-startmenuicons.hook.nuspec │ ├── choco-cleaner-rt-startmenuicons.hook_screenshot.png │ └── hook │ │ ├── post-install-all.ps1 │ │ └── pre-install-all.ps1 │ ├── choco-cleaner-rt │ ├── choco-cleaner-rt.nuspec │ └── tools │ │ ├── choco-cleaner-rt.config │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── choco-cleaner │ ├── README.md │ ├── choco-cleaner.nuspec │ ├── choco-cleaner_after.png │ ├── choco-cleaner_before.png │ ├── choco-cleaner_screenshot.png │ └── tools │ │ ├── .SkipAutoUninstaller │ │ ├── choco-cleaner.config │ │ ├── choco-cleaner.ico │ │ ├── choco-cleaner.ps1 │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── choco-install-packages-from-web-winconfig │ ├── choco-install-packages-from-web-winconfig.nuspec │ ├── choco-install-packages-from-web-winconfig_chrome_example.png │ ├── choco-install-packages-from-web-winconfig_firefox_example.png │ ├── choco-install-packages-from-web-winconfig_opera_example.png │ ├── readme.md │ └── tools │ │ ├── .SkipAutoUninstaller │ │ ├── ChocolateyInstall.ps1 │ │ ├── ChocolateyUninstall.ps1 │ │ └── choco-install-packages-from-web-winconfig.cmd │ ├── choco-persistent-packages │ ├── choco-persistent-packages.nuspec │ ├── choco-persistent-packages_icon.png │ ├── readme.md │ └── tools │ │ ├── chocolateyinstall.ps1 │ │ ├── chocolateyuninstall.ps1 │ │ ├── packages.config │ │ ├── persistentpackages.config │ │ └── persistentpackages.config - Shortcut.lnk │ ├── choco-shortcuts-winconfig │ ├── choco-shortcuts-winconfig.nuspec │ ├── choco-shortcuts-winconfig_icon.png │ ├── choco-shortcuts-winconfig_screenshot.png │ ├── readme.md │ └── tools │ │ ├── .SkipAutoUninstaller │ │ ├── chocolateyinstall.ps1 │ │ └── chocolateyuninstall.ps1 │ ├── chocolatey-fastanswers.extension │ ├── chocolatey-fastanswers.extension.nuspec │ └── extensions │ │ ├── Get-Is32.ps1 │ │ ├── Get-Is64.ps1 │ │ ├── Get-IsAMDCPU.ps1 │ │ ├── Get-IsAMDVideo.ps1 │ │ ├── Get-IsARMCPU.ps1 │ │ ├── Get-IsHyperV.ps1 │ │ ├── Get-IsInDomain.ps1 │ │ ├── Get-IsIntelCPU.ps1 │ │ ├── Get-IsIntelVideo.ps1 │ │ ├── Get-IsKVM.ps1 │ │ ├── Get-IsMobile.ps1 │ │ ├── Get-IsNvidiaVideo.ps1 │ │ ├── Get-IsSSD.ps1 │ │ ├── Get-IsVM.ps1 │ │ ├── Get-IsVMware.ps1 │ │ ├── Get-IsVirtualBox.ps1 │ │ ├── Get-IsWin10.ps1 │ │ ├── Get-IsWin11.ps1 │ │ ├── Get-IsWin7.ps1 │ │ ├── Get-IsWin8.ps1 │ │ ├── Get-IsWin80.ps1 │ │ ├── Get-IsWin81.ps1 │ │ ├── Get-IsWinEdu.ps1 │ │ ├── Get-IsWinEnt.ps1 │ │ ├── Get-IsWinHome.ps1 │ │ ├── Get-IsWinPro.ps1 │ │ ├── Get-IsWinServer.ps1 │ │ ├── Get-IsWinServer2008.ps1 │ │ ├── Get-IsWinServer2008R2.ps1 │ │ ├── Get-IsWinServer2012.ps1 │ │ ├── Get-IsWinServer2012R2.ps1 │ │ ├── Get-IsWinServer2016.ps1 │ │ ├── Get-IsWinServer2019.ps1 │ │ ├── Get-IsWinServer2022.ps1 │ │ ├── Get-IsWinServerDatacenter.ps1 │ │ ├── Get-IsWinServerEssentials.ps1 │ │ ├── Get-IsWinServerFoundation.ps1 │ │ ├── Get-IsWinServerSBS.ps1 │ │ ├── Get-IsWinServerStandard.ps1 │ │ ├── Get-IsWinServerStorage.ps1 │ │ ├── Get-IsWinServerWeb.ps1 │ │ ├── Get-IsWinWorkstation.ps1 │ │ ├── Get-IsXen.ps1 │ │ ├── Get-NuspecInfo.ps1 │ │ ├── Get-PendingReboot.ps1 │ │ ├── Get-WinName.ps1 │ │ ├── Get-WinVerBuild.ps1 │ │ ├── Get-WinVerMajor.ps1 │ │ ├── Get-WinVerMinor.ps1 │ │ └── chocolateyinstall-helpers.psm1 │ ├── chocolatey-fastanswers.extension_extras │ ├── List_of_functions.png │ ├── List_of_functions.txt │ ├── List_of_functions_v0.0.1.png │ ├── List_of_functions_v0.0.1.txt │ ├── chocolatey-fastanswers.extension.png │ ├── chocolatey-fastanswers.extension_icon.png │ ├── chocolatey-fastanswers.extension_v0.0.1.png │ └── readme.md │ ├── chocolatey-misc-helpers.extension │ ├── chocolatey-misc-helpers.extension.nuspec │ └── extensions │ │ ├── Enable-AutoPin.ps1 │ │ ├── Show-Patreon.ps1 │ │ ├── Show-PayPal.ps1 │ │ ├── Show-ToastMessage.ps1 │ │ ├── Start-CheckandStop.ps1 │ │ ├── Start-CheckandThrow.ps1 │ │ ├── Start-WaitandStop.ps1 │ │ ├── Start-WaitandStopActual.ps1 │ │ ├── Test-Dependency.ps1 │ │ ├── Test-URL.ps1 │ │ └── chocolatey-misc-helpers.psm1 │ ├── chocolatey-misc-helpers.extension_extras │ ├── Enable-AutoPin_screenshot.png │ ├── Test-Dependency_screenshot.png │ ├── chocolatey-misc-helpers.extension_screenshot.png │ └── readme.md │ ├── chocolatey-os-dependency.extension │ ├── chocolatey-os-dependency.extension.nuspec │ └── extensions │ │ ├── chocolatey-os-dependency.ps1 │ │ └── chocolatey-os-dependency.psm1 │ ├── chocolatey-os-dependency.extension_extras │ ├── chocolatey-os-dependency.extension_screenshot.png │ └── readme.md │ ├── chocolatey-preinstaller-checks.extension │ ├── chocolatey-preinstaller-checks.extension.nuspec │ └── extensions │ │ ├── Chocolatey-Preinstaller-Checks.extension.psm1 │ │ ├── Chocolatey-Preinstaller-Checks.xml │ │ ├── Get-PendingRebootStatus.ps1 │ │ ├── Get-WindowsInstallerStatus.ps1 │ │ ├── Get-chocoInstanceCounts.ps1 │ │ ├── Get-chocoStatus.ps1 │ │ ├── Start-PreinstallChecks.ps1 │ │ └── Start-PreuninstallChecks.ps1 │ ├── chocolatey-preinstaller-checks.extension_extras │ ├── chocolatey-preinstaller-checks.extension_screenshot.png │ ├── chocolatey-preinstaller-checks.extension_screenshot2.png │ ├── chocolatey-preinstaller-checks.extension_screenshotv0.0.1.png │ └── readme.md │ ├── chocolatey-toast-notifications.extension │ ├── chocolatey-toast-notifications.extension.nuspec │ └── extensions │ │ ├── Get-ChocolateySoftwareName.ps1 │ │ ├── Install-ChocolateyInstallPackageWithToastNotification.ps1 │ │ ├── Uninstall-ChocolateyPackageWithToastNotification.ps1 │ │ └── chocolatey-toast-notifications-extension.psm1 │ ├── chocolatey-toast-notifications.extension_extras │ ├── chocolatey-toast-notifications.extension_screenshot.png │ └── readme.md │ ├── dependency-server2016 │ ├── dependency-server2016.1607 │ │ ├── dependency-server2016.nuspec │ │ └── tools │ │ │ └── ChocolateyInstall.ps1 │ ├── dependency-server2016.1709 │ │ ├── dependency-server2016.nuspec │ │ └── tools │ │ │ └── ChocolateyInstall.ps1 │ ├── dependency-server2016.1803 │ │ ├── dependency-server2016.nuspec │ │ └── tools │ │ │ └── ChocolateyInstall.ps1 │ ├── dependency-server2016 │ │ ├── dependency-server2016.nuspec │ │ └── tools │ │ │ └── ChocolateyInstall.ps1 │ ├── dependency-server2016_examples.png │ └── readme.md │ └── dependency-server2019 │ ├── dependency-server2019.1809 │ ├── dependency-server2019.nuspec │ └── tools │ │ └── ChocolateyInstall.ps1 │ ├── dependency-server2019 │ ├── dependency-server2019.nuspec │ └── tools │ │ └── ChocolateyInstall.ps1 │ ├── dependency-server2019_examples.png │ └── readme.md ├── icons ├── README.md ├── acr.png ├── ad-awarefreeantivirus.png ├── adblockplusfirefox.png ├── adblockplusopera.png ├── admincenter.png ├── adobedigitaleditions.png ├── adobereader.png ├── adobeshockwaveplayer.png ├── alt-tab-terminator.png ├── appveyorbyoc.powershell.png ├── atubecatcher.png ├── avastfreeantivirus.png ├── awslambdapscore.png ├── az.powershell.png ├── azpreview.powershell.png ├── azurepowershell.png ├── box-drive.png ├── box.png ├── camtasia.jpg ├── choco-cleaner.png ├── chocolatey-nexus-repo.png ├── clamav.png ├── configuration.powershell.png ├── dbachecks.png ├── dbatools.png ├── discord.png ├── editor-services-command-suite.png ├── emacs.png ├── flux.png ├── focusatwill.png ├── freecommanderxe.png ├── get-childitemcolor.png ├── gh.png ├── git-credential-manager-for-windows.png ├── gitter.png ├── gocontactsyncmod.png ├── hackfont-windows.png ├── hackfont.png ├── housecall.portable.png ├── hub.png ├── hugo-extended.png ├── hugo.png ├── invokebuild.png ├── ipvanish.png ├── iris.png ├── jenkins.png ├── keepass-plugin-keeagent.png ├── keepass.png ├── languagetool.png ├── logitech-options.png ├── logitech-presentation.png ├── malwarebytes.png ├── manycam.png ├── microsoft-ui-xaml.png ├── mysql-connector.png ├── nerdfont-hack.png ├── npcap.png ├── onenote.jpg ├── onetastic.png ├── outlookcaldav.png ├── pandoc.png ├── pdffactorypro-workstation.png ├── permain.png ├── plaster.png ├── platyps.png ├── poshwith.png ├── powershellbuild.powershell.png ├── powershellplus.png ├── pscodehealth.png ├── psframework.png ├── pshtml.powershell.png ├── psscriptanalyzer.png ├── psstringtemplate.png ├── s3browser.png ├── sharex.png ├── snagit.png ├── solr.png ├── spiceworks-agent-shell.png ├── station.png ├── steam.png ├── streamdeck-obs-studio-plugin.png ├── streamdeck.png ├── streamlabs-obs.png ├── sublimetext3.png ├── sublimetext3.portable.png ├── swtor.png ├── syncthing.png ├── teamviewer.png ├── terminal-icons.powershell.png ├── translucenttb.png ├── vim-tux.svg ├── virtualbox-guest-additions-guest.install.png ├── visualstudio2017-powershelltools.png ├── vivaldi.png ├── vortex.png ├── wavebox-unstable.png ├── wavelink.png ├── webview2-runtime.png ├── wimlib.png ├── windirstat.svg ├── windows-tweaker.png ├── winget-cli.png ├── winget.powershell.png ├── yubico-authenticator.png ├── yubikey-manager.png ├── yubikey-neo-manager.png ├── yubikey-personalization-tool.png └── yubikey-piv-manager.png ├── keepass-plugin-readablepassphrasegen ├── README.md ├── keepass-plugin-readablepassphrasegen.nuspec ├── tools │ ├── .skipAutoUninstaller │ ├── LICENSE.txt │ ├── VERIFICATION.txt │ ├── chocolateyInstall.ps1 │ └── chocolateyUninstall.ps1 └── update.ps1 ├── manual ├── README.md ├── adblockplusfirefox │ ├── README.md │ └── adblockplusfirefox.nuspec ├── adblockplusopera │ ├── README.md │ ├── adblockplusopera.nuspec │ └── tools │ │ └── chocolateyInstall.ps1 ├── adobeshockwaveplayer │ ├── adobeshockwaveplayer.nuspec │ └── tools │ │ ├── Get-HtmlFromRegex.psm1 │ │ ├── chocolateyInstall.ahk │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── bind-toolsonly │ ├── bind-toolsonly.nuspec │ └── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 ├── chocolatey-nexus-repo │ ├── README.md │ ├── chocolatey-nexus-repo.nuspec │ └── tools │ │ └── chocolateyInstall.ps1 ├── disable-logon-blur │ ├── README.md │ ├── disable-logon-blur.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── git-credential-manager-for-windows │ ├── README.md │ ├── git-credential-manager-for-windows.nuspec │ ├── tools │ │ └── chocolateyInstall.ps1 │ └── update.ps1 ├── jenkins │ ├── ReadMe.md │ ├── jenkins.nuspec │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyinstall.ps1 │ └── update.ps1 ├── keepass-plugin-favicon │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── keepass-plugin-keepasshttp │ ├── keepass-plugin-keepasshttp.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── keepass-plugin-passwordcounter │ ├── keepass-plugin-passwordcounter.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── logitech-presentation │ ├── README.md │ ├── logitech-presentation.nuspec │ └── tools │ │ ├── .skipAutoUninstaller │ │ ├── chocolateyUninstall.ps1 │ │ ├── chocolateyinstall.ps1 │ │ └── logitech-presentation_uninstall.ahk ├── microsoft-ui-xaml - 2.8 │ ├── README.md │ ├── microsoft-ui-xaml.nuspec │ └── tools │ │ ├── .skipAutoUninstall │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyinstall.ps1 │ │ ├── chocolateyuninstall.ps1 │ │ ├── microsoft-ui-xaml-helpers.ps1 │ │ ├── x64-Microsoft.UI.Xaml.2.8.appx │ │ └── x86-Microsoft.UI.Xaml.2.8.appx ├── microsoft-ui-xaml-2-7 │ ├── README.md │ ├── microsoft-ui-xaml-2-7.nuspec │ └── tools │ │ ├── .skipAutoUninstall │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ ├── microsoft-ui-xaml-2-7-helpers.ps1 │ │ ├── x64-Microsoft.UI.Xaml.2.7.appx │ │ └── x86-Microsoft.UI.Xaml.2.7.appx ├── microsoft-ui-xaml │ ├── README.md │ └── microsoft-ui-xaml.nuspec ├── microsoft-vclibs-140-00 │ ├── README.md │ ├── microsoft-vclibs-140-00.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ └── microsoft-vclibs-140-00-helpers.ps1 ├── microsoft-vclibs │ ├── README.md │ └── microsoft-vclibs.nuspec ├── nerdfont-hack │ ├── README.md │ ├── nerdfont-hack.nuspec │ └── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── npcap │ ├── README.md │ ├── npcap.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ ├── npcap_install.ahk │ │ └── npcap_uninstall.ahk ├── permain │ ├── permain.nuspec │ └── tools │ │ └── chocolateyinstall.ps1 ├── seek-dsc-appfabric-hosting │ ├── lib │ │ └── cAppFabricHosting │ │ │ ├── DSCResources │ │ │ ├── SEEK_cAppFabricServices │ │ │ │ ├── SEEK_cAppFabricServices.psm1 │ │ │ │ └── SEEK_cAppFabricServices.schema.mof │ │ │ └── SEEK_cApplicationAutoStart │ │ │ │ ├── SEEK_cApplicationAutoStart.psm1 │ │ │ │ └── SEEK_cApplicationAutoStart.schema.mof │ │ │ └── cAppFabricHosting.psd1 │ ├── seek-dsc-appfabric-hosting.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc-database │ ├── lib │ │ └── cDatabase │ │ │ ├── DSCResources │ │ │ └── SEEK_cSQLLogin │ │ │ │ ├── SEEK_cSQLLogin.psm1 │ │ │ │ └── SEEK_cSQLLogin.schema.mof │ │ │ └── cDatabase.psd1 │ ├── seek-dsc-database.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc-harddisk │ ├── lib │ │ └── cHardDisk │ │ │ ├── DSCResources │ │ │ ├── SEEK_cLink │ │ │ │ ├── SEEK_cLink.psm1 │ │ │ │ └── SEEK_cLink.schema.mof │ │ │ └── SEEK_cSharedDirectory │ │ │ │ ├── SEEK_cSharedDirectory.psm1 │ │ │ │ └── SEEK_cSharedDirectory.schema.mof │ │ │ └── cHardDisk.psd1 │ ├── seek-dsc-harddisk.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc-messagequeue │ ├── lib │ │ └── cMessageQueue │ │ │ ├── DSCResources │ │ │ ├── SEEK_cPrivateMsmqQueue │ │ │ │ ├── SEEK_cPrivateMsmqQueue.psm1 │ │ │ │ └── SEEK_cPrivateMsmqQueue.schema.mof │ │ │ └── SEEK_cPrivateMsmqQueuePermissions │ │ │ │ ├── SEEK_cPrivateMsmqQueuePermissions.psm1 │ │ │ │ └── SEEK_cPrivateMsmqQueuePermissions.schema.mof │ │ │ └── cMessageQueue.psd1 │ ├── seek-dsc-messagequeue.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc-networking │ ├── lib │ │ └── cNetworking │ │ │ ├── DSCResources │ │ │ ├── SEEK_cCertReq │ │ │ │ ├── SEEK_cCertReq.psm1 │ │ │ │ └── SEEK_cCertReq.schema.mof │ │ │ ├── SEEK_cFirewallRule │ │ │ │ ├── SEEK_cFirewallRule.psm1 │ │ │ │ └── SEEK_cFirewallRule.schema.mof │ │ │ ├── SEEK_cIPAddress │ │ │ │ ├── SEEK_cIPAddress.psm1 │ │ │ │ └── SEEK_cIPAddress.schema.mof │ │ │ ├── SEEK_cStaticIpAddress │ │ │ │ ├── SEEK_cStaticIpAddress.psm1 │ │ │ │ └── SEEK_cStaticIpAddress.schema.mof │ │ │ └── SEEK_cUrlReservation │ │ │ │ ├── SEEK_cUrlReservation.psm1 │ │ │ │ └── SEEK_cUrlReservation.schema.mof │ │ │ └── cNetworking.psd1 │ ├── seek-dsc-networking.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc-nservicebus │ ├── lib │ │ └── cNServiceBus │ │ │ ├── DSCResources │ │ │ └── SEEK_cNServiceBusHost │ │ │ │ ├── SEEK_cNServiceBusHost.psm1 │ │ │ │ └── SEEK_cNServiceBusHost.schema.mof │ │ │ └── cNServiceBus.psd1 │ ├── seek-dsc-nservicebus.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc-software │ ├── lib │ │ └── cSoftware │ │ │ ├── DSCResources │ │ │ ├── SEEK_cPackageResource │ │ │ │ ├── SEEK_cPackageResource.psm1 │ │ │ │ ├── SEEK_cPackageResource.schema.mof │ │ │ │ └── en-US │ │ │ │ │ ├── MSFT_PackageResource.schema.mfl │ │ │ │ │ └── PackageProvider.psd1 │ │ │ └── SEEK_cWindowsUpdate │ │ │ │ ├── SEEK_cWindowsUpdate.psm1 │ │ │ │ └── SEEK_cWindowsUpdate.schema.mof │ │ │ └── cSoftware.psd1 │ ├── seek-dsc-software.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc-topshelf │ ├── lib │ │ └── cTopShelf │ │ │ ├── DSCResources │ │ │ └── SEEK_cSelfHostedService │ │ │ │ ├── SEEK_cSelfHostedService.psm1 │ │ │ │ └── SEEK_cSelfHostedService.schema.mof │ │ │ └── cTopShelf.psd1 │ ├── seek-dsc-topshelf.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc-webadministration │ ├── lib │ │ └── cWebAdministration │ │ │ ├── DSCResources │ │ │ ├── SEEK_cBindings │ │ │ │ ├── SEEK_cBindings.psm1 │ │ │ │ └── SEEK_cBindings.schema.mof │ │ │ ├── SEEK_cFeatureDelegation │ │ │ │ ├── SEEK_cFeatureDelegation.psm1 │ │ │ │ └── SEEK_cFeatureDelegation.schema.mof │ │ │ ├── SEEK_cWebAppAndPool │ │ │ │ ├── SEEK_cWebAppAndPool.psd1 │ │ │ │ └── SEEK_cWebAppAndPool.schema.psm1 │ │ │ ├── SEEK_cWebAppPool │ │ │ │ ├── SEEK_cWebAppPool.psm1 │ │ │ │ └── SEEK_cWebAppPool.schema.mof │ │ │ ├── SEEK_cWebApplication │ │ │ │ ├── SEEK_cWebApplication.psm1 │ │ │ │ └── SEEK_cWebApplication.schema.mof │ │ │ ├── SEEK_cWebVirtualDirectory │ │ │ │ ├── SEEK_cWebVirtualDirectory.psm1 │ │ │ │ └── SEEK_cWebVirtualDirectory.schema.mof │ │ │ └── SEEK_cWebsite │ │ │ │ ├── SEEK_cWebsite.psm1 │ │ │ │ └── SEEK_cWebsite.schema.mof │ │ │ └── cWebAdministration.psd1 │ ├── seek-dsc-webadministration.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ └── chocolateyUninstall.ps1 ├── seek-dsc │ ├── package │ │ └── services │ │ │ └── metadata │ │ │ └── core-properties │ │ │ └── f7a083dfb3d5422b979c0692e782c4a2.psmdcp │ └── seek-dsc.nuspec ├── spiceworks-agent-shell │ ├── README.md │ ├── spiceworks-agent-shell.nuspec │ └── tools │ │ ├── chocolateybeforemodify.ps1 │ │ └── chocolateyinstall.ps1 ├── split │ ├── split.nuspec │ └── tools │ │ └── chocolateyInstall.ps1 ├── stubby4net │ ├── stubby4net.nuspec │ └── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ ├── stubby.exe │ │ └── stubby.xml ├── swtor │ ├── README.md │ ├── swtor.nuspec │ └── tools │ │ ├── chocolateyInstall.ps1 │ │ ├── chocolateyUninstall.ps1 │ │ ├── swtor_install.ahk │ │ └── swtor_uninstall.ahk ├── visualstudio2017-powershelltools │ ├── README.md │ ├── tools │ │ └── chocolateyInstall.ps1 │ ├── update.ps1 │ └── visualstudio2017-powershelltools.nuspec ├── windows-tweaker.install │ ├── README.md │ ├── tools │ │ ├── LICENSE.txt │ │ ├── VERIFICATION.txt │ │ └── chocolateyInstall.ps1 │ └── windows-tweaker.install.nuspec ├── windows-tweaker │ ├── README.md │ └── windows-tweaker.nuspec └── yubikey-neo-manager │ ├── README.md │ ├── tools │ ├── chocolateyinstall.ps1 │ └── chocolateyuninstall.ps1 │ ├── update.ps1 │ └── yubikey-neo-manager.nuspec ├── scripts ├── ConvertTo-VersionNumber.ps1 ├── Get-GitHubRelease.ps1 ├── Get-RedirectedUrl.ps1 ├── README.md ├── Set-DescriptionFromReadme.ps1 └── all.ps1 ├── setup ├── README.md └── au_setup.ps1 ├── test_all.ps1 ├── todo └── winxeditor │ ├── Microsoft.WindowsAPICodePack.Shell.dll │ ├── Microsoft.WindowsAPICodePack.dll │ ├── WinSCP.ini │ └── WinXEditor.exe ├── unlisted ├── vim-tux │ ├── README.md │ ├── update.ps1 │ └── vim-tux.nuspec └── windbg │ └── README.md ├── update_all.ps1 └── update_vars_default.ps1 /.devbots/lock-pull-request.yaml: -------------------------------------------------------------------------------- 1 | enabled: true 2 | comment: > 3 | This pull request's conversation is 4 | now locked. If you want to continue 5 | this discussion or file a bug, please 6 | open a new issue. -------------------------------------------------------------------------------- /.github/workflows/respond-to-pr.yaml: -------------------------------------------------------------------------------- 1 | name: 'Add Comment To New PR' 2 | on: 3 | pull_request: 4 | types: created 5 | permissions: 6 | contents: read 7 | pull-requests: write 8 | 9 | jobs: 10 | new_pr_comment: 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: GrantBirki/comment@v2.1.0 14 | with: 15 | issue-number: ${{ github.event.issue.number }} 16 | body: | 17 | Thanks for raising this pull request! 18 | 19 | The packages within this repository are maintained in my spare time. My spare time, like yours is important. Please help me not to waste it. 20 | 21 | I will review your PR as soon as I can. 22 | 23 | Thank you. -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.directory 3 | *.bak 4 | *.cache 5 | *.nupkg 6 | *.old 7 | *.orig 8 | *.swp 9 | *.swo 10 | *.suo 11 | *.test 12 | *.work 13 | *.handover 14 | *.new 15 | *.exist 16 | *-orig.* 17 | Thumbs.db 18 | .DS_Store 19 | _ReSharper* 20 | *.resharper 21 | New folder* 22 | New Text Document*.txt 23 | obj 24 | */working 25 | ketarin/soluto.xml 26 | *.stackdump 27 | update_vars.ps1 28 | update_info.xml 29 | Update-AUPackages.md 30 | Update-History.md 31 | *.nupkg 32 | codealike.* 33 | *.exe 34 | *.msi 35 | *.zip 36 | *.7z 37 | *.iso 38 | *.plgx 39 | *.dll -------------------------------------------------------------------------------- /automatic/acr/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/acr/tools/VERIFICATION.txt -------------------------------------------------------------------------------- /automatic/acr/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 4 | $executable = "client.bat" 5 | $zip32Filename = 'acr_v2.18.2-w.zip' 6 | 7 | $packageArgs = @{ 8 | packageName = $env:ChocolateyPackageName 9 | fileFullPath = Join-Path -Path $toolsdir -ChildPath $zip32Filename 10 | Destination = $toolsDir 11 | } 12 | 13 | Get-ChocolateyUnZip @packageArgs 14 | Install-ChocolateyShortcut -ShortcutFilePath (Join-Path -Path $env:ALLUSERSPROFILE -ChildPath "Microsoft\Windows\Start Menu\Programs\AC Reloaded.lnk") ` 15 | -TargetPath (Join-Path -Path $packageArgs.unzipLocation -ChildPath $executable) ` 16 | -WorkingDirectory $toolsdir 17 | -------------------------------------------------------------------------------- /automatic/acr/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop'; # stop on all errors 2 | 3 | Remove-Item -Path (Join-Path -Path $env:ALLUSERSPROFILE -ChildPath "Microsoft\Windows\Start Menu\Programs\AC Reloaded.lnk") -------------------------------------------------------------------------------- /automatic/ad-awarefreeantivirus/README.md: -------------------------------------------------------------------------------- 1 | # ![Adaware Free Antivirus Logo](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@3c903619/icons/ad-awarefreeantivirus.png "Adaware Free Antivirus Logo") [Adaware Free Antivirus](https://chocolatey.org/packages/ad-aware) 2 | 3 | Adaware Free Antivirus combines the legendary anti-spyware engine with a super fast, free antivirus. 4 | 5 | It now features download protection (blocks malicious files before being written to disk), sandboxing (keeps unknown apps running in a virtual environment) and advanced detection. 6 | 7 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/adobedigitaleditions/PACKAGE-NOTES.md: -------------------------------------------------------------------------------- 1 | This package was moved from automatic, to manual as the Adobe website that it tries to connect to in the `update.ps1` script, requires HTTP/2 to work. HTTP/2 is not used by POwerShell 5.1, but is in [PowerShell 7.30-preview.1 and above](https://github.com/PowerShell/PowerShell/issues/12641#issuecomment-996152209). 2 | 3 | So in Windows PowerShell 5.1, `iwr https://www.adobe.com/solutions/ebook/digital-editions/download.html -UseBasicParsing` times out. But `Invoke-WebRequest https://www.adobe.com/solutions/ebook/digital-editions/download.html -HttpVersion 2` works right away. 4 | 5 | `capu` does not run in PowerShell Core, and the AppVeyor runner uses Windows PowerShell so to get this working would require some fundamental changes 6 | -------------------------------------------------------------------------------- /automatic/adobedigitaleditions/tools/adobedigitaleditions_install.ahk: -------------------------------------------------------------------------------- 1 | #NoTrayIcon 2 | ; #Warn ; Enable warnings to assist with detecting common errors. 3 | SendMode Input ; Recommended for new scripts due to its superior speed and reliability. 4 | SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. 5 | SetTitleMatchMode, 1 6 | SetControlDelay -1 7 | CoordMode, Mouse, Window 8 | 9 | winTitle = Installing Adobe Digital Editions 10 | 11 | WinWait, %winTitle%, Get powerful Norton, 15 12 | if !(Errorlevel) { 13 | ifWinExist, %winTitle% 14 | { 15 | WinActivate, %winTitle% 16 | Click, 255, 255 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /automatic/adobereader/tools/chocolateyuninstall.ps1: -------------------------------------------------------------------------------- 1 | $RegPath = 'HKLM:\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown' 2 | 3 | if (Test-Path $RegPath) { 4 | $key = Get-ItemProperty -path $RegPath 5 | if ($key.bUpdater -ne $null) { 6 | $null = Remove-ItemProperty -Path $RegPath -Name 'bUpdater' -Force 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /automatic/alt-tab-terminator/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | fileType = 'EXE' 6 | url = 'https://www.ntwind.com/download/AltTabTer_3.3-setup.exe' 7 | checksum = '48E4A8E4B945742251142722BA017CA158C18A8558575716F9185FE23FD38EF4' 8 | checksumType = 'sha256' 9 | 10 | silentArgs = "/S" 11 | validExitCodes = @(0) 12 | } 13 | 14 | Install-ChocolateyPackage @packageArgs -------------------------------------------------------------------------------- /automatic/appveyorbyoc.powershell/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/appveyorbyoc.powershell/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/appveyorbyoc.powershell/tools/LICENSE.txt: -------------------------------------------------------------------------------- 1 | License is not explicitly provided. However see `PERMISSION TO REDISTRIBUTE.pdf` in the package for permission, from AppVeyor, to redistribute the module. -------------------------------------------------------------------------------- /automatic/appveyorbyoc.powershell/tools/PERMISSION TO REDISTRIBUTE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/appveyorbyoc.powershell/tools/PERMISSION TO REDISTRIBUTE.pdf -------------------------------------------------------------------------------- /automatic/appveyorbyoc.powershell/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | NOTE: There is no releases on the GitHub project source page. 4 | 5 | 1. Download the module from the PowerShell Gallery either using the PowerShell below or directly from the gallery: 6 | 7 | Save-Module -Name appveyorbyoc -Path 8 | 9 | 2. Compare the files from the package against those in the installed module. Again use Get-FileHash -Path to retrieve those hash values. -------------------------------------------------------------------------------- /automatic/appveyorbyoc.powershell/tools/appveyorbyoc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/appveyorbyoc.powershell/tools/appveyorbyoc.zip -------------------------------------------------------------------------------- /automatic/appveyorbyoc.powershell/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'appveyorbyoc' # this could be different from package name 4 | $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition 5 | $loadedModulesPath = Join-Path $toolsdir -ChildPath 'loaded.modules' 6 | 7 | $modules = Get-Content -Path $loadedModulesPath 8 | ForEach ($m in $modules) { 9 | Remove-Module -Name $m -Force -ErrorAction SilentlyContinue 10 | } -------------------------------------------------------------------------------- /automatic/appveyorbyoc.powershell/tools/loaded.modules: -------------------------------------------------------------------------------- 1 | AppVeyorBYOC 2 | -------------------------------------------------------------------------------- /automatic/atubecatcher/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | fileType = 'EXE' 6 | url = 'https://files.dsnetwb.com/aTube_Catcher_FREE_9961.exe' 7 | 8 | checksum = '9F340A8DD6ED01B9C021D0DE77BD8F50161676E54E3600A40591D6E97E46C4E5' 9 | checksumType = 'SHA256' #default is md5, can also be sha1, sha256 or sha512 10 | 11 | silentArgs = '/silent' 12 | validExitCodes= @(0) 13 | } 14 | 15 | Install-ChocolateyPackage @packageArgs 16 | -------------------------------------------------------------------------------- /automatic/awslambdapscore/README.md: -------------------------------------------------------------------------------- 1 | # # ![AWS Lambda for PowerShell Core Logo](https://cdn.jsdelivr.net/gh/pauby/chocopackages/icons/awslambdapscore.png "AWS Lambda for PowerShell Core")[AWS Lambda for PowerShell Core](https://chocolatey.org/packages/awslambdapscore) 2 | 3 | The AWS Lambda Tools for Powershell allows PowerShell developers to publish PowerShell scripts with their dependent modules and have the scripts be invoked by Lambda. 4 | 5 | _**NOTE: This module requires PowerShell Core.**_ 6 | 7 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/awslambdapscore/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/awslambdapscore/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/awslambdapscore/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = $env:ChocolateyPackageName # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/awslambdapscore/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = $env:ChocolateyPackageName 4 | $sourcePath = Join-Path -Path $env:ProgramFiles -ChildPath "PowerShell\Modules\$moduleName" 5 | 6 | Write-Verbose "Removing all version of '$moduleName' from '$sourcePath'." 7 | Remove-Item -Path $sourcePath -Recurse -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/az.powershell/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/az.powershell/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/az.powershell/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | To verify the files using the project source: 4 | 5 | 1. Please go to the project source releases location (https://github.com/Azure/azure-powershell/releases) and download the source files; 6 | 2. Use Get-FileHash -Path to get the file hash value from both the built file (from step 1 above) and the file from the package and compare them; 7 | 8 | Alternatively you can download the module from the PowerShell Gallery ... 9 | 10 | Save-Module -Name az -Path 11 | 12 | ... and compare the files from the package against those in the installed module. Again use Get-FileHash -Path to retrieve those hash values. -------------------------------------------------------------------------------- /automatic/az.powershell/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'az' # this could be different from package name 4 | $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition 5 | $depModulesPath = Join-Path $toolsdir -ChildPath 'dependent.modules' 6 | 7 | $modules = Get-Content -Path $depModulesPath 8 | ForEach ($m in $modules) { 9 | Remove-Module -Name $m -Force -ErrorAction SilentlyContinue 10 | } -------------------------------------------------------------------------------- /automatic/box-drive/README.md: -------------------------------------------------------------------------------- 1 | # ![Box Drive](https://cdn.jsdelivr.net/gh/pauby/chocopackages/icons/box-drive.png "Box Drive") [Box Drive](https://chocolatey.org/packages/box-drive) 2 | 3 | **NOTE: Box Drive only supports Windows 10+ / Windows 2016+. If you need support for earlier operating systems try the [Box Sync package](https://chocolatey.org/packages/boxsync)** 4 | 5 | * Keep files in sync with all your devices with automatic updates 6 | * Automatic version control 7 | * Back up files to Box directly from your desktop 8 | 9 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/boxsync/README.md: -------------------------------------------------------------------------------- 1 | # ![Box Sync](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@28d631b1/icons/box.png "Box Sync") [Box Sync](https://chocolatey.org/packages/boxsync) 2 | 3 | * Keep files in sync with all your devices with automatic updates 4 | * Automatic version control 5 | * Back up files to Box directly from your desktop 6 | 7 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/clamav/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 4 | $file64Filename = 'clamav-1.1.0.win.x64.zip' 5 | 6 | $packageArgs = @{ 7 | packageName = $env:ChocolateyPackageName 8 | fileFullPath64 = Join-Path -Path $toolsDir -ChildPath $file64Filename 9 | destination = $toolsDir 10 | } 11 | 12 | Get-ChocolateyUnzip @packageArgs 13 | -------------------------------------------------------------------------------- /automatic/configuration.powershell/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/configuration.powershell/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/configuration.powershell/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | NOTE: There is no releases on the GitHub project source page. 4 | 5 | 1. Download the module from the PowerShell Gallery either using the PowerShell below or directly from the gallery: 6 | 7 | Save-Module -Name configuration -Path 8 | 9 | 2. Compare the files from the package against those in the installed module. Again use Get-FileHash -Path to retrieve those hash values. -------------------------------------------------------------------------------- /automatic/configuration.powershell/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'configuration' # this could be different from package name 4 | $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition 5 | $depModulesPath = Join-Path $toolsdir -ChildPath 'loaded.modules' 6 | 7 | $modules = Get-Content -Path $depModulesPath 8 | ForEach ($m in $modules) { 9 | Remove-Module -Name $m -Force -ErrorAction SilentlyContinue 10 | } -------------------------------------------------------------------------------- /automatic/configuration.powershell/tools/configuration.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/configuration.powershell/tools/configuration.zip -------------------------------------------------------------------------------- /automatic/configuration.powershell/tools/loaded.modules: -------------------------------------------------------------------------------- 1 | Configuration 2 | -------------------------------------------------------------------------------- /automatic/dbachecks/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/dbachecks/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/dbachecks/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'dbachecks' # this could be different from package name 4 | 5 | $module = Get-Module -Name $moduleName 6 | if ($module) { 7 | Write-Verbose "Module '$moduleName' is imported into the session. Removing it." 8 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue 9 | } 10 | } -------------------------------------------------------------------------------- /automatic/dbachecks/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'dbachecks' 4 | $sourcePath = Join-Path -Path $env:ProgramFiles -ChildPath "WindowsPowerShell\Modules\$moduleName" 5 | 6 | Write-Verbose "Removing all version of '$moduleName' from '$sourcePath'." 7 | Remove-Item -Path $sourcePath -Recurse -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/dbachecks/tools/dbachecks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/dbachecks/tools/dbachecks.zip -------------------------------------------------------------------------------- /automatic/dbatools-library.powershell/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/dbatools-library.powershell/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/dbatools/README.md: -------------------------------------------------------------------------------- 1 | # ![dbatools Logo](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@306a1af5/icons/dbatools.png "dbatools")[dbatools](https://chocolatey.org/packages/dbatools) 2 | 3 | dbatools is sort of like a command-line SQL Server Management Studio. The project initially started out as Start-SqlMigration.ps1, but has now grown into a collection of over 600 commands that help automate SQL Server tasks and encourage best practices. 4 | 5 | _**NOTE: This module requires a minimum of PowerShell v3.**_ 6 | 7 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/dbatools/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/dbatools/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/easy7zip/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop'; 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | url = 'http://www.e7z.org/easy7zip_x86_x64.exe' 6 | checksum = '9e3db79a5430c867fa7221147245655c84bb371ce18106181905ae5a9e6a6c80' 7 | checksumType = 'SHA256' 8 | fileType = 'EXE' 9 | silentArgs = '/VERYSILENT' 10 | validExitCodes = @(0) 11 | } 12 | 13 | Install-ChocolateyPackage @packageArgs 14 | 15 | -------------------------------------------------------------------------------- /automatic/editor-services-command-suite/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/editor-services-command-suite/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/editor-services-command-suite/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'EditorServicesCommandSuite' # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/editor-services-command-suite/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'EditorServicesCommandSuite' 4 | $sourcePath = Join-Path -Path $env:ProgramFiles -ChildPath "WindowsPowerShell\Modules\$moduleName" 5 | 6 | Write-Verbose "Removing all version of '$moduleName' from '$sourcePath'." 7 | Remove-Item -Path $sourcePath -Recurse -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/emacs.install/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/emacs.install/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/emacs.install/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. 4 | 5 | To verify the files using the project source: 6 | 7 | 1. Download the binary from the URL below and verify its checksum using Get-FileHash and compare it to the details below. 8 | 9 | x64 URL: https://ftp.gnu.org/gnu/emacs/windows/emacs-29/emacs-29.4-installer.exe 10 | x64 Checksum Type: SHA256 11 | x64 Checksum: D2A90DCA2CB749288C1C77D174B3B92A03068048BAE04E773CBD19284D0A31B5 12 | -------------------------------------------------------------------------------- /automatic/emacs.install/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $installPath = Join-Path -Path $env:ProgramFiles -ChildPath "emacs" 4 | 5 | $packageArgs = @{ 6 | packageName = $env:ChocolateyPackageName 7 | fileType = 'exe' 8 | silentArgs = '/S' 9 | file = Join-Path -Path $installPath -ChildPath "Uninstall.exe" 10 | } 11 | 12 | Uninstall-ChocolateyPackage @packageArgs 13 | 14 | 'runemacs', 'emacs' | ForEach-Object { 15 | Uninstall-BinFile -Name $_ 16 | } -------------------------------------------------------------------------------- /automatic/emacs.portable/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. 4 | 5 | To verify the files using the project source: 6 | 7 | 1. Download the binary from the URL below and verify its checksum using Get-FileHash and compare it to the details below. 8 | 9 | x64 URL: https://ftp.gnu.org/gnu/emacs/windows/emacs-29/emacs-29.4.zip 10 | x64 Checksum Type: SHA256 11 | x64 Checksum: A4573B62C2B7089D319C0C461D0ED61A597B81EAD972C97033FFC0936137E0E0 12 | -------------------------------------------------------------------------------- /automatic/emacs.portable/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" 4 | $zipTextPath = Get-Item -Path (Join-Path -Path $toolsDir -ChildPath '..\emacs-*.zip.txt') 5 | 6 | $packageArgs = @{ 7 | packageName = $env:ChocolateyPackageName 8 | zipFilename = $zipTextPath.BaseName # this is without the text file extension 9 | } 10 | 11 | Uninstall-ChocolateyZipPackage @packageArgs 12 | 13 | 'runemacs', 'emacsclientw', 'emacs', 'emacsclient' | ForEach-Object { 14 | Uninstall-BinFile -Name $_ 15 | } 16 | 17 | Remove-Item -Path (Join-Path -Path (Get-ToolsLocation) -ChildPath 'emacs') -Recurse -Force 18 | -------------------------------------------------------------------------------- /automatic/f.lux.install/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | Write-Verbose "Stopping the 'flux' process if it is running." 4 | Get-Process -Name 'flux' -ErrorAction SilentlyContinue | Stop-Process 5 | 6 | Start-Sleep -Milliseconds 500 -------------------------------------------------------------------------------- /automatic/f.lux.portable/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | Write-Verbose "Stopping the 'flux' process if it is running." 4 | Get-Process -Name 'flux' -ErrorAction SilentlyContinue | Stop-Process 5 | 6 | Start-Sleep -Milliseconds 500 -------------------------------------------------------------------------------- /automatic/f.lux.portable/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | [Environment]::GetFolderPath('Programs'), [Environment]::GetFolderPath('CommonPrograms') | ForEach-Object { 4 | Remove-Item -Path (Join-Path -Path $_ -ChildPath 'f.lux.lnk') -ErrorAction SilentlyContinue 5 | Remove-Item -Path (Join-Path -Path $_ -ChildPath '\Startup\f.lux.lnk') -ErrorAction SilentlyContinue 6 | } -------------------------------------------------------------------------------- /automatic/f.lux.portable/tools/flux.exe.ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/f.lux.portable/tools/flux.exe.ignore -------------------------------------------------------------------------------- /automatic/f.lux/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | # MetaPackage -------------------------------------------------------------------------------- /automatic/f.lux/update.ps1: -------------------------------------------------------------------------------- 1 | #import-module au 2 | 3 | function global:au_SearchReplace { 4 | @{ 5 | "$($Latest.PackageName).nuspec" = @{ 6 | "(\ to get the file hash value from both the official release file (from step 1 above) and the file from the package and compare them. 9 | 10 | x64 URL: https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_windows_amd64.msi 11 | x64 Checksum Type: SHA256 12 | x64 Checksum: A4539FB1B9708A9208C496E3637EA36414450057B25E188A57C377061E018467 13 | -------------------------------------------------------------------------------- /automatic/gh/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 4 | $logMsi = Join-Path -Path $env:TEMP -ChildPath ("{0}-{1}-MsiInstall.log" -f $env:ChocolateyPackageName, $env:chocolateyPackageVersion) 5 | $file64Filename = 'gh_2.19.0_windows_amd64.msi' 6 | 7 | $packageArgs = @{ 8 | packageName = $env:ChocolateyPackageName 9 | fileType = 'MSI' 10 | silentArgs = "/qn /norestart /l*v `"$logMsi`"" 11 | file64 = Join-Path -Path $toolsDir -ChildPath $file64Filename 12 | } 13 | 14 | Install-ChocolateyInstallPackage @packageArgs 15 | -------------------------------------------------------------------------------- /automatic/gitter/README.md: -------------------------------------------------------------------------------- 1 | # ![Gitter](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@30a80e4c/icons/gitter.png "Gitter Logo") [Gitter](https://chocolatey.org/packages/gitter) 2 | 3 | Gitter is a chat and networking platform that helps to manage, grow and connect communities through messaging, content and discovery. 4 | 5 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/gitter/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | Verification is intended to assist the Chocolatey moderators and community 3 | in verifying that this package's contents are trustworthy. 4 | 5 | 1. Please go to the project download page at https://update.gitter.im/win/latest; 6 | 2. Download the same binary file with the same version as included with the package. 7 | 3. From a PowerShell command line run: 8 | 9 | Get-FileHash 10 | 11 | against both the binary file included in the package and the one downloaded and they should match; 12 | -------------------------------------------------------------------------------- /automatic/hackfont-windows/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | url = 'https://github.com//source-foundry/Hack-windows-installer/releases/download/v1.6.0/HackFontsWindowsInstaller.exe' 6 | checksum = 'a408b54d3b08f9a120574a6da1f1c6bbf2af7e9803c50da49ef13090f5edcc67' 7 | checksumType = 'sha256' 8 | fileType = 'EXE' 9 | silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /NORESTARTAPPLICATIONS" 10 | validExitCodes = @(0) 11 | } 12 | 13 | Install-ChocolateyPackage @packageArgs 14 | -------------------------------------------------------------------------------- /automatic/housecall.portable/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | Uninstall-BinFile -Name 'housecall' -------------------------------------------------------------------------------- /automatic/hub/README.md: -------------------------------------------------------------------------------- 1 | # ![Hub](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@2088cb28/icons/hub.png "Hub Logo") [Hub](https://chocolatey.org/packages/hub) 2 | 3 | hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. 4 | 5 | ``` bash 6 | $ hub clone rtomayko/tilt 7 | 8 | # expands to: 9 | $ git clone git://github.com/rtomayko/tilt.git 10 | ``` 11 | 12 | hub is best aliased as `git`, so you can type `$ git <command>` in the shell and get all the usual `hub` features. 13 | 14 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/hugo-extended-withdeploy/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | To verify the embedded files: 2 | 3 | 1. Please go to the project source location and download the release matching the package version. 4 | 2. Use Get-FileHash -Path to get the file hash value from both the official release file (from step 1 above) and the file from the package and compare them. 5 | 6 | x64 URL: https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_extended_withdeploy_0.144.2_windows-amd64.zip 7 | x64 Checksum Type: SHA256 8 | x64 Checksum: 4b46fc4883c6be5ee93e6a5a40ab840b6db6b0882aadd53c14c2bb76caf3dd06 9 | -------------------------------------------------------------------------------- /automatic/hugo-extended-withdeploy/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 4 | $zipFile = 'hugo_extended_withdeploy_0.144.2_windows-amd64.zip ' 5 | $filePath = Join-Path -Path $toolsDir -ChildPath $zipFile 6 | 7 | $packageArgs = @{ 8 | packageName = $env:ChocolateyPackageName 9 | fileFullPath64 = $filePath 10 | destination = $toolsDir 11 | } 12 | 13 | Get-ChocolateyUnzip @packageArgs 14 | -------------------------------------------------------------------------------- /automatic/hugo-extended/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | To verify the embedded files: 2 | 3 | 1. Please go to the project source location and download the release matching the package version. 4 | 2. Use Get-FileHash -Path to get the file hash value from both the official release file (from step 1 above) and the file from the package and compare them. 5 | 6 | x64 URL: https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_extended_0.105.0_windows-amd64.zip 7 | x64 Checksum Type: SHA256 8 | x64 Checksum: F15120D3BF7BEB8E506104CAD985BA9CC5345B7F75FC2D68FE22E6629EB38543 9 | -------------------------------------------------------------------------------- /automatic/hugo-extended/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 4 | $zipFile = 'hugo_extended_0.103.1_windows-amd64.zip' 5 | $filePath = Join-Path -Path $toolsDir -ChildPath $zipFile 6 | 7 | $packageArgs = @{ 8 | packageName = $env:ChocolateyPackageName 9 | fileFullPath64 = $filePath 10 | destination = $toolsDir 11 | } 12 | 13 | Get-ChocolateyUnzip @packageArgs 14 | -------------------------------------------------------------------------------- /automatic/hugo/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | To verify the embedded files: 2 | 3 | 1. Please go to the project source location and download the release matching the package version. 4 | 2. Use Get-FileHash -Path to get the file hash value from both the official release file (from step 1 above) and the file from the package and compare them. 5 | 6 | x64 URL: https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_0.105.0_windows-amd64.zip 7 | x64 Checksum Type: SHA256 8 | x64 Checksum: D82360ACD0FFB51F0BE3087703B60EBA03A9A741CABF85FC313587496BB49926 9 | -------------------------------------------------------------------------------- /automatic/hugo/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" 4 | $zipFile = 'hugo_0.103.1_windows-amd64.zip' 5 | $filePath = Join-Path -Path $toolsDir -ChildPath $zipFile 6 | 7 | $packageArgs = @{ 8 | packageName = $env:ChocolateyPackageName 9 | fileFullPath64 = $filePath 10 | destination = $toolsDir 11 | } 12 | 13 | Get-ChocolateyUnzip @packageArgs 14 | -------------------------------------------------------------------------------- /automatic/invokebuild/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/invokebuild/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/invokebuild/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = $env:ChocolateyPackageName # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/ipvanish/tools/.skipAutoUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/ipvanish/tools/.skipAutoUninstall -------------------------------------------------------------------------------- /automatic/iris/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/iris/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/iris/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | url = 'https://raw.githubusercontent.com/danielng01/Iris-Builds/master/Windows/Iris-0.9.5.8.exe' 6 | checksum = '2f9739dc0957745a998458517814eba91b84cadf2a235be5b5dcfd6d0fe6e1ac' 7 | checksumType = 'SHA256' 8 | fileType = 'EXE' 9 | silentArgs = '/S' 10 | validExitCodes = @(0) 11 | } 12 | 13 | Install-ChocolateyPackage @packageArgs 14 | -------------------------------------------------------------------------------- /automatic/iris/tools/iris_uninstall.ahk: -------------------------------------------------------------------------------- 1 | #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. 2 | #NoTrayIcon 3 | ; #Warn ; Enable warnings to assist with detecting common errors. 4 | SendMode Input ; Recommended for new scripts due to its superior speed and reliability. 5 | SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. 6 | SetTitleMatchMode, 1 7 | SetControlDelay -1 8 | 9 | winTitle = Iris Application Uninstall 10 | 11 | WinWait, %winTitle%,, 90 12 | if (Errorlevel) 13 | { 14 | Exit 1 15 | } 16 | 17 | WinActivate 18 | ; Click the OK button 19 | ControlClick, OK, %winTitle% -------------------------------------------------------------------------------- /automatic/jump-location/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/jump-location/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/jump-location/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'Jump.Location' # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/keepass-plugin-enhancedentryview/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/keepass-plugin-enhancedentryview/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/keepass-plugin-enhancedentryview/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | To verify the embedded files: 2 | 3 | 1. Go to https://sourceforge.net/projects/kpenhentryview/files/ and download the files with the same version as the package; 4 | 2. Use `Get-FileHash `` to check the SHA256 of the file downloaded and compare with the embedded one. -------------------------------------------------------------------------------- /automatic/keepass-plugin-enhancedentryview/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | zipFileName = "KPEnhancedEntryView.zip" 6 | } 7 | 8 | Uninstall-ChocolateyZipPackage @packageArgs -------------------------------------------------------------------------------- /automatic/keepass-plugin-haveibeenpwned/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/keepass-plugin-haveibeenpwned/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/keepass-plugin-haveibeenpwned/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | Verification is intended to assist the Chocolatey moderators and community 3 | in verifying that this package's contents are trustworthy. 4 | 5 | 1. Please go to the project releases at https://github.com/andrew-schofield/keepass2-haveibeenpwned/releases; 6 | 2. Download the version that is the same as this package version; 7 | 3. From a PowerShell command line run: 8 | 9 | Get-FileHash 10 | 11 | against both the ZIP file included in the package and the one downloaded and they should match; 12 | -------------------------------------------------------------------------------- /automatic/keepass-plugin-haveibeenpwned/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition 4 | $installLog = Join-Path -Path $toolsDir -ChildPath ("{0}-install.log" -f $env:ChocolateyPackageName) 5 | 6 | if (Test-Path -Path $installLog) { 7 | $installPath = Get-Content -Path $installLog -TotalCount 1 8 | $null = Remove-Item -Path $installPath -Force 9 | } 10 | else { 11 | throw "During install we created a log file '$installLog' with the path RuleBuilder was installed to. Cannot find this file so don't know where it was installed to and cannot continue." 12 | } -------------------------------------------------------------------------------- /automatic/keepass-plugin-keeagent/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/keepass-plugin-keeagent/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/keepass-plugin-keeagent/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. 4 | 5 | To verify the embedded files: 6 | 7 | 1. Please go to the project source location and download the release matching the package version. 8 | 2. Use Get-FileHash -Path to get the file hash value from both the official release file (from step 1 above) and the file from the package and compare them. 9 | 10 | x86 URL: https://github.com/dlech/KeeAgent/releases/download/v0.13.3/KeeAgent_v0.13.3.zip 11 | x86 Checksum Type: SHA256 12 | x86 Checksum: 274204D27A7B09C62852C2B2A003C395AA5E3DCB9F4AE71923B63D1F411903A4 13 | -------------------------------------------------------------------------------- /automatic/keepass-plugin-keeagent/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | zipFileName = "KeeAgent_v$($env:ChocolateyPackageVersion).zip" 6 | } 7 | 8 | Uninstall-ChocolateyZipPackage @packageArgs -------------------------------------------------------------------------------- /automatic/keepass-plugin-keeautoexec/README.md: -------------------------------------------------------------------------------- 1 | # [keepass-plugin-keeautoexec](https://chocolatey.org/packages/keepass-plugin-keeautoexec) 2 | 3 | Plugin for KeePass 2.x to automatically open additional databases when opening a database. 4 | 5 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/keepass-plugin-keeautoexec/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/keepass-plugin-keeautoexec/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/keepass-plugin-keeautoexec/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | Verification is intended to assist the Chocolatey moderators and community 3 | in verifying that this package's contents are trustworthy. 4 | 5 | 1. Please go to the project releases at https://keepass.info/plugins.html#keeautoexec; 6 | 2. Click the 'Download plugin' link to download the ZIP file; 7 | 3. From a PowerShell command line run: 8 | 9 | Get-FileHash 10 | 11 | against both the ZIP file included in the package and the one downloaded and they should match; 12 | -------------------------------------------------------------------------------- /automatic/keepass-plugin-keeautoexec/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | zipFileName = "KeeAutoExec-$($env:ChocolateyPackageVersion).zip" 6 | } 7 | 8 | Uninstall-ChocolateyZipPackage @packageArgs -------------------------------------------------------------------------------- /automatic/keepass-plugin-keechallenge/README.md: -------------------------------------------------------------------------------- 1 | # [Keepass Plugin Challenge](https://chocolatey.org/packages/keepass-plugin-challenge) 2 | 3 | A plugin for KeePass2 to add Yubikey challenge-response capability. 4 | 5 | ## Documentation 6 | * [Usage](https://github.com/brush701/keechallenge#using) 7 | * [Common Errors](https://github.com/brush701/keechallenge#common-errors) 8 | 9 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/keepass-plugin-keechallenge/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/keepass-plugin-keechallenge/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/keepass-plugin-keetraytotp/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/keepass-plugin-keetraytotp/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/keepass-plugin-keetraytotp/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | To verify the files: 4 | 5 | 1. Please go to the project releases location - https://github.com/KeeTrayTOTP/KeeTrayTOTP/releases - and download the correct version of the plugin (PLGX) file; 6 | 2. Use Get-FileHash -Path to get the file hash value from both the official release (downloaded in step 1 above) and the file from the package and compare them; -------------------------------------------------------------------------------- /automatic/keepass-plugin-readablepassphrasegen/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/keepass-plugin-readablepassphrasegen/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/keepass-plugin-readablepassphrasegen/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | To verify the files: 4 | 5 | 1. Please go to the project releases location - https://github.com/ligos/readablepassphrasegenerator/releases - and download the correct version of the plugin (PLGX) file; 6 | 2. Use Get-FileHash -Path to get the file hash value from both the official release (downloaded in step 1 above) and the file from the package and compare them; -------------------------------------------------------------------------------- /automatic/keepass-plugin-rulebuilder/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/keepass-plugin-rulebuilder/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/keepass-plugin-rulebuilder/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | Verification is intended to assist the Chocolatey moderators and community 3 | in verifying that this package's contents are trustworthy. 4 | 5 | 1. Please go to the project releases at https://github.com/ihanson/KeePass-Rule-Builder/releases; 6 | 2. Download the version that is the same as this package version; 7 | 3. From a PowerShell command line run: 8 | 9 | Get-FileHash 10 | 11 | against both the ZIP file included in the package and the one downloaded and they should match; 12 | -------------------------------------------------------------------------------- /automatic/keepass-plugin-rulebuilder/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition 4 | $installLog = Join-Path -Path $toolsDir -ChildPath ("{0}-install.log" -f $env:ChocolateyPackageName) 5 | 6 | if (Test-Path -Path $installLog) { 7 | $installPath = Get-Content -Path $installLog -TotalCount 1 8 | $null = Remove-Item -Path $installPath -Force 9 | } 10 | else { 11 | throw "During install we created a log file '$installLog' with the path RuleBuilder was installed to. Cannot find this file so don't know where it was installed to and cannot continue." 12 | } -------------------------------------------------------------------------------- /automatic/keepass.install/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | To verify the files: 4 | 5 | 1. Please go to the project releases location - https://sourceforge.net/projects/keepass/files/KeePass%202.x/ and download the correct version of the EXE file; 6 | 2. Use Get-FileHash -Path to get the file hash value from both the official release (downloaded in step 1 above) and the file from the package and compare them; -------------------------------------------------------------------------------- /automatic/keepass.install/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop'; 2 | 3 | $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" 4 | 5 | $packageArgs = @{ 6 | packageName = $env:ChocolateyPackageName 7 | file = Join-Path -Path $toolsDir -ChildPath 'KeePass-Setup.exe' 8 | fileType = 'EXE' 9 | silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' 10 | validExitCodes = @(0) 11 | } 12 | 13 | Install-ChocolateyInstallPackage @packageArgs 14 | -------------------------------------------------------------------------------- /automatic/keepass.install/tools/chocolateybeforemodify.ps1: -------------------------------------------------------------------------------- 1 | # Automatically close KeePass if KeePass is running. If the database has unsaved changes the user will be prompted to save the database. 2 | # Works only with the default installation paths 3 | $keepassProcess = Get-Process -Name "Keepass" -ErrorAction "SilentlyContinue" 4 | if ($keepassProcess) { 5 | Write-Host "KeePass is running. Try to close KeePass automatically. If you have unsaved entries, you will be prompted to save them." 6 | & $keepassProcess.Path --exit-all 7 | } 8 | -------------------------------------------------------------------------------- /automatic/keepass.portable/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | To verify the files: 4 | 5 | 1. Please go to the project releases location - https://sourceforge.net/projects/keepass/files/KeePass%202.x/ and download the correct version of the EXE file; 6 | 2. Use Get-FileHash -Path to get the file hash value from both the official release (downloaded in step 1 above) and the file from the package and compare them; -------------------------------------------------------------------------------- /automatic/keepass.portable/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | # Automatically close KeePass if KeePass is running. If the database has unsaved changes the user will be prompted to save the database. 2 | # Works only with the default installation paths 3 | $keepassProcess = Get-Process -Name "Keepass" -ErrorAction "SilentlyContinue" 4 | if ($keepassProcess) { 5 | Write-Host "KeePass is running. Try to close KeePass automatically. If you have unsaved entries, you will be prompted to save them." 6 | & $keepassProcess.Path --exit-all 7 | } 8 | -------------------------------------------------------------------------------- /automatic/keepass.portable/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop'; 2 | 3 | $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" 4 | 5 | $installDir = Join-Path -Path (Get-ToolsLocation) -ChildPath $env:ChocolateyPackageName 6 | $pp = Get-PackageParameters 7 | if ($pp["installPath"]) { 8 | $installDir = $pp["installPath"] 9 | } 10 | 11 | $packageArgs = @{ 12 | packageName = $env:ChocolateyPackageName 13 | fileFullPath = Join-Path -Path $toolsDir -ChildPath 'KeePass-Setup.zip' 14 | destination = $installDir 15 | } 16 | 17 | Get-ChocolateyUnzip @packageArgs 18 | Install-BinFile -Name 'keepass' -Path (Join-Path -Path $installDir -ChildPath 'keepass.exe') -------------------------------------------------------------------------------- /automatic/keepass.portable/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | Uninstall-ChocolateyZipPackage -PackageName $env:ChocolateyPackageName -ZipFileName 'Keepass-Setup.zip' 4 | Uninstall-BinFile -Name 'keepass' -------------------------------------------------------------------------------- /automatic/languagetool/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/languagetool/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/languagetool/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsLocation = Get-ToolsLocation 4 | $installPath = Join-Path -Path $toolsLocation -ChildPath 'languagetool' 5 | if (Test-Path -Path $installPath) { 6 | Remove-Item -Path $installPath -Recurse | Out-Null 7 | } -------------------------------------------------------------------------------- /automatic/languagetool/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 |  2 | $ErrorActionPreference = 'Stop' 3 | 4 | $installToolsPath = Get-ToolsLocation 5 | $installPath = Join-Path -Path $installToolsPath -ChildPath 'languagetool' 6 | 7 | if (Test-Path -Path $installPath) { 8 | try { 9 | Remove-Item -Path $installPath -Force -Recurse 10 | } 11 | catch { 12 | Write-Warning "There was a problem removing the LanguageTool install path '$installPath'. You may have to remove it manually." 13 | } 14 | } 15 | else { 16 | Write-Warning "Install path '$installPath' does not exist. LanguageTool could have been uninstalled by other means" 17 | } -------------------------------------------------------------------------------- /automatic/mac-precision-touchpad/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/mac-precision-touchpad/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/malwarebytes/README.md: -------------------------------------------------------------------------------- 1 | # ![Malwarebytes](https://rawcdn.githack.com/pauby/ChocoPackages/920ab4c8e70ab46814966644a86f403f171d7a09/icons/malwarebytes.png "Malwarebytes") [Malwarebytes](https://chocolatey.org/packages/malwarebytes) 2 | 3 | Multiple layers of malware-crushing tech, including virus protection. Thorough malware and spyware removal. Specialized ransomware protection. 4 | 5 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/malwarebytes/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/malwarebytes/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/malwarebytes/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | url = 'https://downloads.malwarebytes.com/file/mb-windows' 6 | checksum = 'B9DC6DAFB81BCC3EDF2C89F9B8D72D3060964EE32E173D59D60EBF559FEC7A82' 7 | checksumType = 'SHA256' 8 | fileType = 'EXE' 9 | silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART' 10 | validExitCodes = @(0) 11 | } 12 | 13 | Install-ChocolateyPackage @packageArgs 14 | -------------------------------------------------------------------------------- /automatic/manycam/tools/ManyCamSetup.exe.ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/manycam/tools/ManyCamSetup.exe.ignore -------------------------------------------------------------------------------- /automatic/manycam/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $startFolderPath = Join-Path -Path ([Environment]::GetFolderPath('StartMenu')) -ChildPath 'Programs\ManyCam' 4 | if (Test-Path -Path $startFolderPath) { 5 | Remove-Item -Path $startFolderPath -Recurse -Force 6 | } -------------------------------------------------------------------------------- /automatic/mysql-connector/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 4 | 5 | $packageArgs = @{ 6 | packageName = $env:ChocolateyPackageName 7 | unzipLocation = $toolsDir 8 | fileType = 'MSI' 9 | url = 'https://dev.mysql.com/get/Downloads/Connector-Net/mysql-connector-net-8.0.11.msi' 10 | 11 | softwareName = 'mysql connector net*' 12 | 13 | checksum = 'c66b1303a9a1e5a845b37cbcbf8f4dd1c63b9f1e039d60fb7c29e748bd3085f4' 14 | checksumType = 'SHA256' 15 | 16 | silentArgs = '/qn' 17 | validExitCodes = @(0) 18 | } 19 | 20 | Install-ChocolateyPackage @packageArgs 21 | -------------------------------------------------------------------------------- /automatic/onetastic/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/onetastic/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/onetastic/tools/config.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /automatic/pandoc/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | 'pandoc', 'pandoc-citeproc.exe' | % { Uninstall-BinFile $_ } -------------------------------------------------------------------------------- /automatic/plaster/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/plaster/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/plaster/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = $env:ChocolateyPackageName # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/platyps/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/platyps/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/platyps/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = $env:ChocolateyPackageName # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/poshwith/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/poshwith/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/poshwith/tools/LICENSE.txt: -------------------------------------------------------------------------------- 1 | From: https://github.com/JanDeDobbeleer/posh-with/blob/master/LICENSE.txt 2 | 3 | LICENSE 4 | 5 | Copyright 2016 Michael Chavinda 6 | 7 | Licensed under the Apache License, Version 2.0 (the "License"); 8 | you may not use this file except in compliance with the License. 9 | You may obtain a copy of the License at 10 | 11 | http://www.apache.org/licenses/LICENSE-2.0 12 | 13 | Unless required by applicable law or agreed to in writing, software 14 | distributed under the License is distributed on an "AS IS" BASIS, 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | See the License for the specific language governing permissions and 17 | limitations under the License. 18 | -------------------------------------------------------------------------------- /automatic/poshwith/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'posh-with' # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/powershellbuild.powershell/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/powershellbuild.powershell/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/powershellbuild.powershell/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | NOTE: There is no releases on the GitHub project source page. 4 | 5 | 1. Download the module from the PowerShell Gallery either using the PowerShell below or directly from the gallery: 6 | 7 | Save-Module -Name powershellbuild -Path 8 | 9 | 2. Compare the files from the package against those in the installed module. Again use Get-FileHash -Path to retrieve those hash values. -------------------------------------------------------------------------------- /automatic/powershellbuild.powershell/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'powershellbuild' # this could be different from package name 4 | $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition 5 | $depModulesPath = Join-Path $toolsdir -ChildPath 'dependent.modules' 6 | 7 | $modules = Get-Content -Path $depModulesPath 8 | ForEach ($m in $modules) { 9 | Remove-Module -Name $m -Force -ErrorAction SilentlyContinue 10 | } -------------------------------------------------------------------------------- /automatic/powershellbuild.powershell/tools/dependent.modules: -------------------------------------------------------------------------------- 1 | BuildHelpers 2 | platyPS 3 | PowerShellBuild 4 | -------------------------------------------------------------------------------- /automatic/powershellbuild.powershell/tools/powershellbuild.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/powershellbuild.powershell/tools/powershellbuild.zip -------------------------------------------------------------------------------- /automatic/pscodehealth/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/pscodehealth/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/pscodehealth/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = $env:ChocolateyPackageName # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/psframework/README.md: -------------------------------------------------------------------------------- 1 | # # ![PSFramework Logo](https://cdn.jsdelivr.net/gh/pauby/chocopackages/icons/psframework.png "PSFramework")[PSFramework](https://chocolatey.org/packages/psframework) 2 | 3 | The PowerShell Framework project strives to provide tools and infrastructure for PowerShell developers. Main Goals: 4 | 5 | * Reduce development time needed 6 | * Improve Manageability of developed code 7 | * Enhance scalability of code 8 | * Enhance uniformity of user experience 9 | 10 | _**NOTE: This module requires a minimum of PowerShell v3.**_ 11 | 12 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. 13 | -------------------------------------------------------------------------------- /automatic/psframework/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/psframework/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/psframework/tools/psframework.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/psframework/tools/psframework.zip -------------------------------------------------------------------------------- /automatic/pshtml.powershell/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/pshtml.powershell/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/pshtml.powershell/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'pshtml' # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/psscriptanalyzer/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/psscriptanalyzer/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/psscriptanalyzer/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = $env:ChocolateyPackageName # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/psstringtemplate/README.md: -------------------------------------------------------------------------------- 1 | # ![PSStringTemplate Logo](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@6550452a/icons/psstringtemplate.png "PSStringTemplate")[PSStringTemplate](https://chocolatey.org/packages/psstringtemplate) 2 | 3 | The PSStringTemplate module provides a PowerShell friendly interface for creating templates using the StringTemplate4 template engine. 4 | 5 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. 6 | -------------------------------------------------------------------------------- /automatic/psstringtemplate/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/psstringtemplate/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/psstringtemplate/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = $env:ChocolateyPackageName # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/s3browser/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | fileType = 'EXE' 6 | url = 'https://s3browser.com//download/s3browser-9-5-5.exe' 7 | checksum = '108abd78a9bdf7817b1c5f012e1111ad53db2f9000516dc7f7405677ac66f78b' 8 | checksumType = 'sha256' 9 | 10 | silentArgs = '/VERYSILENT /NORESTART' 11 | validExitCodes = $(0) 12 | } 13 | 14 | Install-ChocolateyPackage @packageArgs 15 | -------------------------------------------------------------------------------- /automatic/solr/tools/.skipAutoUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/solr/tools/.skipAutoUninstall -------------------------------------------------------------------------------- /automatic/solr/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | Uninstall-ChocolateyZipPackage -PackageName 'solr' -ZipFileName 'solr.tar' -------------------------------------------------------------------------------- /automatic/steamlink/README.md: -------------------------------------------------------------------------------- 1 | # ![Steam Link](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@b7c36f1/icons/steam.png "Steam Logo") [Steam Link](https://chocolatey.org/packages/steamlink) 2 | 3 | Play your Steam games on your phone, tablet, TV, VR headset or another PC using Steam Link, streaming from your home computer. With control schemes optimized for hundreds of top titles, you can now access and play games from your PC while on the couch, or on the go. 4 | 5 | ## Notes 6 | 7 | * This application ONLY supports Windows 10 and 11. 8 | * This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. 9 | -------------------------------------------------------------------------------- /automatic/steamlink/tools/setup.exe.ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/steamlink/tools/setup.exe.ignore -------------------------------------------------------------------------------- /automatic/streamdeck/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | Get-Process -Name 'StreamDeck' -ErrorAction SilentlyContinue | Stop-Process -------------------------------------------------------------------------------- /automatic/sublimetext3.portable/README.md: -------------------------------------------------------------------------------- 1 | # ![SublimeText3 Portable Logo](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@6d87e426/icons/sublimetext3.portable.png "SublimeText3 Portable Logo") [sublimetext3.portable](https://chocolatey.org/packages/sublimetext3.portable) 2 | 3 | Sublime Text 3 is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features. 4 | 5 | _**NOTE: Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. Sublime Text 3 is currently in beta.**_ 6 | 7 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/sublimetext3.portable/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/sublimetext3.portable/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/sublimetext3/README.md: -------------------------------------------------------------------------------- 1 | # ![SublimeText3](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@9bd04335/icons/sublimetext3.png<"SublimeText3 Logo") [SublimeText3](https://chocolatey.org/packages/sublimetext3) 2 | 3 | Sublime Text 3 is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features. 4 | 5 | _**NOTE: Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. Sublime Text 3 is currently in beta.**_ 6 | 7 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/syncthing/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | if (Get-Process -Name 'syncthing' -ErrorAction SilentlyContinue) { 4 | # syncthing is running - stop it gracefully 5 | Write-Warning "Syncthing process is running. Shutting it down gracefully." 6 | syncthing cli operations shutdown 7 | 8 | # can take a few seconds to shutdown 9 | Start-Sleep -Seconds 2 10 | } -------------------------------------------------------------------------------- /automatic/terminal-icons.powershell/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/terminal-icons.powershell/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/terminal-icons.powershell/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'terminal-icons' # this could be different from package name 4 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/translucenttb/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | Verification is intended to assist the Chocolatey moderators and community 3 | in verifying that this package's contents are trustworthy. 4 | 5 | 1. Please go to the project releases at https://github.com/TranslucentTB/TranslucentTB/releases; 6 | 2. Download the same binary file with the same version as included with the package; 7 | 3. From a PowerShell command line run: 8 | 9 | Get-FileHash 10 | 11 | against both the binary file included in the package and the one downloaded and they should match; 12 | -------------------------------------------------------------------------------- /automatic/vim-tux.install/tools/.skipAutoUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/vim-tux.install/tools/.skipAutoUninstall -------------------------------------------------------------------------------- /automatic/vim-tux.install/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $versPath = 'vim91' 4 | $destDir = Join-Path -Path $env:ProgramFiles -ChildPath "Vim" 5 | 6 | # Apparently doesn't have a non-interactive mode. Send 'y' to its input 7 | Set-Content -Path "$env:TEMP\vimuninstallinput" -Value 'y' 8 | Start-Process -FilePath "$destDir\$versPath\uninstall.exe" -ArgumentList '-nsis' -RedirectStandardInput "$env:TEMP\vimuninstallinput" -Wait 9 | Remove-Item "$env:TEMP\vimuninstallinput" 10 | Remove-Item $destDir -Force -Recurse 11 | -------------------------------------------------------------------------------- /automatic/vim-tux.install/tools/patch.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /automatic/vim-tux.portable/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition 4 | $destDir = Join-Path -Path $toolsDir -ChildPath 'vim' 5 | 6 | Get-ChildItem -Path "$destDir\*.bat" | ForEach-Object { 7 | Uninstall-BinFile -Name $_.BaseName -Path $_ 8 | } 9 | 10 | Uninstall-ChocolateyEnvironmentVariable -VariableName 'VIM' -VariableType 'User' 11 | -------------------------------------------------------------------------------- /automatic/virtualbox-guest-additions-guest.install/tools/Trusted-OracleCorporationVirtualBox-05308b76ac2e15b29720fb4395f65f38.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/virtualbox-guest-additions-guest.install/tools/Trusted-OracleCorporationVirtualBox-05308b76ac2e15b29720fb4395f65f38.cer -------------------------------------------------------------------------------- /automatic/vortex/tools/.skipAutoUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/vortex/tools/.skipAutoUninstall -------------------------------------------------------------------------------- /automatic/vortex/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageName = 'vortex' 4 | 5 | $toolsDir = Split-Path $MyInvocation.MyCommand.Definition 6 | $fileLocation = 'vortex-setup-1.10.7.exe' 7 | 8 | $packageArgs = @{ 9 | packageName = $packageName 10 | fileType = 'exe' 11 | file = Join-Path -Path $toolsDir -ChildPath $fileLocation 12 | silentArgs = "/S" 13 | validExitCodes = @(0) 14 | } 15 | 16 | Install-ChocolateyInstallPackage @packageArgs 17 | 18 | # Remove the installers as there is no more need for it 19 | Remove-Item $toolsDir\*.exe -ea 0 -Force 20 | -------------------------------------------------------------------------------- /automatic/vortex/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageName = 'vortex' 4 | $programUninstallEntryName = 'Vortex*' 5 | 6 | $registry = Get-UninstallRegistryKey -SoftwareName $programUninstallEntryName 7 | $file = $registry.UninstallString -replace ('/allusers', '') 8 | 9 | $packageArgs = @{ 10 | packageName = $packageName 11 | fileType = 'exe' 12 | silentArgs = '/allusers /S' 13 | validExitCodes = @(0) 14 | file = $file 15 | } 16 | 17 | Uninstall-ChocolateyPackage @packageArgs 18 | -------------------------------------------------------------------------------- /automatic/wavebox-unstable/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'SilentlyContinue' 2 | 3 | Get-Process -Name 'wavebox' | Stop-Process -------------------------------------------------------------------------------- /automatic/wavebox-unstable/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 |  2 | $ErrorActionPreference = 'Stop'; 3 | $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" 4 | 5 | $packageArgs = @{ 6 | packageName = $env:ChocolateyPackageName 7 | unzipLocation = $toolsDir 8 | fileType = 'EXE' 9 | softwareName = 'Wavebox' 10 | 11 | url64bit = 'https://download.wavebox.app/beta/win/Install%20Wavebox%2010.107.15.3.exe' 12 | checksum64 = '5fcf48f3ddd59080775319dbd0397a524a07030957d1560b8911bde860ddf57c' 13 | checksumType64 = 'sha256' 14 | 15 | validExitCodes = @(0, 3010, 1641) 16 | silentArgs = '--disable-progress --do-not-launch-chrome' 17 | } 18 | 19 | Install-ChocolateyPackage @packageArgs 20 | -------------------------------------------------------------------------------- /automatic/wavelink/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | Get-Process -Name 'WaveLink' -ErrorAction SilentlyContinue | Stop-Process -------------------------------------------------------------------------------- /automatic/webview2-runtime/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/webview2-runtime/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/wimlib/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | To verify the files: 4 | 5 | 1. Please go to the project site - https://wimlib.net/index.html and download the correct version and architecture of the EXE file; 6 | 2. Use Get-FileHash -Path to get the file hash value from both the official release (downloaded in step 1 above) and the file from the package and compare them; -------------------------------------------------------------------------------- /automatic/wimlib/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 4 | 5 | $packageArgs = @{ 6 | packageName = $env:ChocolateyPackageName 7 | unzipLocation = (Join-Path -Path $toolsDir -ChildPath $env:ChocolateyPackageName) 8 | url = 'https://wimlib.net/downloads/wimlib-1.12.0-windows-x86_64-bin.zip' 9 | checksum = '0e866976a376bf3106e8a160d936b4cbfa832d4a1f23f7e1de1607df3e3d12bb' 10 | checksumType = 'SHA256' 11 | } 12 | 13 | Install-ChocolateyZipPackage @packageArgs 14 | 15 | (Get-ChildItem -Path $packageArgs.unzipLocation -Filter '*.cmd').ForEach( { 16 | Install-BinFile -Name $_.BaseName -Path $_.FullName 17 | } ) -------------------------------------------------------------------------------- /automatic/wimlib/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 |  2 | $ErrorActionPreference = 'Stop' 3 | 4 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 5 | 6 | $packageArgs = @{ 7 | packageName = $env:ChocolateyPackageName 8 | zipFileName = "wimlib-$($env:ChocolateyPackageVersion)-windows-x86_64-bin.zip" 9 | } 10 | 11 | (Get-ChildItem -Path (Join-Path -Path $toolsDir -ChildPath $env:ChocolateyPackageName) -Filter '*.cmd').ForEach( { 12 | Uninstall-BinFile -Name $_.BaseName 13 | } ) 14 | 15 | Uninstall-ChocolateyZipPackage @packageArgs -------------------------------------------------------------------------------- /automatic/winget-cli/tools/winget-cli-helpers.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $internalAppXPackage = @{ 4 | SoftwareName = 'WinGet-CLI' 5 | PackageName = 'Microsoft.DesktopAppInstaller' 6 | Version = '2023.707.2257.0' 7 | } 8 | 9 | $packagedAppxVersion = '1.5.1881.0' 10 | -------------------------------------------------------------------------------- /automatic/winget.powershell/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/winget.powershell/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/winget.powershell/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 |  2 | VERIFICATION 3 | Verification is intended to assist the Chocolatey moderators and community 4 | in verifying that this package's contents are trustworthy. 5 | 6 | NOTE: There is no releases on the GitHub project source page. 7 | 8 | 1. Download the module from the PowerShell Gallery either using the PowerShell below or directly from the gallery: 9 | 10 | Save-Module -Name Microsoft.WinGet.Client -Path 11 | 12 | 2. Compare the files from the package against those in the installed module. Again use Get-FileHash -Path to retrieve those hash values. 13 | 14 | File 'LICENSE.txt' is obtained from https://github.com/microsoft/winget-cli/blob/master/LICENSE -------------------------------------------------------------------------------- /automatic/winget.powershell/tools/chocolateyBeforeModify.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition 4 | 5 | . $(Join-Path -Path $toolsDir -ChildPath "$($env:ChocolateyPackageName)-helpers.ps1") 6 | 7 | Remove-Module -Name $moduleName -Force -ErrorAction SilentlyContinue -------------------------------------------------------------------------------- /automatic/winget.powershell/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition 4 | . $(Join-Path -Path $toolsDir -ChildPath "$($env:ChocolateyPackageName)-helpers.ps1") 5 | 6 | if (Test-Path -Path $savedParamsPath) { 7 | $removePath = Get-Content -Path $savedParamsPath 8 | } 9 | else { 10 | $removePath = Join-Path -Path $env:ProgramFiles -ChildPath "WindowsPowerShell\Modules\$moduleName" 11 | } 12 | 13 | ForEach ($path in $removePath) { 14 | Write-Verbose "Removing all version of '$moduleName' from '$path'." 15 | Remove-Item -Path $path -Recurse -Force -ErrorAction SilentlyContinue 16 | } -------------------------------------------------------------------------------- /automatic/winget.powershell/tools/winget.powershell-helpers.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $moduleName = 'Microsoft.WinGet.Client' # this could be different from package name 4 | $moduleVersion = '' 5 | $savedParamsPath = Join-Path $toolsDir -ChildPath 'parameters.saved' 6 | $minPSVersion = '5.1.0' 7 | -------------------------------------------------------------------------------- /automatic/wingetcreate/README.md: -------------------------------------------------------------------------------- 1 | # [WinGet Create](https://chocolatey.org/packages/wingetcreate) 2 | 3 | This is an Open Source tool designed to help developers create, update, and submit manifest files to the WinGet repository. 4 | 5 | Developers will use this tool to submit their applications for use with WinGet. 6 | 7 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /automatic/yubico-authenticator/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" 4 | $installerFile = 'yubico-authenticator-6.0.0-win64.msi' 5 | 6 | $packageArgs = @{ 7 | packageName = $env:ChocolateyPackageName 8 | fileType = 'MSI' 9 | file64 = Join-Path -Path $toolsDir -ChildPath $installerFile 10 | silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" # ALLUSERS=1 DISABLEDESKTOPSHORTCUT=1 ADDDESKTOPICON=0 ADDSTARTMENU=0 11 | validExitCodes = @(0, 3010, 1641) 12 | } 13 | 14 | Install-ChocolateyInstallPackage @packageArgs 15 | -------------------------------------------------------------------------------- /automatic/yubico-piv-tool/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. 3 | 4 | To verify the files using the project source: 5 | 6 | 1. Go to the releases page at https://developers.yubico.com/yubico-piv-tool/Releases/ and download the correct version and architecture type installer. 7 | 2. Run Get-FileHash -Path -Algorithm 'SHA256' and compare the checksum to that found on the package page. -------------------------------------------------------------------------------- /automatic/yubikey-manager/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/yubikey-manager/screenshot.png -------------------------------------------------------------------------------- /automatic/yubikey-personalization-tool/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/yubikey-personalization-tool/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /automatic/yubikey-personalization-tool/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | fileType = 'exe' 6 | silentArgs = "/S" 7 | 8 | url = 'https://developers.yubico.com/yubikey-personalization-gui/Releases/yubikey-personalization-gui-3.1.25.exe' 9 | checksum = '3debb239ff541ae6de058580cbecfc28137915f1118fd902de8e478c0d8168f2' 10 | checksumType = 'SHA256' 11 | } 12 | 13 | Install-ChocolateyPackage @packageArgs 14 | -------------------------------------------------------------------------------- /automatic/yubikey-piv-manager/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/automatic/yubikey-piv-manager/screenshot.png -------------------------------------------------------------------------------- /deprecated/README.md: -------------------------------------------------------------------------------- 1 | ## Deprecated Folder 2 | 3 | This is where all of the packages that have been deprecated are stored. -------------------------------------------------------------------------------- /dev/README.md: -------------------------------------------------------------------------------- 1 | # Packages Under Development 2 | 3 | Packages in here should be ignored. They are in a state of development flux. 4 | -------------------------------------------------------------------------------- /dev/chocopackage.build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/chocopackage.build.ps1 -------------------------------------------------------------------------------- /dev/easy7zip/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop'; 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | url = 'http://www.e7z.org/easy7zip_x86_x64.exe' 6 | checksum = '9e3db79a5430c867fa7221147245655c84bb371ce18106181905ae5a9e6a6c80' 7 | checksumType = 'SHA256' 8 | fileType = 'EXE' 9 | silentArgs = '/VERYSILENT' 10 | validExitCodes = @(0) 11 | } 12 | 13 | Install-ChocolateyPackage @packageArgs 14 | 15 | -------------------------------------------------------------------------------- /dev/manual/InstChoco/InstChoco_features_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/InstChoco/InstChoco_features_screenshot.png -------------------------------------------------------------------------------- /dev/manual/InstChoco/InstChoco_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/InstChoco/InstChoco_screenshot.png -------------------------------------------------------------------------------- /dev/manual/InstChoco/InstChoco_usage_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/InstChoco/InstChoco_usage_screenshot.png -------------------------------------------------------------------------------- /dev/manual/adobereader-disable-updates-winconfig/tools/.SkipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/adobereader-disable-updates-winconfig/tools/.SkipAutoUninstaller -------------------------------------------------------------------------------- /dev/manual/adobereader-disable-updates-winconfig/tools/ChocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | $packageName = 'adobereader-disable-updates-winconfig' 3 | 4 | SchTasks /Change /Disable /TN "Adobe Acrobat Update Task" | Out-Null 5 | Stop-Service "AdobeARMservice" -force | Out-Null 6 | Set-Service "AdobeARMservice" -StartupType Disabled | Out-Null 7 | 8 | Write-Host " ** Adobe Reader and Acrobat Manager (ARM) disabled." -foreground magenta 9 | Write-Host " ** Adobe Reader will only be updated by Chocolatey." -foreground magenta 10 | -------------------------------------------------------------------------------- /dev/manual/adobereader-disable-updates-winconfig/tools/ChocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | $packageName = 'adobereader-disable-updates-winconfig' 3 | 4 | SchTasks /Change /Enable /TN "Adobe Acrobat Update Task" | Out-Null 5 | Set-Service "AdobeARMservice" -StartupType Automatic | Out-Null 6 | Start-Service "AdobeARMservice" | Out-Null 7 | 8 | Write-Host " ** Adobe Reader and Acrobat Manager (ARM) re-enabled." -foreground magenta 9 | Write-Host " ** Adobe Reader will be updated by Adobe Reader and Acrobat Manager (ARM) and Chocolatey." -foreground magenta 10 | -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-archives.hook/choco-cleaner-rt-archives.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-archives.hook/choco-cleaner-rt-archives.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-chocolateycache.hook/choco-cleaner-rt-chocolateycache.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-chocolateycache.hook/choco-cleaner-rt-chocolateycache.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-collection/choco-cleaner-rt_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-collection/choco-cleaner-rt_icon.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-desktopicons.hook/choco-cleaner-rt-desktopicons.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-desktopicons.hook/choco-cleaner-rt-desktopicons.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-ignores.hook/choco-cleaner-rt-ignores.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-ignores.hook/choco-cleaner-rt-ignores.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-libbad.hook/choco-cleaner-rt-libbad.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-libbad.hook/choco-cleaner-rt-libbad.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-libbkp.hook/choco-cleaner-rt-libbkp.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-libbkp.hook/choco-cleaner-rt-libbkp.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-licenses.hook/choco-cleaner-rt-licenses.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-licenses.hook/choco-cleaner-rt-licenses.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-msinstallers.hook/choco-cleaner-rt-msinstallers.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-msinstallers.hook/choco-cleaner-rt-msinstallers.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-nugetcache.hook/choco-cleaner-rt-nugetcache.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-nugetcache.hook/choco-cleaner-rt-nugetcache.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-nupkgs.hook/choco-cleaner-rt-nupkgs.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-nupkgs.hook/choco-cleaner-rt-nupkgs.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-readmes.hook/choco-cleaner-rt-readmes.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-readmes.hook/choco-cleaner-rt-readmes.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt-startmenuicons.hook/choco-cleaner-rt-startmenuicons.hook_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner-rt-startmenuicons.hook/choco-cleaner-rt-startmenuicons.hook_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner-rt/tools/chocolateyuninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | $packageName = 'choco-cleaner-rt' 3 | $scriptDir = "$(Get-ToolsLocation)\BCURRAN3" 4 | $ScriptConfig = 'choco-cleaner-rt.config' 5 | 6 | $ChocoCleanerRTHooksInstalled = Get-ChildItem -Path "$env:ChocolateyInstall\lib\choco-cleaner-rt*.hook" 7 | if ($ChocoCleanerRTHooksInstalled.count -eq 0){ 8 | Remove-Item "$scriptDir\$ScriptConfig" -Force -ErrorAction SilentlyContinue | Out-Null 9 | } 10 | -------------------------------------------------------------------------------- /dev/manual/choco-cleaner/choco-cleaner_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner/choco-cleaner_after.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner/choco-cleaner_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner/choco-cleaner_before.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner/choco-cleaner_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner/choco-cleaner_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-cleaner/tools/.SkipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner/tools/.SkipAutoUninstaller -------------------------------------------------------------------------------- /dev/manual/choco-cleaner/tools/choco-cleaner.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-cleaner/tools/choco-cleaner.ico -------------------------------------------------------------------------------- /dev/manual/choco-install-packages-from-web-winconfig/choco-install-packages-from-web-winconfig_chrome_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-install-packages-from-web-winconfig/choco-install-packages-from-web-winconfig_chrome_example.png -------------------------------------------------------------------------------- /dev/manual/choco-install-packages-from-web-winconfig/choco-install-packages-from-web-winconfig_firefox_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-install-packages-from-web-winconfig/choco-install-packages-from-web-winconfig_firefox_example.png -------------------------------------------------------------------------------- /dev/manual/choco-install-packages-from-web-winconfig/choco-install-packages-from-web-winconfig_opera_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-install-packages-from-web-winconfig/choco-install-packages-from-web-winconfig_opera_example.png -------------------------------------------------------------------------------- /dev/manual/choco-install-packages-from-web-winconfig/tools/.SkipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-install-packages-from-web-winconfig/tools/.SkipAutoUninstaller -------------------------------------------------------------------------------- /dev/manual/choco-install-packages-from-web-winconfig/tools/ChocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | $packageName = 'choco-install-packages-from-web-winconfig' 3 | 4 | New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT -ea SilentlyContinue | Out-Null 5 | Remove-Item -Path "HKCR:nupkg_auto_file" -Recurse –Force -ea SilentlyContinue | Out-Null 6 | Remove-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\" -Name "$env:ChocolateyInstall\bin\cinst.exe" -ea SilentlyContinue | Out-Null 7 | Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\" -Name "$env:ChocolateyInstall\bin\cinst.exe" -ea SilentlyContinue | Out-Null 8 | -------------------------------------------------------------------------------- /dev/manual/choco-install-packages-from-web-winconfig/tools/choco-install-packages-from-web-winconfig.cmd: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | setlocal enableDelayedExpansion 3 | mode con: cols=120 lines=8 4 | color 2f 5 | echo choco-install-packages-from-web v0.0.2 (02/19/2019) 6 | echo. 7 | rem echo ** Installing %chocoprotocolURL% via %1 8 | sudo %ChocolateyInstall%\bin\cinst.exe %1 -y 9 | timeout 10 10 | exit -------------------------------------------------------------------------------- /dev/manual/choco-persistent-packages/choco-persistent-packages_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-persistent-packages/choco-persistent-packages_icon.png -------------------------------------------------------------------------------- /dev/manual/choco-persistent-packages/tools/chocolateyuninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | #persistentpackages.config file purposely not deleted as not to lose configuration on a re-installation 3 | $packageName = 'choco-persistent-packages' 4 | 5 | SchTasks /Delete /TN “choco-persistent-packages” /F 6 | SchTasks /Delete /TN choco-persistent-packages-abort /F 7 | 8 | -------------------------------------------------------------------------------- /dev/manual/choco-persistent-packages/tools/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-persistent-packages/tools/packages.config -------------------------------------------------------------------------------- /dev/manual/choco-persistent-packages/tools/persistentpackages.config - Shortcut.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-persistent-packages/tools/persistentpackages.config - Shortcut.lnk -------------------------------------------------------------------------------- /dev/manual/choco-shortcuts-winconfig/choco-shortcuts-winconfig_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-shortcuts-winconfig/choco-shortcuts-winconfig_icon.png -------------------------------------------------------------------------------- /dev/manual/choco-shortcuts-winconfig/choco-shortcuts-winconfig_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-shortcuts-winconfig/choco-shortcuts-winconfig_screenshot.png -------------------------------------------------------------------------------- /dev/manual/choco-shortcuts-winconfig/tools/.SkipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/choco-shortcuts-winconfig/tools/.SkipAutoUninstaller -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-Is32.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-Is32{ 5 | $Is32=(Get-WmiObject Win32_processor).addresswidth 6 | if ($Is32 -eq "32") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-Is64.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-Is64{ 5 | $Is64=(Get-WmiObject Win32_processor).addresswidth 6 | if ($Is64 -eq 64) {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsAMDCPU.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsAMDCPU{ 5 | $IsAMDCPU=(Get-WmiObject -class Win32_Processor) 6 | if ($IsAMDCPU.manufacturer -eq "AuthenticAMD") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsAMDVideo.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsAMDVideo{ 5 | $VideoCard=(Get-WmiObject win32_VideoController).description 6 | if ($VideoCard -match "AMD") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsARMCPU.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsARMCPU{ 5 | $IsARMCPU=(Get-WmiObject -class Win32_Processor) 6 | if ($IsARMCPU.architecture -eq "5") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsHyperV.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsHyperV{ 5 | $IsHyperV=(Get-WmiObject Win32_ComputerSystem).Model 6 | if ($IsHyperV -match "Virtual Machine") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsInDomain.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsInDomain{ 5 | if ($env:LOGONSERVER -ne "\\$env:COMPUTERNAME") {return $true} else {return $false} 6 | } 7 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsIntelCPU.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsIntelCPU{ 5 | $IsIntelCPU=(Get-WmiObject -class Win32_Processor) 6 | if ($IsIntelCPU.manufacturer -eq "GenuineIntel") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsIntelVideo.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsIntelVideo{ 5 | $VideoCard=(Get-WmiObject win32_VideoController).description 6 | if ($VideoCard -match "Intel") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsKVM.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | # This is untested and relies heavily on Googlefu 4 | 5 | function Get-IsKVM{ 6 | $IsKVM=(Get-WmiObject Win32_ComputerSystem).Manufacturer 7 | if ($IsKVM -match "QEMU") {return $true} else {return $false} 8 | } 9 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsMobile.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsMobile{ 5 | $HasBattery=(gwmi win32_portablebattery) 6 | if ($HasBattery) {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsNvidiaVideo.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsNvidiaVideo{ 5 | $VideoCard=(Get-WmiObject win32_VideoController).description 6 | if ($VideoCard -match "Nvidia") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsSSD.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsSSD{ 5 | $IsSSD=(Get-WmiObject Win32_DiskDrive).Model 6 | if ($IsSSD -match "SSD") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsVM.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsVM{ 5 | $HyperV=Get-IsHyperV 6 | $KVM=Get-IsKVM 7 | $VirtualBox=Get-IsVirtualBox 8 | $VMware=Get-IsVMware 9 | $Xen=Get-IsXen 10 | if ($HyperV -or $KVM -or $VirtualBox -or $VMware -or $Xen) {return $true} else {return $false} 11 | } 12 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsVMware.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsVMware{ 5 | $IsVMware=(Get-WmiObject Win32_ComputerSystem).Manufacturer 6 | if ($IsVMware -like "*VMware*") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsVirtualBox.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsVirtualBox{ 5 | $IsVirtualBox=(Get-WmiObject Win32_ComputerSystem).Model 6 | if ($IsVirtualBox -match "VirtualBox") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWin10.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWin10{ 5 | $workstation=Get-IsWinWorkstation 6 | if ($workstation -eq $false) {return $false} 7 | $IsWin10=[Environment]::OSVersion.Version.Major 8 | if ($IsWin10 -ge "10" -and $IsWin10 -lt "11") {return $true} else {return $false} 9 | } 10 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWin11.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2.1 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWin11{ 5 | $workstation=Get-IsWinWorkstation 6 | if ($workstation -eq $false) {return $false} 7 | $OSMajor=[Environment]::OSVersion.Version.Major 8 | $OSBuild=[Environment]::OSVersion.Version.Build 9 | if ($OSMajor -eq 10 -and $OSBuild -ge 22000) {return $true} else {return $false} 10 | } 11 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWin7.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWin7{ 5 | $workstation=Get-IsWinWorkstation 6 | if ($workstation -eq $false) {return $false} 7 | $major=[Environment]::OSVersion.Version.Major 8 | $minor=[Environment]::OSVersion.Version.Minor 9 | if ($major -eq "6" -and $minor -lt "1") {return $true} else {return $false} 10 | } 11 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWin8.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWin8{ 5 | $workstation=Get-IsWinWorkstation 6 | if ($workstation -eq $false) {return $false} 7 | $IsWin8=[Environment]::OSVersion.Version.Major 8 | if ($IsWin8 -eq "6" -and $IsWin8 -lt "7") {return $true} else {return $false} 9 | } 10 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWin80.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWin80{ 5 | $workstation=Get-IsWinWorkstation 6 | if ($workstation -eq $false) {return $false} 7 | $major=[Environment]::OSVersion.Version.Major 8 | $minor=[Environment]::OSVersion.Version.Minor 9 | if ($major -eq "6" -and $minor -eq "2") {return $true} else {return $false} 10 | } 11 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWin81.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWin81{ 5 | $workstation=Get-IsWinWorkstation 6 | if ($workstation -eq $false) {return $false} 7 | $major=[Environment]::OSVersion.Version.Major 8 | $minor=[Environment]::OSVersion.Version.Minor 9 | if ($major -eq "6" -and $minor -eq "3") {return $true} else {return $false} 10 | } 11 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinEdu.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinEdu{ 5 | $IsWinEdu=(Get-WmiObject win32_operatingsystem).caption 6 | if ($IsWinEdu -match "Education") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinEnt.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinEnt{ 5 | $IsWinEnt=(Get-WmiObject win32_operatingsystem).caption 6 | if ($IsWinEnt -match "Enterprise") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinHome.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinHome{ 5 | $IsWinHome=(Get-WmiObject win32_operatingsystem).caption 6 | if ($IsWinHome -match "Home") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinPro.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinPro{ 5 | $IsWinPro=(Get-WmiObject win32_operatingsystem).caption 6 | if ($IsWinPro -match "Pro") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServer.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServer{ 5 | $IsServer=(Get-WmiObject win32_operatingsystem).caption 6 | if ($IsServer -match "Server") {return $true} else {return $false} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServer2008.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServer2008{ 5 | $server=Get-IsWinServer 6 | if ($server -eq $false) {return $false} 7 | $major=[Environment]::OSVersion.Version.Major 8 | $minor=[Environment]::OSVersion.Version.Minor 9 | if ($major -eq "6" -and $minor -eq "0") {return $true} else {return $false} 10 | } 11 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServer2008R2.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServer2008R2{ 5 | $server=Get-IsWinServer 6 | if ($server -eq $false) {return $false} 7 | $major=[Environment]::OSVersion.Version.Major 8 | $minor=[Environment]::OSVersion.Version.Minor 9 | if ($major -eq "6" -and $minor -eq "1") {return $true} else {return $false} 10 | } 11 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServer2012.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServer2012{ 5 | $server=Get-IsWinServer 6 | if ($server -eq $false) {return $false} 7 | $major=[Environment]::OSVersion.Version.Major 8 | $minor=[Environment]::OSVersion.Version.Minor 9 | if ($major -eq "6" -and $minor -eq "2") {return $true} else {return $false} 10 | } 11 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServer2012R2.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServer2012R2{ 5 | $server=Get-IsWinServer 6 | if ($server -eq $false) {return $false} 7 | $major=[Environment]::OSVersion.Version.Major 8 | $minor=[Environment]::OSVersion.Version.Minor 9 | if ($major -eq "6" -and $minor -eq "3") {return $true} else {return $false} 10 | } 11 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServer2016.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServer2016{ 5 | $server=Get-IsWinServer 6 | if ($server -eq $false) {return $false} 7 | $major=[Environment]::OSVersion.Version.Major 8 | $minor=[Environment]::OSVersion.Version.Minor 9 | $build=[Environment]::OSVersion.Version.Build 10 | # Build 10.0.17623 is the 2018/03/30 initial beta of Server 2019 11 | if ($major -eq "10" -and $minor -eq "0" -and $build -lt "17623") {return $true} else {return $false} 12 | } 13 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServer2019.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServer2019{ 5 | $server=Get-IsWinServer 6 | if ($server -eq $false) {return $false} 7 | # Build 10.0.17623 is the 2018/03/30 initial beta of Server 2019 8 | # Build 10.0.17763 is the 2018/10/02 initial release of Server 2019 9 | $major=[Environment]::OSVersion.Version.Major 10 | $minor=[Environment]::OSVersion.Version.Minor 11 | $build=[Environment]::OSVersion.Version.Build 12 | if ($major -eq "10" -and $minor -eq "0" -and $build -ge "17763") {return $true} else {return $false} 13 | 14 | } 15 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServer2022.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2.1 by Bill Curran AKA BCURRAN3 - public domain 3 | # NOTE: This is untested. I have not installed WS2022 yet :-> 4 | 5 | function Get-IsWinServer2022{ 6 | $server=Get-IsWinServer 7 | if ($server -eq $false) {return $false} 8 | # Build 20348.169 is the 08/18/2021 release 9 | $major=[Environment]::OSVersion.Version.Major 10 | $minor=[Environment]::OSVersion.Version.Minor 11 | $build=[Environment]::OSVersion.Version.Build 12 | if ($major -eq "10" -and $minor -eq "0" -and $build -ge "20348") {return $true} else {return $false} 13 | 14 | } 15 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServerDatacenter.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServerDatacenter{ 5 | $server=Get-IsWinServer 6 | if ($server -ne $true) { 7 | return $false 8 | } else { 9 | $IsServerDatacenter=((Get-WmiObject win32_operatingsystem).caption) 10 | if ($IsServerDatacenter -match "Datacenter") {return $true} else {return $false} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServerEssentials.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServerEssentials{ 5 | $server=Get-IsWinServer 6 | if ($server -ne $true) { 7 | return $false 8 | } else { 9 | $IsServerEssentials=((Get-WmiObject win32_operatingsystem).caption) 10 | if ($IsServerEssentials -match "Essentials") {return $true} else {return $false} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServerFoundation.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServerFoundation{ 5 | $server=Get-IsWinServer 6 | if ($server -ne $true) { 7 | return $false 8 | } else { 9 | $IsServerFoundation=((Get-WmiObject win32_operatingsystem).caption) 10 | if ($IsServerFoundation -match "Foundation") {return $true} else {return $false} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServerSBS.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServerSBS{ 5 | $server=Get-IsWinServer 6 | if ($server -ne $true) { 7 | return $false 8 | } else { 9 | $IsServerSBS=((Get-WmiObject win32_operatingsystem).caption) 10 | if ($IsServerSBS -match "Small") {return $true} else {return $false} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServerStandard.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServerStandard{ 5 | $server=Get-IsWinServer 6 | if ($server -ne $true) { 7 | return $false 8 | } else { 9 | $IsServerStandard=((Get-WmiObject win32_operatingsystem).caption) 10 | if ($IsServerStandard -match "Standard") {return $true} else {return $false} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServerStorage.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServerStorage{ 5 | $server=Get-IsWinServer 6 | if ($server -ne $true) { 7 | return $false 8 | } else { 9 | $IsServerStorage=((Get-WmiObject win32_operatingsystem).caption) 10 | if ($IsServerStorage -match "Storage") {return $true} else {return $false} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinServerWeb.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinServerWeb{ 5 | $server=Get-IsWinServer 6 | if ($server -ne $true) { 7 | return $false 8 | } else { 9 | $IsServerWeb=((Get-WmiObject win32_operatingsystem).caption) 10 | if ($IsServerWeb -match "Web") {return $true} else {return $false} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsWinWorkstation.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-IsWinWorkstation{ 5 | $IsWinWorkstation=(Get-WmiObject win32_operatingsystem).caption 6 | if ($IsWorkstation -match "Server") {return $false} else {return $true} 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-IsXen.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | # This is untested and relies heavily on Googlefu 4 | 5 | function Get-IsXen{ 6 | $IsXen=(Get-WmiObject Win32_ComputerSystem).Manufacturer 7 | if ($IsXen -match "HVM domU") {return $true} else {return $false} 8 | } 9 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-WinName.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-WinName{ 5 | $WinName=(Get-WmiObject win32_operatingsystem).caption 6 | return $WinName 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-WinVerBuild.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-WinVerBuild{ 5 | $WinVerBuild=[Environment]::OSVersion.Version.Build 6 | return $WinVerBuild 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-WinVerMajor.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-WinVerMajor{ 5 | $WinVerMajor=[Environment]::OSVersion.Version.Major 6 | return $WinVerMajor 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension/extensions/Get-WinVerMinor.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-fastanswers.extension v0.0.2 by Bill Curran AKA BCURRAN3 - public domain 3 | 4 | function Get-WinVerMinor{ 5 | $WinVerMinor=[Environment]::OSVersion.Version.Minor 6 | return $WinVerMinor 7 | } 8 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension_extras/List_of_functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-fastanswers.extension_extras/List_of_functions.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension_extras/List_of_functions_v0.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-fastanswers.extension_extras/List_of_functions_v0.0.1.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension_extras/chocolatey-fastanswers.extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-fastanswers.extension_extras/chocolatey-fastanswers.extension.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension_extras/chocolatey-fastanswers.extension_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-fastanswers.extension_extras/chocolatey-fastanswers.extension_icon.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-fastanswers.extension_extras/chocolatey-fastanswers.extension_v0.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-fastanswers.extension_extras/chocolatey-fastanswers.extension_v0.0.1.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-misc-helpers.extension/extensions/Start-WaitandStop.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | # chocolatey-misc-helpers.extension v0.0.4 (08-24-2020) by Bill Curran - public domain 3 | # Runs a background job to kill $ProcessName within 5 minutes 4 | # You would typically run this before Install-ChocolateyPackage 5 | 6 | function Start-WaitandStop($ProcessName){ 7 | $ENV:ProcessName = $ProcessName 8 | 9 | Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass 10 | Start-Job -InitializationScript {Import-Module -Name "$ENV:ChocolateyInstall\extensions\chocolatey-misc-helpers\Start-WaitandStopActual.ps1"} -ScriptBlock {Start-WaitandStopActual} | Out-Null 11 | Start-Sleep 10 12 | Remove-Item ENV:\ProcessName 13 | } 14 | -------------------------------------------------------------------------------- /dev/manual/chocolatey-misc-helpers.extension/extensions/chocolatey-misc-helpers.psm1: -------------------------------------------------------------------------------- 1 | # chocolatey-misc-helpers.extension v0.0.4 (08-24-2020) by Bill Curran - public domain 2 | 3 | $scriptRoot = Split-Path -Path $MyInvocation.MyCommand.Definition 4 | 5 | $publicFunctions = @( 6 | 'Enable-AutoPin', 7 | 'Show-ToastMessage', 8 | 'Show-Patreon', 9 | 'Show-PayPal', 10 | 'Start-CheckandStop', 11 | 'Start-CheckandThrow', 12 | 'Start-WaitandStop', 13 | 'Start-WaitandStopActual', 14 | 'Test-Dependency', 15 | 'Test-URL' 16 | ) 17 | 18 | Get-ChildItem -Path "$scriptRoot\*.ps1" | ForEach-Object { . $_ } 19 | Export-ModuleMember -Function $publicFunctions -------------------------------------------------------------------------------- /dev/manual/chocolatey-misc-helpers.extension_extras/Enable-AutoPin_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-misc-helpers.extension_extras/Enable-AutoPin_screenshot.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-misc-helpers.extension_extras/Test-Dependency_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-misc-helpers.extension_extras/Test-Dependency_screenshot.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-misc-helpers.extension_extras/chocolatey-misc-helpers.extension_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-misc-helpers.extension_extras/chocolatey-misc-helpers.extension_screenshot.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-os-dependency.extension/extensions/chocolatey-os-dependency.psm1: -------------------------------------------------------------------------------- 1 | # chocolatey-os-dependency.extension v0.0.1 (04-28-2022) by Bill Curran AKA BCURRAN3 - public domain 2 | 3 | $scriptRoot = Split-Path -Path $MyInvocation.MyCommand.Definition 4 | 5 | $publicFunctions = @( 6 | 'Confirm-Win11', 7 | 'Confirm-Win10' 8 | 'Confirm-Win81', 9 | 'Confirm-Win80', 10 | 'Confirm-Win8', 11 | 'Confirm-Win7', 12 | 'Confirm-WinMinimumBuild', 13 | 'Confirm-WinRequiredBuild' 14 | 15 | ) 16 | 17 | Get-ChildItem -Path "$scriptRoot\*.ps1" | ForEach-Object { . $_ } 18 | Export-ModuleMember -Function $publicFunctions -------------------------------------------------------------------------------- /dev/manual/chocolatey-os-dependency.extension_extras/chocolatey-os-dependency.extension_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-os-dependency.extension_extras/chocolatey-os-dependency.extension_screenshot.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-preinstaller-checks.extension_extras/chocolatey-preinstaller-checks.extension_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-preinstaller-checks.extension_extras/chocolatey-preinstaller-checks.extension_screenshot.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-preinstaller-checks.extension_extras/chocolatey-preinstaller-checks.extension_screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-preinstaller-checks.extension_extras/chocolatey-preinstaller-checks.extension_screenshot2.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-preinstaller-checks.extension_extras/chocolatey-preinstaller-checks.extension_screenshotv0.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-preinstaller-checks.extension_extras/chocolatey-preinstaller-checks.extension_screenshotv0.0.1.png -------------------------------------------------------------------------------- /dev/manual/chocolatey-toast-notifications.extension_extras/chocolatey-toast-notifications.extension_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/chocolatey-toast-notifications.extension_extras/chocolatey-toast-notifications.extension_screenshot.png -------------------------------------------------------------------------------- /dev/manual/dependency-server2016/dependency-server2016.1607/tools/ChocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $packageName = 'dependency-server2016' 2 | 3 | $IsWinServer=((Get-CimInstance Win32_OperatingSystem | Select-Object Caption) -match "Server") 4 | if ($IsWinServer) { 5 | } else { 6 | Write-Warning "This package requires Windows Server 2016." 7 | throw 8 | } 9 | 10 | $IsCorrectBuild=[Environment]::OSVersion.Version.Build 11 | if ($IsCorrectBuild -lt "14393") 12 | { 13 | Write-Warning "This package requires at least Windows Server 2016 1607/OS build 14393.x." 14 | throw 15 | } 16 | -------------------------------------------------------------------------------- /dev/manual/dependency-server2016/dependency-server2016.1709/tools/ChocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $packageName = 'dependency-server2016' 2 | 3 | $IsWinServer=((Get-CimInstance Win32_OperatingSystem | Select-Object Caption) -match "Server") 4 | if ($IsWinServer) { 5 | } else { 6 | Write-Warning "This package requires Windows Server 2016." 7 | throw 8 | } 9 | 10 | $IsCorrectBuild=[Environment]::OSVersion.Version.Build 11 | if ($IsCorrectBuild -lt "16299") 12 | { 13 | Write-Warning "This package requires at least Windows Server 2016 1709/OS build 16299.x." 14 | throw 15 | } 16 | -------------------------------------------------------------------------------- /dev/manual/dependency-server2016/dependency-server2016.1803/tools/ChocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $packageName = 'dependency-server2016' 2 | 3 | $IsWinServer=((Get-CimInstance Win32_OperatingSystem | Select-Object Caption) -match "Server") 4 | if ($IsWinServer) { 5 | } else { 6 | Write-Warning "This package requires Windows Server 2016." 7 | throw 8 | } 9 | 10 | $IsCorrectBuild=[Environment]::OSVersion.Version.Build 11 | if ($IsCorrectBuild -lt "17134") 12 | { 13 | Write-Warning "This package requires at least Windows Server 2016 1803/OS build 17134.x." 14 | throw 15 | } 16 | -------------------------------------------------------------------------------- /dev/manual/dependency-server2016/dependency-server2016/tools/ChocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $packageName = 'dependency-server2016' 2 | 3 | $IsWinServer=((Get-CimInstance Win32_OperatingSystem | Select-Object Caption) -match "Server") 4 | if ($IsWinServer) { 5 | } else { 6 | Write-Warning "This package requires Windows Server 2016." 7 | throw 8 | } 9 | 10 | $IsWinServer2016=[Environment]::OSVersion.Version.Major 11 | if ($IsWinServer2016 -lt "10") 12 | { 13 | Write-Warning "This package requires Windows Server 2016." 14 | throw 15 | } 16 | -------------------------------------------------------------------------------- /dev/manual/dependency-server2016/dependency-server2016_examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/dependency-server2016/dependency-server2016_examples.png -------------------------------------------------------------------------------- /dev/manual/dependency-server2019/dependency-server2019.1809/tools/ChocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $packageName = 'dependency-server2019' 2 | 3 | $IsWinServer=((Get-CimInstance Win32_OperatingSystem | Select-Object Caption) -match "Server") 4 | if ($IsWinServer) { 5 | } else { 6 | Write-Warning "This package requires Windows Server 2019." 7 | throw 8 | } 9 | 10 | # Build 10.0.17763 is the 2018/10/02 initial release of Server 2019 11 | $IsCorrectBuild=[Environment]::OSVersion.Version.Build 12 | if ($IsCorrectBuild -lt "17763") 13 | { 14 | Write-Warning "This package requires at least Windows Server 2019 1809/OS build 17763.x." 15 | throw 16 | } 17 | -------------------------------------------------------------------------------- /dev/manual/dependency-server2019/dependency-server2019/tools/ChocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | packageName = 'dependency-server2019' 2 | 3 | $IsWinServer=((Get-CimInstance Win32_OperatingSystem | Select-Object Caption) -match "Server") 4 | if ($IsWinServer) { 5 | } else { 6 | Write-Warning "This package requires Windows Server 2019." 7 | throw 8 | } 9 | 10 | # Build 10.0.17623 is the 2018/03/30 initial beta of Server 2019 11 | # Build 10.0.17763 is the 2018/10/02 initial release of Server 2019 12 | $IsCorrectBuild=[Environment]::OSVersion.Version.Build 13 | if ($IsCorrectBuild -lt "17763") 14 | { 15 | Write-Warning "This package requires Windows Server 2019." 16 | throw 17 | } 18 | -------------------------------------------------------------------------------- /dev/manual/dependency-server2019/dependency-server2019_examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/dev/manual/dependency-server2019/dependency-server2019_examples.png -------------------------------------------------------------------------------- /icons/README.md: -------------------------------------------------------------------------------- 1 | ## Icons 2 | 3 | Images / Icons go here. This is done so that the image isn't being copied around inside the auto packages 4 | -------------------------------------------------------------------------------- /icons/acr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/acr.png -------------------------------------------------------------------------------- /icons/ad-awarefreeantivirus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/ad-awarefreeantivirus.png -------------------------------------------------------------------------------- /icons/adblockplusfirefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/adblockplusfirefox.png -------------------------------------------------------------------------------- /icons/adblockplusopera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/adblockplusopera.png -------------------------------------------------------------------------------- /icons/admincenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/admincenter.png -------------------------------------------------------------------------------- /icons/adobedigitaleditions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/adobedigitaleditions.png -------------------------------------------------------------------------------- /icons/adobereader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/adobereader.png -------------------------------------------------------------------------------- /icons/adobeshockwaveplayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/adobeshockwaveplayer.png -------------------------------------------------------------------------------- /icons/alt-tab-terminator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/alt-tab-terminator.png -------------------------------------------------------------------------------- /icons/appveyorbyoc.powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/appveyorbyoc.powershell.png -------------------------------------------------------------------------------- /icons/atubecatcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/atubecatcher.png -------------------------------------------------------------------------------- /icons/avastfreeantivirus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/avastfreeantivirus.png -------------------------------------------------------------------------------- /icons/awslambdapscore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/awslambdapscore.png -------------------------------------------------------------------------------- /icons/az.powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/az.powershell.png -------------------------------------------------------------------------------- /icons/azpreview.powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/azpreview.powershell.png -------------------------------------------------------------------------------- /icons/azurepowershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/azurepowershell.png -------------------------------------------------------------------------------- /icons/box-drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/box-drive.png -------------------------------------------------------------------------------- /icons/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/box.png -------------------------------------------------------------------------------- /icons/camtasia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/camtasia.jpg -------------------------------------------------------------------------------- /icons/choco-cleaner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/choco-cleaner.png -------------------------------------------------------------------------------- /icons/chocolatey-nexus-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/chocolatey-nexus-repo.png -------------------------------------------------------------------------------- /icons/clamav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/clamav.png -------------------------------------------------------------------------------- /icons/configuration.powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/configuration.powershell.png -------------------------------------------------------------------------------- /icons/dbachecks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/dbachecks.png -------------------------------------------------------------------------------- /icons/dbatools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/dbatools.png -------------------------------------------------------------------------------- /icons/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/discord.png -------------------------------------------------------------------------------- /icons/editor-services-command-suite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/editor-services-command-suite.png -------------------------------------------------------------------------------- /icons/emacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/emacs.png -------------------------------------------------------------------------------- /icons/flux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/flux.png -------------------------------------------------------------------------------- /icons/focusatwill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/focusatwill.png -------------------------------------------------------------------------------- /icons/freecommanderxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/freecommanderxe.png -------------------------------------------------------------------------------- /icons/get-childitemcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/get-childitemcolor.png -------------------------------------------------------------------------------- /icons/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/gh.png -------------------------------------------------------------------------------- /icons/git-credential-manager-for-windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/git-credential-manager-for-windows.png -------------------------------------------------------------------------------- /icons/gitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/gitter.png -------------------------------------------------------------------------------- /icons/gocontactsyncmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/gocontactsyncmod.png -------------------------------------------------------------------------------- /icons/hackfont-windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/hackfont-windows.png -------------------------------------------------------------------------------- /icons/hackfont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/hackfont.png -------------------------------------------------------------------------------- /icons/housecall.portable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/housecall.portable.png -------------------------------------------------------------------------------- /icons/hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/hub.png -------------------------------------------------------------------------------- /icons/hugo-extended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/hugo-extended.png -------------------------------------------------------------------------------- /icons/hugo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/hugo.png -------------------------------------------------------------------------------- /icons/invokebuild.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/invokebuild.png -------------------------------------------------------------------------------- /icons/ipvanish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/ipvanish.png -------------------------------------------------------------------------------- /icons/iris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/iris.png -------------------------------------------------------------------------------- /icons/jenkins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/jenkins.png -------------------------------------------------------------------------------- /icons/keepass-plugin-keeagent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/keepass-plugin-keeagent.png -------------------------------------------------------------------------------- /icons/keepass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/keepass.png -------------------------------------------------------------------------------- /icons/languagetool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/languagetool.png -------------------------------------------------------------------------------- /icons/logitech-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/logitech-options.png -------------------------------------------------------------------------------- /icons/logitech-presentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/logitech-presentation.png -------------------------------------------------------------------------------- /icons/malwarebytes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/malwarebytes.png -------------------------------------------------------------------------------- /icons/manycam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/manycam.png -------------------------------------------------------------------------------- /icons/microsoft-ui-xaml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/microsoft-ui-xaml.png -------------------------------------------------------------------------------- /icons/mysql-connector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/mysql-connector.png -------------------------------------------------------------------------------- /icons/nerdfont-hack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/nerdfont-hack.png -------------------------------------------------------------------------------- /icons/npcap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/npcap.png -------------------------------------------------------------------------------- /icons/onenote.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/onenote.jpg -------------------------------------------------------------------------------- /icons/onetastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/onetastic.png -------------------------------------------------------------------------------- /icons/outlookcaldav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/outlookcaldav.png -------------------------------------------------------------------------------- /icons/pandoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/pandoc.png -------------------------------------------------------------------------------- /icons/pdffactorypro-workstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/pdffactorypro-workstation.png -------------------------------------------------------------------------------- /icons/permain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/permain.png -------------------------------------------------------------------------------- /icons/plaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/plaster.png -------------------------------------------------------------------------------- /icons/platyps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/platyps.png -------------------------------------------------------------------------------- /icons/poshwith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/poshwith.png -------------------------------------------------------------------------------- /icons/powershellbuild.powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/powershellbuild.powershell.png -------------------------------------------------------------------------------- /icons/powershellplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/powershellplus.png -------------------------------------------------------------------------------- /icons/pscodehealth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/pscodehealth.png -------------------------------------------------------------------------------- /icons/psframework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/psframework.png -------------------------------------------------------------------------------- /icons/pshtml.powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/pshtml.powershell.png -------------------------------------------------------------------------------- /icons/psscriptanalyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/psscriptanalyzer.png -------------------------------------------------------------------------------- /icons/psstringtemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/psstringtemplate.png -------------------------------------------------------------------------------- /icons/s3browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/s3browser.png -------------------------------------------------------------------------------- /icons/sharex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/sharex.png -------------------------------------------------------------------------------- /icons/snagit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/snagit.png -------------------------------------------------------------------------------- /icons/solr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/solr.png -------------------------------------------------------------------------------- /icons/spiceworks-agent-shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/spiceworks-agent-shell.png -------------------------------------------------------------------------------- /icons/station.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/station.png -------------------------------------------------------------------------------- /icons/steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/steam.png -------------------------------------------------------------------------------- /icons/streamdeck-obs-studio-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/streamdeck-obs-studio-plugin.png -------------------------------------------------------------------------------- /icons/streamdeck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/streamdeck.png -------------------------------------------------------------------------------- /icons/streamlabs-obs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/streamlabs-obs.png -------------------------------------------------------------------------------- /icons/sublimetext3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/sublimetext3.png -------------------------------------------------------------------------------- /icons/sublimetext3.portable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/sublimetext3.portable.png -------------------------------------------------------------------------------- /icons/swtor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/swtor.png -------------------------------------------------------------------------------- /icons/syncthing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/syncthing.png -------------------------------------------------------------------------------- /icons/teamviewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/teamviewer.png -------------------------------------------------------------------------------- /icons/terminal-icons.powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/terminal-icons.powershell.png -------------------------------------------------------------------------------- /icons/translucenttb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/translucenttb.png -------------------------------------------------------------------------------- /icons/virtualbox-guest-additions-guest.install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/virtualbox-guest-additions-guest.install.png -------------------------------------------------------------------------------- /icons/visualstudio2017-powershelltools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/visualstudio2017-powershelltools.png -------------------------------------------------------------------------------- /icons/vivaldi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/vivaldi.png -------------------------------------------------------------------------------- /icons/vortex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/vortex.png -------------------------------------------------------------------------------- /icons/wavebox-unstable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/wavebox-unstable.png -------------------------------------------------------------------------------- /icons/wavelink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/wavelink.png -------------------------------------------------------------------------------- /icons/webview2-runtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/webview2-runtime.png -------------------------------------------------------------------------------- /icons/wimlib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/wimlib.png -------------------------------------------------------------------------------- /icons/windows-tweaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/windows-tweaker.png -------------------------------------------------------------------------------- /icons/winget-cli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/winget-cli.png -------------------------------------------------------------------------------- /icons/winget.powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/winget.powershell.png -------------------------------------------------------------------------------- /icons/yubico-authenticator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/yubico-authenticator.png -------------------------------------------------------------------------------- /icons/yubikey-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/yubikey-manager.png -------------------------------------------------------------------------------- /icons/yubikey-neo-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/yubikey-neo-manager.png -------------------------------------------------------------------------------- /icons/yubikey-personalization-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/yubikey-personalization-tool.png -------------------------------------------------------------------------------- /icons/yubikey-piv-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/icons/yubikey-piv-manager.png -------------------------------------------------------------------------------- /keepass-plugin-readablepassphrasegen/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/keepass-plugin-readablepassphrasegen/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /keepass-plugin-readablepassphrasegen/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | To verify the files: 4 | 5 | 1. Please go to the project releases location - https://github.com/ligos/readablepassphrasegenerator/releases - and download the correct version of the plugin (PLGX) file; 6 | 2. Use Get-FileHash -Path to get the file hash value from both the official release (downloaded in step 1 above) and the file from the package and compare them; -------------------------------------------------------------------------------- /manual/README.md: -------------------------------------------------------------------------------- 1 | ## Manual Folder 2 | 3 | This is where you put packages that are manually kept up to date or don't require updates. Icons still go in the icon folder. 4 | -------------------------------------------------------------------------------- /manual/adblockplusopera/README.md: -------------------------------------------------------------------------------- 1 | # ![Adblock Plus for Opera Logo](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@ad9fd8dd/icons/adblockplusopera.png "Adblock Plus for Opera Logo") [Adblock Plus for Opera](https://chocolatey.org/packages/adblockplusopera) 2 | 3 | Adblock Plus is a free extension that allows you to - among other things - block annoying ads, disable tracking and block domains known to spread malware. Available for Android, Chrome, Firefox, Internet Explorer, Maxthon, Opera, Safari and Yandex, Adblock Plus uses filters that you choose to block all unwanted elements. 4 | 5 | Created by Wladimir Palant in 2006, Adblock Plus is an open source project licensed under GPLv3. In 2011, Palant, together with Till Faida, founded Eyeo to make its development sustainable -------------------------------------------------------------------------------- /manual/adblockplusopera/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $packageName = 'adblockplusopera' 2 | $url = 'https://addons.opera.com/en-gb/extensions/details/opera-adblock/?display=en-US' 3 | 4 | if(Test-Path "${Env:ProgramFiles(x86)}\Opera\launcher.exe"){ 5 | start "${Env:ProgramFiles(x86)}\Opera\launcher.exe" "$url" 6 | } 7 | if(Test-Path "${Env:ProgramFiles}\Opera\launcher.exe"){ 8 | start "${Env:ProgramFiles}\Opera\launcher.exe" "$url" 9 | } 10 | if(Test-Path "${Env:ProgramFiles}\Opera\opera.exe"){ 11 | start "${Env:ProgramFiles}\Opera\opera.exe" "$url" 12 | } 13 | if(Test-Path "${Env:ProgramFiles(x86)}\Opera\opera.exe"){ 14 | start "${Env:ProgramFiles(x86)}\Opera\opera.exe" "$url" 15 | } -------------------------------------------------------------------------------- /manual/bind-toolsonly/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | 1. Download the software from https://www.isc.org/download/#BIND 4 | 5 | 2. Compare the Zip file from the package against those downloaded using Get-FileHash -Path to retrieve those hash values. 6 | 7 | File: BIND9.16.28.x64 8 | Algorithm: SHA256 9 | Hash: 72EF760DEDB5B2B08CE81CC7F9E7C9DDAC4EDFA7C8758EE2956D704EFC91618F -------------------------------------------------------------------------------- /manual/bind-toolsonly/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = Split-Path -Path $MyInvocation.MyCommand.Definition 4 | $extractDir = Join-Path -Path $toolsDir -ChildPath 'content' 5 | 6 | $packageArgs = @{ 7 | packageName = 'bind' 8 | fileFullPath64 = Join-Path -Path $toolsDir -ChildPath 'BIND9.16.28.x64.zip' 9 | destination = $extractDir 10 | } 11 | 12 | Get-ChocolateyUnzip @packageArgs 13 | 14 | Remove-Item -Path (Join-Path -Path $toolsDir -ChildPath 'BIND9.16.28.x64.zip') -Force -------------------------------------------------------------------------------- /manual/disable-logon-blur/README.md: -------------------------------------------------------------------------------- 1 | # [Disable Windows 10 Logon Blur](https://chocolatey.org/packages/disable-logon-blur) 2 | 3 | Starting with Windows 10 1903 the logon screen background wallpaper is blurred. This package removes this feature to keep it in line with previous version and un-blurs the background. 4 | 5 | Requirements: 6 | 7 | * Windows 10 1903 (currently) - only previous version this should have no effect; 8 | * Administrator rights - this allows the registry entries to be updated and will fail without it; -------------------------------------------------------------------------------- /manual/disable-logon-blur/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | New-Item -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows' -Name 'System' -Force | Out-Null 4 | New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\System' -Name 'DisableAcrylicBackgroundOnLogon' -PropertyType DWORD -Value 1 | Out-Null -------------------------------------------------------------------------------- /manual/disable-logon-blur/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | Remove-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\System' -Name 'DisableAcrylicBackgroundOnLogon' -Force | Out-Null -------------------------------------------------------------------------------- /manual/git-credential-manager-for-windows/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 |  2 | $ErrorActionPreference = 'Stop' 3 | 4 | $packageArgs = @{ 5 | packageName = $env:ChocolateyPackageName 6 | url = 'https://github.com//Microsoft/Git-Credential-Manager-for-Windows/releases/download/v1.17.2/gcmw-1.17.2.exe' 7 | checksum = '4B4FD3490F1514BFA4482914D1C3162F62B9FE04AE70119C378A887E1BE95604' 8 | checksumType = 'sha256' 9 | fileType = 'EXE' 10 | silentArgs = '/SILENT /NORESTART' 11 | validExitCodes = @(0) 12 | } 13 | 14 | Install-ChocolateyPackage @packageArgs 15 | -------------------------------------------------------------------------------- /manual/jenkins/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. 3 | 4 | To verify the files using the project source: 5 | 6 | 1. Please go to the Jenkins mirrors page for Windows - http://mirrors.jenkins-ci.org/windows-stable/ 7 | 2. Click the version of the file or folder that matches this package version; 8 | 3. Use Get-FileHash -Path to get the file hash value from both the built file (from the steps above) and the file from the package and compare them; -------------------------------------------------------------------------------- /manual/jenkins/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition 4 | 5 | $packageArgs = @{ 6 | packageName = $env:ChocolateyPackageName 7 | fileType = 'msi' 8 | file = Join-Path -Path $toolsDir -ChildPath 'jenkins.msi' 9 | silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" # ALLUSERS=1 DISABLEDESKTOPSHORTCUT=1 ADDDESKTOPICON=0 ADDSTARTMENU=0 10 | validExitCodes= @(0, 3010, 1641) 11 | softwareName = 'Jenkins*' 12 | } 13 | 14 | Install-ChocolateyInstallPackage @packageArgs 15 | -------------------------------------------------------------------------------- /manual/logitech-presentation/README.md: -------------------------------------------------------------------------------- 1 | # ![Logitech Presentation](https://cdn.jsdelivr.net/gh/pauby/ChocoPackages@ed4c1d25/icons/logitech-presentation.png "Logitech Presentation") [Logitech Presentation](https://chocolatey.org/packages/logitech-presentation) 2 | 3 | This is the companion app for the Logitech Spotlight presentation device. 4 | 5 | **NOTE**: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly. -------------------------------------------------------------------------------- /manual/logitech-presentation/tools/.skipAutoUninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/logitech-presentation/tools/.skipAutoUninstaller -------------------------------------------------------------------------------- /manual/logitech-presentation/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | url = 'https://download01.logi.com/web/ftp/pub/techsupport/presentation/LogiPresentation_1.60.33.exe' 6 | checksum = '13B6874B7A4FF76A77B38B76E20B6B353FC6DA0DB2FB4C868FC00AC9C3239570' 7 | checksumType = 'sha256' 8 | fileType = 'EXE' 9 | silentArgs = '/s' 10 | validExitCodes = @(0) 11 | } 12 | 13 | Install-ChocolateyPackage @packageArgs 14 | -------------------------------------------------------------------------------- /manual/logitech-presentation/tools/logitech-presentation_uninstall.ahk: -------------------------------------------------------------------------------- 1 | #NoTrayIcon 2 | ; #Warn ; Enable warnings to assist with detecting common errors. 3 | SendMode "Input" ; Recommended for new scripts due to its superior speed and reliability. 4 | SetTitleMatchMode 1 5 | SetControlDelay -1 6 | CoordMode "Mouse", "Window" 7 | 8 | winTitle := "Logitech Presentation Uninstaller" 9 | 10 | if not WinWait(winTitle, "Logitech Presentation will be removed from your system", 90) 11 | { 12 | ExitApp 13 | } 14 | 15 | WinActivate winTitle 16 | ControlClick "&Uninstall", winTitle 17 | 18 | if not WinWait(winTitle, "Uninstall complete", 300) 19 | { 20 | ExitApp 21 | } 22 | 23 | WinActivate winTitle 24 | ControlClick "&Close", winTitle -------------------------------------------------------------------------------- /manual/microsoft-ui-xaml - 2.8/tools/.skipAutoUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/microsoft-ui-xaml - 2.8/tools/.skipAutoUninstall -------------------------------------------------------------------------------- /manual/microsoft-ui-xaml - 2.8/tools/x64-Microsoft.UI.Xaml.2.8.appx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/microsoft-ui-xaml - 2.8/tools/x64-Microsoft.UI.Xaml.2.8.appx -------------------------------------------------------------------------------- /manual/microsoft-ui-xaml - 2.8/tools/x86-Microsoft.UI.Xaml.2.8.appx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/microsoft-ui-xaml - 2.8/tools/x86-Microsoft.UI.Xaml.2.8.appx -------------------------------------------------------------------------------- /manual/microsoft-ui-xaml-2-7/tools/.skipAutoUninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/microsoft-ui-xaml-2-7/tools/.skipAutoUninstall -------------------------------------------------------------------------------- /manual/microsoft-ui-xaml-2-7/tools/x64-Microsoft.UI.Xaml.2.7.appx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/microsoft-ui-xaml-2-7/tools/x64-Microsoft.UI.Xaml.2.7.appx -------------------------------------------------------------------------------- /manual/microsoft-ui-xaml-2-7/tools/x86-Microsoft.UI.Xaml.2.7.appx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/microsoft-ui-xaml-2-7/tools/x86-Microsoft.UI.Xaml.2.7.appx -------------------------------------------------------------------------------- /manual/nerdfont-hack/README.md: -------------------------------------------------------------------------------- 1 | # ![Nerd Font - Hack](https://cdn.jsdelivr.net/gh/pauby/chocopackages@512fa06/icons/nerdfont-hack.png "Nerd Font Logo") [Nerd Font - Hack](https://chocolatey.org/packages/nerdfont-hack) 2 | 3 | Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such as Font Awesome, Devicons, Octicons, and others. 4 | 5 | **NOTE**: This is NOT an automatically updated package. If you find it is out of date, please contact the maintainer(s) and let them know. -------------------------------------------------------------------------------- /manual/nerdfont-hack/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | To verify the files in the package, follow these steps: 2 | 3 | * Go to https://github.com/ryanoasis/nerd-fonts/tree/fa69496f5a3291fbcb6c0ad5bcec9c8bcab842fc/patched-fonts/Hack (this is the commit for the version that matches the package version). 4 | * For each file in the nerdfont-hack.zip file, compare the checksum to that of file in the commit above use `Get-FileHash` for PowerShell or another checksum comparison tool. -------------------------------------------------------------------------------- /manual/npcap/tools/npcap_uninstall.ahk: -------------------------------------------------------------------------------- 1 | #NoTrayIcon 2 | ; #Warn ; Enable warnings to assist with detecting common errors. 3 | SendMode "Input" ; Recommended for new scripts due to its superior speed and reliability. 4 | SetWorkingDir A_ScriptDir ; Ensures a consistent starting directory. 5 | SetTitleMatchMode 1 6 | SetControlDelay -1 7 | 8 | winTitle := "Npcap" 9 | 10 | try { 11 | WinWait(winTitle, "Uninstall", 90) 12 | 13 | WinActivate 14 | ; Click the "Uninstall" button 15 | ControlClick("&Uninstall", winTitle) 16 | 17 | WinWait(winTitle, "Uninstallation Complete", 90) 18 | 19 | WinActivate 20 | ; Click the "Close" button 21 | ControlClick("&Close", winTitle) 22 | } 23 | -------------------------------------------------------------------------------- /manual/permain/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | 6 | fileType = 'exe' 7 | url = 'https://downloads.sourceforge.net/project/pcsm/0.7/pcsm-setup-0.7.exe' 8 | 9 | # If exit code - 1223, program will be still installed successfully. 10 | validExitCodes = (0, 1223) 11 | 12 | checksum = '41D115BCFB3194C7C33D17D76DA9CB7039C0C052B73EE5D7F27C2800AA995326' 13 | checksumType = 'sha256' 14 | 15 | silentArgs = '/S' 16 | } 17 | 18 | Install-ChocolateyPackage @packageArgs 19 | -------------------------------------------------------------------------------- /manual/seek-dsc-appfabric-hosting/lib/cAppFabricHosting/DSCResources/SEEK_cAppFabricServices/SEEK_cAppFabricServices.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cAppFabricServices")] 2 | class SEEK_cAppFabricServices : OMI_BaseResource 3 | { 4 | [Key, Description("Unique number to enable the resource to be defined more than once in a Configuration")] UInt16 Index; 5 | [Write, Description("AppFabric services to manage")] string Services []; 6 | [Write, Description("Whether the resource should be present or absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; 7 | }; 8 | 9 | -------------------------------------------------------------------------------- /manual/seek-dsc-appfabric-hosting/lib/cAppFabricHosting/DSCResources/SEEK_cApplicationAutoStart/SEEK_cApplicationAutoStart.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cApplicationAutoStart")] 2 | class SEEK_cApplicationAutoStart : OMI_BaseResource 3 | { 4 | [Key, Description("Name of website with which web application is associated")] string Website; 5 | [Key, Description("Name of web application")] string Name; 6 | [Write, Description("Whether web application should be present or absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; 7 | [write, Description("Obsolete"), ValueMap{"All", "Custom", "Disable"}, Values{"All", "Custom", "Disable"}] string AutoStartMode; 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /manual/seek-dsc-appfabric-hosting/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc-database/lib/cDatabase/DSCResources/SEEK_cSQLLogin/SEEK_cSQLLogin.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cSQLLogin")] 2 | class SEEK_cSQLLogin : OMI_BaseResource 3 | { 4 | [Key] string User; 5 | [Write] string Password; 6 | [Write] string Server; 7 | [Write, Description("User Present/Absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; 8 | }; 9 | -------------------------------------------------------------------------------- /manual/seek-dsc-database/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc-harddisk/lib/cHardDisk/DSCResources/SEEK_cLink/SEEK_cLink.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cLink")] 2 | class SEEK_cLink : OMI_BaseResource 3 | { 4 | [Key] string Link; 5 | [Write] string Type; 6 | [Write] string Target; 7 | }; 8 | -------------------------------------------------------------------------------- /manual/seek-dsc-harddisk/lib/cHardDisk/DSCResources/SEEK_cSharedDirectory/SEEK_cSharedDirectory.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cSharedDirectory")] 2 | class SEEK_cSharedDirectory : OMI_BaseResource 3 | { 4 | [Key] string Path; 5 | [Write] string Description; 6 | [Write] string Permissions []; 7 | }; 8 | -------------------------------------------------------------------------------- /manual/seek-dsc-harddisk/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc-messagequeue/lib/cMessageQueue/DSCResources/SEEK_cPrivateMsmqQueue/SEEK_cPrivateMsmqQueue.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cPrivateMsmqQueue")] 2 | class SEEK_cPrivateMsmqQueue : OMI_BaseResource 3 | { 4 | [Key, Description("Name of the queue")] String Name; 5 | [Write, Description("Queue Present/Absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; 6 | [write,ValueMap{"True","False"},Values{"true","false"}] string Transactional; 7 | }; 8 | 9 | -------------------------------------------------------------------------------- /manual/seek-dsc-messagequeue/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc-networking/lib/cNetworking/DSCResources/SEEK_cCertReq/SEEK_cCertReq.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cCertReq")] 2 | class SEEK_cCertReq : OMI_BaseResource 3 | { 4 | [key] string Subject; 5 | [key] string CertPath; 6 | [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure; 7 | [write] string SANs[]; 8 | [write] string OnlineCA; 9 | }; 10 | -------------------------------------------------------------------------------- /manual/seek-dsc-networking/lib/cNetworking/DSCResources/SEEK_cFirewallRule/SEEK_cFirewallRule.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cFirewallRule")] 2 | class SEEK_cFirewallRule : OMI_BaseResource 3 | { 4 | [Key] string Name; 5 | [Write, ValueMap{"Present","Absent"}] string Ensure; 6 | [Write, ValueMap{"Inbound","Outbound"}] string Direction; 7 | [Write] string LocalPort; 8 | [Write, ValueMap{"TCP","UDP"}] string Protocol; 9 | [Write, ValueMap{"Allow","Block","Bypass"}] string Action; 10 | }; 11 | -------------------------------------------------------------------------------- /manual/seek-dsc-networking/lib/cNetworking/DSCResources/SEEK_cIPAddress/SEEK_cIPAddress.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cIPAddress")] 2 | class SEEK_cIPAddress : OMI_BaseResource 3 | { 4 | [Key] string IPAddress; 5 | [Key] string NodeName; 6 | }; 7 | -------------------------------------------------------------------------------- /manual/seek-dsc-networking/lib/cNetworking/DSCResources/SEEK_cStaticIpAddress/SEEK_cStaticIpAddress.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cStaticIpAddress")] 2 | class SEEK_cStaticIpAddress : OMI_BaseResource 3 | { 4 | [Key] string IpAddress; 5 | [Write, Description("Web Application Pool Present/Absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; 6 | [Write] string Interface; 7 | [Write] string SubnetMask; 8 | }; 9 | -------------------------------------------------------------------------------- /manual/seek-dsc-networking/lib/cNetworking/DSCResources/SEEK_cUrlReservation/SEEK_cUrlReservation.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cUrlReservation")] 2 | class SEEK_cUrlReservation : OMI_BaseResource 3 | { 4 | [Key, ValueMap{"http"}] string Protocol; 5 | [Key] string Hostname; 6 | [Key] string Port; 7 | [Write] string User; 8 | [Write, ValueMap{"Present","Absent"}] string Ensure; 9 | }; 10 | -------------------------------------------------------------------------------- /manual/seek-dsc-networking/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc-nservicebus/lib/cNServiceBus/DSCResources/SEEK_cNServiceBusHost/SEEK_cNServiceBusHost.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cNServiceBusHost")] 2 | class SEEK_cNServiceBusHost : OMI_BaseResource 3 | { 4 | [key] string ServiceName; 5 | [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure; 6 | [write,ValueMap{"Debug", "Release"},Values{"Debug", "Release"}] string Configuration; 7 | [write,ValueMap{"True","False"},Values{"true","false"}] string StartManually; 8 | [write] string ApplicationRoot; 9 | [write] string DisplayName; 10 | [write] string Description; 11 | [write] string DependsOn; 12 | }; 13 | -------------------------------------------------------------------------------- /manual/seek-dsc-nservicebus/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc-software/lib/cSoftware/DSCResources/SEEK_cPackageResource/SEEK_cPackageResource.schema.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/seek-dsc-software/lib/cSoftware/DSCResources/SEEK_cPackageResource/SEEK_cPackageResource.schema.mof -------------------------------------------------------------------------------- /manual/seek-dsc-software/lib/cSoftware/DSCResources/SEEK_cPackageResource/en-US/MSFT_PackageResource.schema.mfl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/seek-dsc-software/lib/cSoftware/DSCResources/SEEK_cPackageResource/en-US/MSFT_PackageResource.schema.mfl -------------------------------------------------------------------------------- /manual/seek-dsc-software/lib/cSoftware/DSCResources/SEEK_cPackageResource/en-US/PackageProvider.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/seek-dsc-software/lib/cSoftware/DSCResources/SEEK_cPackageResource/en-US/PackageProvider.psd1 -------------------------------------------------------------------------------- /manual/seek-dsc-software/lib/cSoftware/DSCResources/SEEK_cWindowsUpdate/SEEK_cWindowsUpdate.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cWindowsUpdate")] 2 | class SEEK_cWindowsUpdate : OMI_BaseResource 3 | { 4 | [Key, Description("Fully qualified path or URL of the MSU file")] String Update; 5 | [Key, Description("Specifies the package by using its KB number")] String Kb; 6 | [Write, Description("Queue Present/Absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; 7 | }; 8 | 9 | -------------------------------------------------------------------------------- /manual/seek-dsc-software/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc-topshelf/lib/cTopShelf/DSCResources/SEEK_cSelfHostedService/SEEK_cSelfHostedService.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cSelfHostedService")] 2 | class SEEK_cSelfHostedService : OMI_BaseResource 3 | { 4 | [Key] string Name; 5 | [Write] string Executable; 6 | [write,ValueMap{"True","False"},Values{"true","false"}] string AutoStart; 7 | [write,ValueMap{"True","False"},Values{"true","false"}] string Start; 8 | [Write, ValueMap{"Present","Absent"}] string Ensure; 9 | }; 10 | -------------------------------------------------------------------------------- /manual/seek-dsc-topshelf/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc-webadministration/lib/cWebAdministration/DSCResources/SEEK_cFeatureDelegation/SEEK_cFeatureDelegation.schema.mof: -------------------------------------------------------------------------------- 1 | [ClassVersion("1.0.0"), FriendlyName("cFeatureDelegation")] 2 | class SEEK_cFeatureDelegation : OMI_BaseResource 3 | { 4 | [Key, Description("Section path of feature to toggle")] string Section; 5 | [Write, Description("Whether feature delegate should be locked or unlocked"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; 6 | }; 7 | -------------------------------------------------------------------------------- /manual/seek-dsc-webadministration/lib/cWebAdministration/DSCResources/SEEK_cWebAppAndPool/SEEK_cWebAppAndPool.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/seek-dsc-webadministration/lib/cWebAdministration/DSCResources/SEEK_cWebAppAndPool/SEEK_cWebAppAndPool.psd1 -------------------------------------------------------------------------------- /manual/seek-dsc-webadministration/tools/chocolateyUninstall.ps1: -------------------------------------------------------------------------------- 1 | try 2 | { 3 | $DSCResourcesRoot = Join-Path $env:ProgramFiles "WindowsPowerShell\Modules" 4 | $DSCResourceTarget = Join-Path $env:chocolateyPackageFolder "lib" 5 | Get-ChildItem $DSCResourceTarget | Foreach-Object { cmd /c rmdir "$DSCResourcesRoot\$_" } 6 | } catch { 7 | throw $_.Exception 8 | } -------------------------------------------------------------------------------- /manual/seek-dsc/package/services/metadata/core-properties/f7a083dfb3d5422b979c0692e782c4a2.psmdcp: -------------------------------------------------------------------------------- 1 | SEEK Ltd.Custom DSC Resourcesseek-dsc2.0.0-alpha9admin DSCSEEK DSC ResourcesNuGet, Version=2.8.50506.491, Culture=neutral, PublicKeyToken=null;Microsoft Windows NT 6.2.9200.0;.NET Framework 4 -------------------------------------------------------------------------------- /manual/spiceworks-agent-shell/tools/chocolateybeforemodify.ps1: -------------------------------------------------------------------------------- 1 | Write-Verbose "Stopping the Spiceworks Agent Shell Service service" 2 | Stop-Service -Name 'AgentShellService' -ErrorAction SilentlyContinue | Out-Null -------------------------------------------------------------------------------- /manual/split/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" 4 | 5 | $packageArgs = @{ 6 | packageName = 'split' 7 | url = 'https://www.pc-tools.net/files/win32/freeware/splt3210.zip' 8 | unzipLocation = $toolsDir 9 | checksum = 'fc94af991b5dc02c6a038b2270fe9ee94a4d52c0' 10 | checksumType = 'sha1' 11 | } 12 | 13 | Install-ChocolateyZipPackage @packageArgs 14 | 15 | $installFile = Join-Path $toolsDir "$($packageName).exe" 16 | Set-Content -Path ("$installFile.gui") -Value $null -------------------------------------------------------------------------------- /manual/stubby4net/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | Verification is intended to assist the Chocolatey moderators and community 3 | in verifying that this package's contents are trustworthy. 4 | 5 | 1. Clone the https://github.com/mrak/stubby4net repository; 6 | 2. Compile the source code; 7 | 3. Run Get-FileHash stubby.exe; 8 | 9 | stubby.exe SHA256 - D6F74839533CB7482E32462806E543F5CF13AF99B774D414C84CCDC650AAEF5E -------------------------------------------------------------------------------- /manual/stubby4net/tools/stubby.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/manual/stubby4net/tools/stubby.exe -------------------------------------------------------------------------------- /manual/visualstudio2017-powershelltools/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | PackageName = $env:ChocolateyPackageName 5 | VsixUrl = 'https://github.com/adamdriscoll/poshtools/releases/download/v3.0.569/PowerShellTools.15.0.vsix' 6 | Checksum = '4449B34B024E0177A6BB8F64319630167681602291562E98BC019E016839E1B6' 7 | ChecksumType = 'sha256' 8 | } 9 | 10 | Install-VisualStudioVsixExtension @packageArgs -------------------------------------------------------------------------------- /manual/windows-tweaker.install/README.md: -------------------------------------------------------------------------------- 1 | # ![Windows Tweaker](https://cdn.jsdelivr.net/gh/pauby/chocopackages@855065b/icons/windows-tweaker.png "Windows Tweaker Logo") [KeePass](https://chocolatey.org/packages/windows-tweaker.install) 2 | 3 | Windows Tweaker is an open source program that can tweak many system settings. Windows Tweaker has been written in C# and WPF using .net Framework 4.5, to allow users to easily change every possible setting in Windows without having to dig deep into registry. 4 | 5 | More than 100+ tweaks that allow you to customize your system and display settings, schedule shutdowns and lots more. Access to more than 35 Windows tools at your fingertip. -------------------------------------------------------------------------------- /manual/windows-tweaker.install/tools/VERIFICATION.txt: -------------------------------------------------------------------------------- 1 | VERIFICATION 2 | 3 | NOTE: There are no binary releases on the GitHub project source page. 4 | 5 | 1. Download the installer from https://tweaker.blob.core.windows.net/downloads/Windows_Tweaker_5.3.1-Setup.exe (this was the download location from the previous package version). 6 | 7 | 2. Compare the downloaded installer hash with the installer bundled in the package. -------------------------------------------------------------------------------- /manual/windows-tweaker.install/tools/chocolateyInstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 4 | 5 | $packageArgs = @{ 6 | packageName = $env:ChocolateyPackageName 7 | fileType = 'exe' 8 | silentArgs = '/S /v/qn' 9 | file = Join-Path -Path $toolsDir -ChildPath 'Windows_Tweaker_5.3.1-Setup.exe' 10 | validExitCodes = @(0) 11 | } 12 | 13 | Install-ChocolateyInstallPackage @packageArgs -------------------------------------------------------------------------------- /manual/windows-tweaker/README.md: -------------------------------------------------------------------------------- 1 | # ![Windows Tweaker](https://cdn.jsdelivr.net/gh/pauby/chocopackages@855065b/icons/windows-tweaker.png "Windows Tweaker Logo") [KeePass](https://chocolatey.org/packages/windows-tweaker) 2 | 3 | Windows Tweaker is an open source program that can tweak many system settings. Windows Tweaker has been written in C# and WPF using .net Framework 4.5, to allow users to easily change every possible setting in Windows without having to dig deep into registry. 4 | 5 | More than 100+ tweaks that allow you to customize your system and display settings, schedule shutdowns and lots more. Access to more than 35 Windows tools at your fingertip. -------------------------------------------------------------------------------- /manual/yubikey-neo-manager/tools/chocolateyinstall.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'Stop' 2 | 3 | $packageArgs = @{ 4 | packageName = $env:ChocolateyPackageName 5 | fileType = 'exe' 6 | silentArgs = "/S" 7 | 8 | validExitCodes= @(0) 9 | url = 'https://developers.yubico.com/yubikey-neo-manager/Releases/yubikey-neo-manager-1.4.0-win.exe' 10 | checksum = 'D7D03379AF80AE15487106C685DCEACF1851D6D4D59BDE29117C42B9B83167E2' 11 | checksumType = 'sha256' 12 | } 13 | 14 | Install-ChocolateyPackage @packageArgs 15 | -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- 1 | ## Operations 2 | 3 | Scripts that provide additional functionality are kept here. -------------------------------------------------------------------------------- /scripts/all.ps1: -------------------------------------------------------------------------------- 1 | Get-ChildItem $PSScriptRoot\*.ps1 -Exclude all.ps1 | ForEach { . $_ } 2 | -------------------------------------------------------------------------------- /setup/README.md: -------------------------------------------------------------------------------- 1 | # Setup 2 | 3 | ## Automatic Updater (AU) 4 | 5 | * Run `au_setup.ps1`. 6 | * Configure AU [plugins](https://github.com/majkinetor/au/wiki/Plugins). 7 | * Configure [AppVeyor](https://github.com/majkinetor/au/wiki/AppVeyor). 8 | * Configure [local run](https://github.com/majkinetor/au/wiki#local-run). 9 | -------------------------------------------------------------------------------- /todo/winxeditor/Microsoft.WindowsAPICodePack.Shell.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/todo/winxeditor/Microsoft.WindowsAPICodePack.Shell.dll -------------------------------------------------------------------------------- /todo/winxeditor/Microsoft.WindowsAPICodePack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/todo/winxeditor/Microsoft.WindowsAPICodePack.dll -------------------------------------------------------------------------------- /todo/winxeditor/WinXEditor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pauby/ChocoPackages/694c88f4135646257f33491510f2e0cd79c9e47b/todo/winxeditor/WinXEditor.exe -------------------------------------------------------------------------------- /update_vars_default.ps1: -------------------------------------------------------------------------------- 1 | # AU Packages Template: https://github.com/majkinetor/au-packages-template 2 | # Copy this file to update_vars.ps1 and set the variables there. Do not include it in the repository. 3 | 4 | $Env:mail_user = '' 5 | $Env:mail_pass = '' 6 | $Env:mail_server = 'smtp.gmail.com' 7 | $Env:mail_port = '587' 8 | $Env:mail_enablessl = 'true' 9 | 10 | $Env:api_key = '' #Chocolatey api key 11 | $Env:gist_id = '' #Specify your gist id or leave empty for anonymous gist 12 | $Env:github_user_repo = '' #{github_user}/{repo} 13 | $Env:github_api_key = '' #Github personal access token 14 | $Env:au_Push = 'false' #Push to chocolatey 15 | --------------------------------------------------------------------------------