Introduction
In this article, we will discuss how to hide and unhide extension files in Windows File Explorer. By default, Windows hides certain file extensions to prevent users from accidentally modifying or deleting important files. However, there may be situations where you want to hide or unhide specific file extensions. In this article, we will cover the necessary steps to accomplish this task.
Hiding Extension Files in Windows File Explorer
To hide a specific file extension in Windows File Explorer, follow these steps:
- Open Windows File Explorer.
- Locate the file or folder containing the file extension you want to hide.
- Right-click on the file or folder and select
Properties. - In the
Propertieswindow, click on theCustomizetab. - Click on the
Change iconbutton. - In the
Change Iconwindow, scroll down and select the.txtfile extension. - Click
OKto close theChange Iconwindow. - In the
Propertieswindow, uncheck theHide extensions for known file typesoption. - Click
OKto close thePropertieswindow.
Code Block: Hiding Extension Files
// Step 1: Open Windows File Explorer
// Step 2: Locate the file or folder containing the file extension you want to hide
// Step 3: Right-click on the file or folder and select Properties
// Step 4: In the Properties window, click on the Customize tab
// Step 5: Click on the Change icon button
// Step 6: In the Change Icon window, scroll down and select the .txt file extension
// Step 7: Click OK to close the Change Icon window
// Step 8: In the Properties window, uncheck the Hide extensions for known file types option
// Step 9: Click OK to close the Properties window
Unhiding Extension Files in Windows File Explorer
To unhide a specific file extension in Windows File Explorer, follow these steps:
- Open Windows File Explorer.
- Locate the file or folder containing the file extension you want to unhide.
- Right-click on the file or folder and select
Properties. - In the
Propertieswindow, uncheck theHiddenoption. - Click
OKto close thePropertieswindow.
Code Block: Unhiding Extension Files
// Step 1: Open Windows File Explorer
// Step 2: Locate the file or folder containing the file extension you want to unhide
// Step 3: Right-click on the file or folder and select Properties
// Step 4: In the Properties window, uncheck the Hidden option
// Step 5: Click OK to close the Properties window
In this article, we discussed how to hide and unhide extension files in Windows File Explorer. By following the steps outlined in this article, you can easily manage the visibility of specific file extensions on your Windows system. Hiding file extensions can be useful in preventing accidental modification or deletion of important files, while unhiding file extensions can be useful in managing and organizing your files more effectively.