From 57fb2ec3470f64be8785e4c7d77dc460b25b8db4 Mon Sep 17 00:00:00 2001 From: ctrlaltreboot <1124760+ctrlaltreboot@users.noreply.github.com> Date: Sat, 8 Sep 2018 23:38:49 +1000 Subject: [PATCH] Update client-windows.md (#1099) Correct command would be ```powershell -ExecutionPolicy ByPass -File C:\path\to\windows_USER.ps1 Add``` --- docs/client-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client-windows.md b/docs/client-windows.md index 6e071cf..91dfd9c 100644 --- a/docs/client-windows.md +++ b/docs/client-windows.md @@ -8,7 +8,7 @@ To install automatically, use the generated user Powershell script. 2. Open Powershell as Administrator. 3. Run the following command: ```powershell -powershell -ExecutionPolicy ByPass -File C:\path\to\windows_USER.ps1 -Add +powershell -ExecutionPolicy ByPass -File C:\path\to\windows_USER.ps1 Add ``` 4. The command has help information available. To view its full help, run this from Powershell: ```powershell