From 8e37b38bac857fa035e8b1ecc230d84a2c611ba2 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Mon, 27 Apr 2020 20:37:10 +0200 Subject: [PATCH] Clarify that scripts can be used individually --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef28b34..46b1a37 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,15 @@ Unblock PowerShell scripts and modules within this directory: ## Usage +Scripts can be run individually, pick what you need. + 1. Install all available updates for your system. 2. Edit the scripts to fit your need. -3. Run the scripts from a PowerShell with administrator privileges (Explorer +3. Run the scripts you want to apply from a PowerShell with administrator privileges (Explorer `Files > Open Windows PowerShell > Open Windows PowerShell as administrator`) 4. `PS > Restart-Computer` -5. Run `disable-windows-defender.ps1` one more time. +5. Run `disable-windows-defender.ps1` one more time if you ran it in step 3 6. `PS > Restart-Computer` ## Start menu