Update README.md

This commit is contained in:
simeononsecurity
2022-02-18 00:00:41 +00:00
committed by GitHub
parent 1b4366562a
commit de68966628

View File

@ -6,6 +6,11 @@ Set up scripts for various OS'es.
- **DO NOT** run these commands or scripts directly without knowledge of what these scripts do.
## Direct Install Scripts:
### Windows 11 - Install and Configure:
```powershell
iwr -useb "https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/windows11.ps1" | iex
```
### Windows 10 - Install and Configure:
```powershell
iwr -useb "https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/windows10.ps1" | iex