diff --git a/_pages/en_US/file-extensions-(windows).txt b/_pages/en_US/file-extensions-(windows).txt index 67b918bcd0..2eadb5458c 100644 --- a/_pages/en_US/file-extensions-(windows).txt +++ b/_pages/en_US/file-extensions-(windows).txt @@ -1,39 +1,49 @@ ---- -title: "File Extensions (Windows)" ---- - -{% include toc title="Table of Contents" %} - -### Required Reading - -This is an add-on section for disabling Windows's default behavior of hiding file extensions. - -This will make it easier for you to find the referenced files in the rest of this guide. - -### Instructions - -#### Windows 10 / 8.1 / 8 - -1. Launch File Explorer by opening any directory, such as your SD card directory -1. Click the "View" option on the ribbon menu -1. Check the box labeled "File name extensions" - - ![]({{ "/images/screenshots/windows-10-file-extensions.png" | absolute_url }}) - {: .notice--info} - -#### Windows 7 - -1. Open the start menu by clicking on it or using the Windows key -1. Search for "Folder Options" and select the corresponding result - - ![]({{ "/images/screenshots/windows-7-folder-options-start-menu.png" | absolute_url }}) - {: .notice--info} - -1. Click the "View" option at the top of the Folder Options menu -1. Uncheck the box labeled "Hide extensions for known file types" - - ![]({{ "/images/screenshots/windows-7-folder-options.png" | absolute_url }}) - {: .notice--info} - -### Return to [Get Started](get-started) -{: .notice--primary} \ No newline at end of file +--- +title: "File Extensions (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for disabling Windows's default behavior of hiding file extensions. + +This will make it easier for you to find the referenced files in the rest of this guide. + +### Instructions + +#### Windows 11 + +1. Launch File Explorer by opening any directory, such as your SD card directory +1. Click the "View" option in the toolbar +1. Go to "Show" +1. Click "File name extensions" to enable it + + ![]({{ "/images/screenshots/windows-11-file-extensions.png" | absolute_url }}) + {: .notice--info} + +#### Windows 10 / 8.1 / 8 + +1. Launch File Explorer by opening any directory, such as your SD card directory +1. Click the "View" option on the ribbon menu +1. Check the box labeled "File name extensions" + + ![]({{ "/images/screenshots/windows-10-file-extensions.png" | absolute_url }}) + {: .notice--info} + +#### Windows 7 + +1. Open the start menu by clicking on it or using the Windows key +1. Search for "Folder Options" and select the corresponding result + + ![]({{ "/images/screenshots/windows-7-folder-options-start-menu.png" | absolute_url }}) + {: .notice--info} + +1. Click the "View" option at the top of the Folder Options menu +1. Uncheck the box labeled "Hide extensions for known file types" + + ![]({{ "/images/screenshots/windows-7-folder-options.png" | absolute_url }}) + {: .notice--info} + +### Continue to [Get Started](get-started) +{: .notice--primary} diff --git a/_pages/en_US/home.txt b/_pages/en_US/home.txt index b3e54b013e..fdd3e79760 100644 --- a/_pages/en_US/home.txt +++ b/_pages/en_US/home.txt @@ -38,10 +38,11 @@ This guide will: * While the risks of bricking have been minimized over the years, **we are not responsible for anything that goes wrong with your device**. Incorrect file placement will not brick your device, but reckless behavior might. * This guide is compatible with every retail device in the Nintendo 3DS family of consoles (including the New 3DS series and the 2DS), regardless of region or firmware. +* While we believe that custom firmware is safe for online use, there have been online network bans in the past, primarily for cheating and suspicious eShop behavior. * Following this guide alone should not result in data loss, but SD card corruption is always a possibility. You should make a backup of your SD card contents if you have important data. * You will need a working SD card in your 3DS, as well as the ability to write files to the SD card. The 3DS can read SD cards formatted as MBR/FAT32. + You may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3XSwift (Mac)](f3xswift-(mac)). -* While we believe that custom firmware is safe for online use, there have been online network bans in the past, primarily for cheating and suspicious eShop behavior. +* If you are using Windows to move files to/from the SD card, you may want to [enable file extensions](file-extensions-(windows)) to avoid misnaming files. ___ diff --git a/images/screenshots/windows-11-file-extensions.png b/images/screenshots/windows-11-file-extensions.png new file mode 100644 index 0000000000..5bfa5b80ee Binary files /dev/null and b/images/screenshots/windows-11-file-extensions.png differ