1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 20:21:49 +02:00

file-extensions-(windows): use LF line ending

This commit is contained in:
Ian Burgwin
2022-02-22 18:29:49 -08:00
parent a467da9d43
commit 1e586478a9

View File

@@ -1,46 +1,46 @@
--- ---
title: "File Extensions (Windows)" title: "File Extensions (Windows)"
--- ---
{% include toc title="Table of Contents" %} {% include toc title="Table of Contents" %}
### Required Reading ### Required Reading
This is an add-on section for disabling Windows's default behavior of hiding file extensions. 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. This will make it easier for you to find the referenced files in the rest of this guide.
### Instructions ### Instructions
#### Windows 11 #### Windows 11
1. Launch File Explorer by opening any directory, such as your SD card directory 1. Launch File Explorer by opening any directory, such as your SD card directory
1. Click the "View" option in the toolbar 1. Click the "View" option in the toolbar
1. Go to "Show" 1. Go to "Show"
1. Click "File name extensions" to enable it 1. Click "File name extensions" to enable it
#### Windows 10 / 8.1 / 8 #### Windows 10 / 8.1 / 8
1. Launch File Explorer by opening any directory, such as your SD card directory 1. Launch File Explorer by opening any directory, such as your SD card directory
1. Click the "View" option on the ribbon menu 1. Click the "View" option on the ribbon menu
1. Check the box labeled "File name extensions" 1. Check the box labeled "File name extensions"
![]({{ "/images/screenshots/windows-10-file-extensions.png" | absolute_url }}) ![]({{ "/images/screenshots/windows-10-file-extensions.png" | absolute_url }})
{: .notice--info} {: .notice--info}
#### Windows 7 #### Windows 7
1. Open the start menu by clicking on it or using the Windows key 1. Open the start menu by clicking on it or using the Windows key
1. Search for "Folder Options" and select the corresponding result 1. Search for "Folder Options" and select the corresponding result
![]({{ "/images/screenshots/windows-7-folder-options-start-menu.png" | absolute_url }}) ![]({{ "/images/screenshots/windows-7-folder-options-start-menu.png" | absolute_url }})
{: .notice--info} {: .notice--info}
1. Click the "View" option at the top of the Folder Options menu 1. Click the "View" option at the top of the Folder Options menu
1. Uncheck the box labeled "Hide extensions for known file types" 1. Uncheck the box labeled "Hide extensions for known file types"
![]({{ "/images/screenshots/windows-7-folder-options.png" | absolute_url }}) ![]({{ "/images/screenshots/windows-7-folder-options.png" | absolute_url }})
{: .notice--info} {: .notice--info}
### Return to [Get Started](get-started) ### Return to [Get Started](get-started)
{: .notice--primary} {: .notice--primary}