From 50a8cd6f460e2217f43567072fc7f948300ae810 Mon Sep 17 00:00:00 2001 From: Coding for fun Date: Tue, 12 Nov 2024 09:14:16 +0100 Subject: [PATCH] Fix case error in Set-ExecutionPolicy command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e05281b..42eace6 100644 --- a/README.md +++ b/README.md @@ -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.