fix ugly powershell command

This commit is contained in:
urmum-69 2020-05-04 08:41:15 +00:00
parent 4e5389b61f
commit 99e392022b

View file

@ -20,7 +20,10 @@ This tutorial is only for Windows version of WiiWare Patcher.
[If you want to download WiiWare Patcher without cmd.exe method, click here!](https://github.com/RiiConnect24/auto-wiiware-patcher/releases) [If you want to download WiiWare Patcher without cmd.exe method, click here!](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
{: .notice--info} {: .notice--info}
If you are on Windows 7 or newer open cmd.exe (Run or press Windows Logo+R and type in cmd.exe) and type in `powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/WiiWare-Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat` If you are on Windows 7 or newer open cmd.exe (Run or press Windows Logo+R and type in cmd.exe) and run the command
```powershell
powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/WiiWare-Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat`
```
{: .notice--info} {: .notice--info}
Give it a few seconds because Powershell have to startup. After few seconds a new windows should open. Give it a few seconds because Powershell have to startup. After few seconds a new windows should open.