1
0
Fork 0
mirror of https://github.com/trailofbits/algo.git synced 2025-05-12 10:53:57 +02:00

Update client-windows.md ()

Correct command would be ```powershell -ExecutionPolicy ByPass -File C:\path\to\windows_USER.ps1 Add```
This commit is contained in:
ctrlaltreboot 2018-09-08 23:38:49 +10:00 committed by Dan Guido
parent 65b0239625
commit 57fb2ec347

View file

@ -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