Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added the restart step
  • Loading branch information
choc1024 authored Aug 4, 2024
1 parent 2fadccd commit 0c28017
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ A PowerShell script to fix a problem in Windows saying "Windows is managed by yo
- Administrator Priviledges

## Tutorial
1. Press the keys ![Windows Logo](.\media\win_logo.svg) + `s`
2. Search `powershell`
3. Select "Windows Powershell" (Not "Windows Powershell ISE" or "Windows Powershell x86")
4. Press `Ctrl` + `Shift` + `Enter`
5. Click "Yes" on the UAC prompt.
6. Copy and paste the following:

1. Close all applications and save your work
2. Press the keys ![Windows Logo](.\media\win_logo.svg) + `s`
3. Search `powershell`
4. Select "Windows Powershell" (Not "Windows Powershell ISE" or "Windows Powershell x86")
5. Press `Ctrl` + `Shift` + `Enter`
6. Click "Yes" on the UAC prompt.
7. Copy and paste the following:
```PowerShell
iwr https://raw.githubusercontent.com/EinKaffeeBitte/FWMO/main/x.ps1 | iex
```
7. Press `Enter`
8. Wait a few seconds.
8. Press `Enter`
9. Wait a few seconds
10. Close everything
11. Restart

0 comments on commit 0c28017

Please sign in to comment.