Fix Hidden Attribute option greyed out: Hidden Attribute is a checkbox under Folder or File Properties, which when check marked doesn’t display the file or folder in Windows File Explorer and it will also not be displayed under search results. Hidden Attribute is not a security feature in Microsoft Windows rather it is used to hide system files in order to prevent accidental modification of those files which can seriously harm your system.

You could easily view these hidden files or folders by going to Folder Option in File Explorer and then check mark the option “Show hidden files, folders, and drives.” And if you want to hide a specific file or folder then you right click on that file or folder and select Properties. Now check mark Hidden attribute under properties windows then click Apply followed by OK. This would hide your files or folders from unauthorized access, but sometime this hidden attribute checkbox is greyed out in the properties window and you won’t be able to hide any file or folder.
If the hidden attribute option is greyed out then you could easily set the parent folder as hidden but this is not a permanent fix. So in order to Fix Hidden Attribute option greyed out in Windows 10, follow the below-listed guide.
Fix Hidden Attribute option greyed out
Make sure to create a restore point just in case something goes wrong.
1.Press Windows Key + X then select Command Prompt (Admin).
2.Type the following command into cmd:
attrib -H -S “Folder_Path” /S /D

Note: The above command can be broken down into:
attrib: Displays, sets, or removes the read-only, archive, system, and hidden attributes assigned to files or directories.
-H: Clears the hidden file attribute. -S: Clears the system file attribute. /S: Applies attrib to matching files in the current directory and all of its subdirectories. /D: Applies attrib to directories.
3.If you also need to clear the read-only attribute then type this command:
attrib -H -S -R “Folder_Path” /S /D

-R: Clears the read-only file attribute.
4.If you want to set the read-only attribute and hidden attribute then follow this command:
attrib +H +S +R “Folder_Path” /S /D

Note: Break down of command is as follow:
+H: Sets the hidden file attribute. +S: Sets the system file attribute. +R: Sets the read-only file attribute.
5.If you want to clear the read only and hidden attribute on an external hard disk then type this command:
I:\ (Assuming I: is you external hard disk)
attrib -H -S *.* /S /D

Note: Don’t run this command on your Windows drive as it causes a conflict and harms your system installation files.
6.Reboot your PC to save changes.
- Fix Task Scheduler Error One or more of the specified arguments are not valid
- How to Fix Default Printer Keeps Changing Issue
- Fix Webcam not working in Windows 10
- Fix Windows Time service doesn’t start automatically
That’s it you have successfully Fix Hidden Attribute option greyed out but if you still have any questions regarding this post then feel free to ask them in the comment’s section.
Fix Default Printer Keeps Changing Issue: In Microsoft latest operating system which is Windows 10, they have removed the Network Location aware feature for Printers and because of this, you can’t set the default printer of your choice. Now the default printer is set automatically by Windows 10 and is generally the last printer you selected. If you want to change the default printer and don’t want it to automatically change then follow the below-listed troubleshooting guide.

- Default Printer Keeps Changing [SOLVED]
- Method 1: Disable Windows 10 to Automatically Manage your Printer
- Method 2: Manually Set the Default Printer
- Method 3: Registry Fix
Default Printer Keeps Changing [SOLVED]
Make sure to create a restore point just in case something goes wrong.
Method 1: Disable Windows 10 to Automatically Manage your Printer
1.Press Windows Key + I to open Settings then click Devices.

2.Now from the left-hand menu select Printers & scanners.
- Disable the toggle under “ Let Windows manage my default printer. “

4.Close everything and reboot your PC.
Method 2: Manually Set the Default Printer
1.Press Windows Key + X then select Control Panel.
2.Click Hardware and Sound and then select Devices and Printers.

3.Right-click on your printer and select Set as a default printer.

4.Restart your PC to save changes.
Method 3: Registry Fix
1.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

2.Navigate to the following registry key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
3.Double click on LegacyDefaultPrinterMode and change its value to 1.

Note: If the value is not present then you have to manually create this key, right-click in an empty area in the right-hand side window in the registry then select New > DWORD (32-bit) Value and name this key as LegacyDefaultPrinterMode.
4.Click OK and close registry editor. Again set your default Printer by following the above method.
5.Reboot your PC to save changes.
6.If this doesn’t fix the issue then again open Registry Editor and navigate to the following path:
HKEY_USERS\USERS_SID\Printers\Connections HKEY_USERS\USERS_SID\Printers\Settings

7.Delete all the entries present inside these keys and then navigate to:
HKEY_USERS\USERS_SID\Printers\Defaults
8.Delete the DWORD DisableDefault in the right-hand side window and again set your default Printer.
9.Reboot your PC to save the above settings.
- Fix Task Scheduler Error One or more of the specified arguments are not valid
- Fix You can’t sign in to your PC right now error
- Your Device Is Offline. Please Sign In With The Last Password Used On This Device
- Fix Superfetch has stopped working
That’s it you have successfully Fix Default Printer Keeps Changing [SOLVED] but if you still have any questions regarding this guide then feel free to ask them in the comment’s section.