From 80c55b2dc15fce76ee295ca9c501aa383b75d1f5 Mon Sep 17 00:00:00 2001 From: starchyunderscore Date: Sat, 14 Oct 2023 23:55:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09f68eb..07a5697 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ w11-nonadmin-utils is an interactive command line tool to change settings and in Open a (non-admin) PowerShell window and run: ```PowerShell -iwr -UseBasicParsing https://raw.githubusercontent.com/starchyunderscore/w11-nonadmin-utils/main/current/run.ps1 | iex +iwr -UseBasicParsing "https://raw.githubusercontent.com/starchyunderscore/w11-nonadmin-utils/main/current/run.ps1" | iex ``` ---