Posted in CLI Windows

choco install error “ERROR: The term ‘Get-AppInstallLocation’ is not recognized as the name of a cmdlet, function, script file, or operable program”

Pomakni folder C:\ProgramData\chocolatey\lib\chocolatey-core.extension.x.y.z\ u folder C:\TEMP\ U stvari nije bitno kamo, samo da nije tamo, a ne želim ti reči da obrišeš jer možda nešto…

Posted in Powershell

Chocolatey – Install

otvori powershell kao administrator Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://community.chocolatey.org/install.ps1’)) —o—