Fixes to SSL/TSL error on powershell
This commit is contained in:
parent
c73fa2198c
commit
6b317ee009
4 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@ Here's a list of things you can do with it. Our guide is meant for you to easily
|
|||
+ Load GameCube games from a USB hard drive or SD card with [Nintendont](https://gbatemp.net/threads/nintendont.349258/).
|
||||
+ Make 1:1 backups of your Wii/GameCube games with [CleanRip](http://wiibrew.org/wiki/CleanRip).
|
||||
+ Backup and restore a copy of your Wii System Memory (NAND) with [BootMii](http://bootmii.org);
|
||||
+ Protect your Wii from bricks with [Priiloader](https://wii.guide/priiloader); [(Download)](/assets/files/Priiloader_v0_8_1.zip)
|
||||
+ Protect your Wii from bricks with [Priiloader](https://wii.guide/priiloader); [(Download)](/assets/files/Priiloader_v0_8_2.zip)
|
||||
+ Listen to music, watch movies and view photos with [WiiMC](http://www.wiimc.org/), and watch YouTube videos with [a special version](/assets/files/WiiMC.1.3.4.YT.zip);
|
||||
+ Launch your favorite homebrew apps from your Wii Menu with a "forwarder";
|
||||
+ Participate in Mario Kart Wii competitions again using [Wiimmfi Competitions](https://competitions.wiimmfi.de)
|
||||
|
|
|
@ -24,7 +24,7 @@ This tutorial is only for Windows version of IOS Patcher.
|
|||
[If you are on Windows XP, skip the "Downloading" section and download it from GitHub.](https://github.com/RiiConnect24/IOS-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://kcrpl.github.io/Patchers_Auto_Update/IOS_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 type in `powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/IOS_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.
|
||||
|
@ -38,8 +38,8 @@ After it will finish downloading a folder called `IOS-Patcher` should appear on
|
|||
![Main menu](/images/IOS-Patcher/iospatcher_mainscreen.jpg)
|
||||
(Main menu of IOS Patcher)
|
||||
|
||||
Press any button. If the update will be available, you must update the IOS Patcher to continue.
|
||||
>The update process takes about 10 to 15 seconds.
|
||||
Press any button. If the update will be available, IOS Patcher will ask you to update itself.
|
||||
>The update process takes about 10 to 15 seconds - depends on your connection and computer speed.
|
||||
|
||||
![IOS Patcher 1st screen](/images/IOS-Patcher/iospatcher_1.jpg)
|
||||
On this screen, choose your system.
|
||||
|
|
|
@ -30,7 +30,7 @@ These instructions will assume you're using an SD card to install RiiConnect24,
|
|||
* Windows, Linux or Mac computer
|
||||
|
||||
Hold on! Are you on Windows? You can download IOS Patcher directly. Open cmd.exe and paste this:
|
||||
`powershell -command "(new-object System.Net.WebClient).DownloadFile('https://kcrpl.github.io/Patchers_Auto_Update/IOS_Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat` and hit enter. (You need to be on Windows 7 on newer.)
|
||||
`powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/IOS_Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat` and hit enter. (You need to be on Windows 7 on newer.)
|
||||
It didn't work? No worries, you can use the link down below to download IOS Patcher
|
||||
{: .notice--info}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ 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://kcrpl.github.io/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 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`
|
||||
{: .notice--info}
|
||||
|
||||
Give it a few seconds because Powershell have to startup. After few seconds a new windows should open.
|
||||
|
|
Loading…
Reference in a new issue