Skip to content

Commit 234c308

Browse files
committed
Add small remark to unblock files
1 parent 0d6972e commit 234c308

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ To install DSC on any platform:
8686
1. Expand the release archive.
8787
1. Add the folder containing the expanded archive contents to the `PATH`.
8888

89+
> [!NOTE]
90+
> When downloading the latest release on Windows platform, make sure after extraction, the files are unblocked. You can do this using the PowerShell commands:
91+
>
92+
> ```powershell
93+
> Get-ChildItem -Path <path-to-expanded-folder> -Recurse | Unblock-File
94+
> ```
95+
8996
### Install DSC on Windows with WinGet
9097
9198
The following commands can be used to install DSC using the published `winget` packages:

0 commit comments

Comments
 (0)