Table of Contents
This tip is about the how to Show/Hide File Extension in Windows 10 PC. So read this free guide, How to Show/Hide File Extension in Windows 10 PC. If you have query related to same article you may contact us.
How to Show/Hide File Extension in Windows 10 PC – Guide
File extension is one that identifies the file type. If you’re a regular Windows user, it shouldn’t be a problem to identify the file type. It is very important to see the file extension to identify the type of file you are trying to open from a security point of view. So, in this post, we’ll see how to hide or show file extensions on Windows 11/10/8/7 and why you should show them.
As file names allow you to use multiple endpoints, the real name of a malware file might be realword.docx.exe. But since you haven’t set Windows to show file extensions, you’ll only see realword.docx. Thinking it’s a Word document, you might finish up clicking on it and infecting your computer.
Using Folder Options
That’s it. You will now see the file extensions for each file type.
Using File Explorer
The ribbon interface of Windows 10 File Explorer makes it easy to instantly show or hide file extensions. Here are the steps to show/hide file extensions in Windows Explorer:
Selecting File Extensions will show file extensions, while unchecked will hide file extensions.
Using Registry Editor
HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Explorer Advanced
Changes will normally be immediate. If you don’t see the changes, restart File Explorer in the task manager or restart your computer completely.
using command line
The command-line method can be used to quickly change file extension settings for multiple computers at the same time. You can create a batch file with the following commands and run it on any computer to change settings immediately.
To hide file extensions using the command line, open the command prompt and run the following command:
reg add HKCU Software Microsoft Windows CurrentVersion Explorer Advanced / v HideFileExt / t REG_DWORD / d 1 / f
To show file extensions, run the following command:
reg add HKCU Software Microsoft Windows CurrentVersion Explorer Advanced / v HideFileExt / t REG_DWORD / d 0 / f
For your ease, you can download the batch files below and run them according to your situation.
Using Group Policy Editor
This method is limited to system administrators who want to implement the show or hide file extensions policy in their domain network.
Final note
I hope you like the guide How to Show/Hide File Extension in Windows 10 PC. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.