Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ignasurba/8c0e6ad8c197cef57aa797241e6193e3 to your computer and use it in GitHub Desktop.
Save ignasurba/8c0e6ad8c197cef57aa797241e6193e3 to your computer and use it in GitHub Desktop.
Removing parental controls on Nintendo Switch 8.0.0+

Removing parental controls on Nintendo Switch 8.0.0+

Here is a clean way to remove parental controls on an unpatched Nintendo Switch

Step by step

Step 1:

You will need your BIS Key 0
Get Lockpick_RCM and dump your keys
Open prod.keys saved in SD card and take note of "bis_key_00"

Step 2:

You will need to mount your eMMC and get PRODINFO.bin
Get memloader and HacDiskMount from https://switchtools.sshnuke.net/
Place the contents of memloader "sample" folder to root of your SD card
Load memloader.bin and choose ums_emmc.ini
Run HacDiskMount as administrator, click on PRODINFO, enter your BIS Key 0 and dump the PRODINFO.bin file

Step 4:

Get your device ID
Open PRODINFO.bin in a text editor
Locate "NintendoNXCA1Prod1" text
To the right of it, you'll see your device ID in the form of "NX0000000000000000-0"
16 digits between "NX" and "-0" is the ID

Step 4:

Follow the guide "Forgot Parental Controls PIN" on Nintendo support
Generate master key with https://mkey.salthax.org/, enter your device ID

Success!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment