mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-03 11:34:54 -06:00
Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
This commit is contained in:
parent
8d05769db3
commit
0c11905723
@ -51,7 +51,7 @@ Some features are avaliable through automation. This allows you to save your con
|
|||||||
5. Install the Windows image.
|
5. Install the Windows image.
|
||||||
6. In the new Windows, Open PowerShell in the admin mode and run command to automatically apply tweaks and install apps from the config file.
|
6. In the new Windows, Open PowerShell in the admin mode and run command to automatically apply tweaks and install apps from the config file.
|
||||||
```
|
```
|
||||||
irm https://christitus.com/win -Config [path-to-your-config] -Run | iex
|
iex "& { $(irm christitus.com/win) } -Config [path-to-your-config] -Run"
|
||||||
```
|
```
|
||||||
7. Have a cup of coffee! Come back when it's done.
|
7. Have a cup of coffee! Come back when it's done.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user