Tag: choco
choco install error “ERROR: The term ‘Get-AppInstallLocation’ is not recognized as the name of a cmdlet, function, script file, or operable program”
Published Date: 2022-11-08
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
Published Date: 2021-09-22
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—