Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change to using irm instead of iwr with the thought that the command will be shorter for powershell 5.x users
  • Loading branch information
starchyunderscore authored Nov 1, 2023
1 parent 085e201 commit 11586ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
irm "https://raw.githubusercontent.com/starchyunderscore/w11-nonadmin-utils/main/current/run.ps1" | iex
```

---
Expand Down

0 comments on commit 11586ef

Please sign in to comment.