Skip to main content

All Questions

Tagged with
0 votes
0 answers
133 views

How to install outdated packages using chocolatey

#step 1) Installing Chocolatey when needed if (-not (Test-Path -Path "$env:ProgramData\Chocolatey\choco.exe" -PathType Leaf)) { # from https://chocolatey.org/install Set-...
Shravan Meghavath's user avatar
0 votes
1 answer
552 views

Powershell script for software automation using chocolatey

Code for my chocolatey script: $apps=@('googlechrome','firefox','codeblocks','windbg','nasm','explorersuite','pestudio','vscode','sysinternals','python','Google Earth') function Show-Menu { ...
Shravan Meghavath's user avatar