From 99e392022b92a9e6b1574d05aa96e3070896f81e Mon Sep 17 00:00:00 2001 From: urmum-69 Date: Mon, 4 May 2020 08:41:15 +0000 Subject: [PATCH] fix ugly powershell command --- _pages/en_US/wiiwarepatcher.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_pages/en_US/wiiwarepatcher.md b/_pages/en_US/wiiwarepatcher.md index 2de8993d0..30fade90f 100644 --- a/_pages/en_US/wiiwarepatcher.md +++ b/_pages/en_US/wiiwarepatcher.md @@ -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) {: .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} Give it a few seconds because Powershell have to startup. After few seconds a new windows should open.