Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit e6f495c

Browse files
authored
Update Usage Instructions
1 parent d0ede25 commit e6f495c

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,24 @@ If you have feedback, suggestions, or need help with WIMUtil, please join the di
3535

3636
## Usage Instructions 📜
3737

38-
To run **WIMUtil**, first launch PowerShell as an Administrator. Then, run the following command:
38+
To use **WIMUtil**, follow these steps to launch PowerShell as an Administrator and run the installation script:
3939

40-
```powershell
41-
irm "https://github.com/memstechtips/WIMUtil/raw/main/src/WIMUtil.ps1" | iex
42-
```
40+
1. **Open PowerShell as Administrator:**
41+
- **Windows 10/11**: Right-click on the **Start** button and select **Windows PowerShell (Admin)** or **Windows Terminal (Admin)**. </br> PowerShell will open in a new window.
42+
43+
2. **Confirm Administrator Privileges**:
44+
- If prompted by the User Account Control (UAC), click **Yes** to allow PowerShell to run as an administrator.
45+
46+
3. **Paste and Run the Command**:
47+
- Copy the following command:
48+
```powershell
49+
irm "https://github.com/memstechtips/WIMUtil/raw/main/src/WIMUtil.ps1" | iex
50+
```
51+
- To paste into PowerShell, **Right-Click** or press **Ctrl + V** in the PowerShell or Terminal window. </br> This should automatically paste your copied command.
52+
- Press **Enter** to execute the command.
53+
54+
This command will download and execute the **WIMUtil** script directly from GitHub.
4355
44-
This command will download and execute the script directly from GitHub.
4556
4657
## Application Overview 🧩
4758
Once launched, **WIMUtil** guides you through a four-part wizard:

0 commit comments

Comments
 (0)