From 0d4946d7dbbae316ddd2eb7f4fc471af31f90a5f Mon Sep 17 00:00:00 2001 From: Claus Schiroky <45030137+schiroky@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:06:25 +0200 Subject: [PATCH] Update SUPPORT.md --- SUPPORT.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/SUPPORT.md b/SUPPORT.md index 76cbc61..e6bb92f 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -92,6 +92,23 @@ For new issues, file your bug or feature request as a new Issue. Please describe PS C:\> Register-PSRepository -Default ``` +* **Trying to run RESET raise PowerShell error "End of Central Directory record could not be found"** + + When you try to use 'RESET', you might see the following error: + + ``` + PackageManagement\Install-Package : Package 'ComplianceUtility' failed to be installed because: End of Central Directory + record could not be found. + At C:\Programm Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21 + + ... $null = PackageManagement\Install-Package @PSBoundParameters + + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + CategoryInfo : InvalidResult: (ComplianceUtility:String) [Install-Package], Exception + + FullQualifiedErrorId : Package '{0}' failed to be installed because: {1}, Microsoft.PowerShell.PackageManagement + .Cmdletes.InstallPackage + ``` + + **Resolution:** To solve this issue you need to ensure to have any proxy or network filtering meachanism disabled. + * **"powershell-7.3.4-osx-x64.pkg" can't be opened because Apple cannot check it for malicious software** This applies only on Apple macOS: If you double-click the file the above message is displayed (the version may differ). It happens due to your Security & Privacy preferences.