If there is no unblock option in the file properties of a zip file, this guide will assist with unblocking with a PowerShell command. Unblocking certain installation files is important because if they are not properly unblocked, the SOLIDWORKS Installation Manager can appear broken and blank and prevent installation.
Before installing the SOLIDWORKS application to your computer it is necessary to unblock the zipped folder to prevent Windows security from blocking some elements of the SOLIDWORKS installer. If the option to unblock is unavailable you can use the Windows PowerShell application to resolve this issue.
Note: Please check the file type to make sure you are unblocking the correct zip file by right clicking on the downloaded zip file and ensure the file is not set to read-only.
Use Windows PowerShell to unblock a single zip file:
- Open an elevated Windows PowerShell by right clicking on the start menu and selecting Windows PowerShell (admin).
- In PowerShell, type the command below, and press Enter. (see screenshot below) Note: The Windows PowerShell will move to the next line without error to indicate that the command was successful.
unblock-file -path "full path of blocked file"
Substitute full path of blocked file in the command above with the actual full path of the blocked file (with file extension) that you want to unblock. Include the quotations.
For example:
unblock-file -path "C:\Users\Name\Downloads\SOLIDWORKS 20xx SPx.zip"
Windows PowerShell image: - Go back to the zipped folder and right click to extract the contents.
If you have any questions on these steps, or if this does not resolve your issue, feel free to contact Hawk Ridge Systems at support@hawkridgesys.com.
Comments
Article is closed for comments.