fix for all languages
This commit is contained in:
parent
99e392022b
commit
b1bb345657
3 changed files with 12 additions and 3 deletions
|
@ -20,7 +20,10 @@ Diese Anleitung ist ausschliesslich für die Windows-Version des WiiWare Patcher
|
|||
[Wenn du den WiiWare Patcher ohne die `cmd.exe`-Methode downloaden möchtest, klick hier!](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
|
||||
{: .notice--info}
|
||||
|
||||
Wenn du auf Windows 7 oder neuer bist dann öffne cmd.exe (Drücke Windows Taste+R und tippe cmd.exe ein) und tippe `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` ein
|
||||
Wenn du auf Windows 7 oder neuer bist dann öffne cmd.exe (Drücke Windows Taste+R und tippe cmd.exe ein) und tippe
|
||||
```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}
|
||||
|
||||
Gib dem ganzen ein paar Sekunden weil Powershell starten muss. Nach ein paar Sekunden sollte sich ein neues Fenster öffnen. ![Net Installer](/images/WiiWare-Patcher/netinstall.jpg)
|
||||
|
|
|
@ -20,7 +20,10 @@ Esta guía es sólo para la versión de Windows de WiiWare Patcher.
|
|||
[Si deseas descargar WiiWare Patcher sin usar CMD, ¡haz clic aquí!.](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
|
||||
{: .notice--info}
|
||||
|
||||
Si estás usando Windows 7 o superior, ejecuta cmd.exe (oprime al mismo tiempo las teclas Windows + R, escribe cmd en la ventana que aparecerá y presiona ENTER) y después copia y pega el siguiente comando (CTRL + V no funcionará, haz clic derecho en la ventana de CMD y selecciona Pegar): `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`
|
||||
Si estás usando Windows 7 o superior, ejecuta cmd.exe (oprime al mismo tiempo las teclas Windows + R, escribe cmd en la ventana que aparecerá y presiona ENTER) y después copia y pega el siguiente comando (CTRL + V no funcionará, haz clic derecho en la ventana de CMD y selecciona Pegar):
|
||||
```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}
|
||||
|
||||
Espera unos instantes para que Powershell pueda iniciarse. Después de unos segundos, se abrirá una nueva ventana. ![Network Installer](/images/WiiWare-Patcher/netinstall.jpg)
|
||||
|
|
|
@ -20,7 +20,10 @@ Ten poradnik jest tylko przeznaczony dla Windows'owej wersji WiiWare Patcher'a.
|
|||
[Jeżeli chcesz pobrać WiiWare Patcher bez metody z wykorzystaniem cmd.exe, naciśnij tutaj!](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
|
||||
{: .notice--info}
|
||||
|
||||
Jeżeli korzystasz z Windowsa 7 lub nowszego, otwórz cmd.exe (Uruchom lub naciśnij na klawiaturze Logo Windowsa + R i wpisz cmd.exe) oraz wpisz `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`
|
||||
Jeżeli korzystasz z Windowsa 7 lub nowszego, otwórz cmd.exe (Uruchom lub naciśnij na klawiaturze Logo Windowsa + R i wpisz cmd.exe) oraz wpisz
|
||||
```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}
|
||||
|
||||
Poczekaj chwilę - Powershell musi się uruchomić. Po kilku sekundach, nowe okno się otworzy. ![Instalator sieciowy](/images/WiiWare-Patcher/netinstall.jpg)
|
||||
|
|
Loading…
Reference in a new issue