From bfdcdff18c64dc2b3fb154ba3888e29c04f2bf06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Flar=20Yal=C3=A7=C4=B1n?= Date: Thu, 13 Jul 2023 22:50:31 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f7fc36..02e1daa 100644 --- a/README.md +++ b/README.md @@ -223,13 +223,13 @@ If IE is never started after the PC is formatted, the script will not run becaus Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Internet Explorer\Main" -Name "DisableFirstRunCustomize" ``` -#### Defines the link of the script as a variable +Defines the link of the script as a variable ``` $ScriptFromGitHub = Invoke-WebRequest https://raw.githubusercontent.com/caglaryalcin/after-format/main/Shells.psm1 ``` -#### Starts the script +Starts the script ``` Invoke-Expression $($ScriptFromGitHub.Content)