You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run irm christitus.com/win | iex in some old installations it is not avilable or need to configure internet explorer.
As workarround you can change the command: powershell "(New-Object System.Net.WebClient).DownloadString('https://christitus.com/win')|iex"
The text was updated successfully, but these errors were encountered:
On the other hand, you can use this command in the search bar or Run menu. If you press CTRL+SHIFT+ENTER, you can open it directly with administrative privileges.
According to Microsofts Dokumentation, the irm alias exists on all current windows versions.
I would actually refrain from adding yet another way of starting winutil to the readme because it's already a bit overloaded in my opinion.
Also there are already at least two different options documented on how to start winutil
When you run irm christitus.com/win | iex in some old installations it is not avilable or need to configure internet explorer.
As workarround you can change the command: powershell "(New-Object System.Net.WebClient).DownloadString('https://christitus.com/win')|iex"
The text was updated successfully, but these errors were encountered: