Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caglaryalcin authored Jul 13, 2023
1 parent 9255093 commit bfdcdff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bfdcdff

Please sign in to comment.