Skip to content

Commit

Permalink
Fix case error in Set-ExecutionPolicy command
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Nov 12, 2024
1 parent 8ac692a commit 50a8cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ winget install Rclone.Rclone
2. *PowerShell:* If you haven't enabled the option to run PowerShell scripts you have to start a Windows Terminal or PowerShell prompt as administrator and run

```PowerShell
Set-executionPolicy -ExecutionPolicy Bypass
Set-ExecutionPolicy -ExecutionPolicy Bypass
```

3. *Windows Sandbox:* The Windows Sandbox feature must be enabled on the host. This is true even if you only like to build and run the DFIRWS tools in a VM. The Sandbox feature is used to build and download tools when you run the **downloadFiles.ps1** script.
Expand Down

0 comments on commit 50a8cd6

Please sign in to comment.