How can I hide system folders in Windows 11 again?

0
4
Asked By CuriousCat92 On

I accidentally changed some attributes in my User folder and ended up un-hiding all the system folders that should be hidden by default. Is there a way to reverse this and hide those system folders again? Thanks for any help!

3 Answers

Answered By TechSavvy123 On

You can use the Command Prompt to hide those system folders again. Just open CMD as an administrator and run this command:
attrib +s +h "C:UsersYourUsernameAppData" /s /d

Answered By SkepticalSeagull On

I’d be careful about running commands from the internet. Always double-check what you're entering. If you're unsure, the right-click method might feel safer.

Answered By FolderNinja88 On

Another quick way is to right-click the folder you want to hide, choose properties, check the hidden option, and hit apply. Just make sure you're selecting the right folders to hide.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.