From de689666289fe206172468a90a493b6b4d270509 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 18 Feb 2022 00:00:41 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af3dab4..63d571a 100644 --- a/README.md +++ b/README.md @@ -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