From a3593fb5c3679bf439d1bf73a835a9631122f110 Mon Sep 17 00:00:00 2001 From: ihaveahax Date: Sat, 19 Apr 2025 03:59:47 -0500 Subject: [PATCH] New translations file-extensions-(windows).md (Lithuanian) --- docs/lt_LT/file-extensions-(windows).md | 62 +++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 docs/lt_LT/file-extensions-(windows).md diff --git a/docs/lt_LT/file-extensions-(windows).md b/docs/lt_LT/file-extensions-(windows).md new file mode 100644 index 0000000000..9545054267 --- /dev/null +++ b/docs/lt_LT/file-extensions-(windows).md @@ -0,0 +1,62 @@ +# File Extensions (Windows) + +## 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 +2. Click the "View" option in the toolbar +3. Go to "Show" +4. Click "File name extensions" to enable it + + ::: info + + ![](/images/screenshots/windows-11-file-extensions.png) + + ::: + +### Windows 10 / 8.1 / 8 + +1. Launch File Explorer by opening any directory, such as your SD card directory +2. Click the "View" option on the ribbon menu +3. Check the box labeled "File name extensions" + + ::: info + + ![](/images/screenshots/windows-10-file-extensions.png) + + ::: + +### Windows 7 + +1. Open the start menu by clicking on it or using the Windows key + +2. Search for "Folder Options" and select the corresponding result + + ::: info + + ![](/images/screenshots/windows-7-folder-options-start-menu.png) + + ::: + +3. Click the "View" option at the top of the Folder Options menu + +4. Uncheck the box labeled "Hide extensions for known file types" + + ::: info + + ![](/images/screenshots/windows-7-folder-options.png) + + ::: + +::: tip + +Continue to [Get Started](get-started) + +:::