We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1798dc commit 187562eCopy full SHA for 187562e
Scripts/Chocolatey/tools/chocolateyinstall.ps1
@@ -109,8 +109,6 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
109
}
110
111
112
-Write-Host "url: $url, url64bit: $url64bit, Hash: $Hash"
113
-
114
$Downloads = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}"
115
$Parameters = @{
116
packageName = $env:ChocolateyPackageName
0 commit comments