In this post, I’m going to show you a simple trick to hide a file using Command Prompt (CMD) in Windows.
You just need to follow two easy steps.
You just need to follow two easy steps.
Step 1: Open Command Prompt
- Click Start
- Type
cmd - Press Enter
(You can also open it using Win + R → type cmd → OK)
Step 2: Use the ATTRIB Command
In the Command Prompt window, type the following command:
Example:
Example:
🔹 +s → Sets the System attribute
🔹 +h → Sets the Hidden attribute
Once you press Enter, the file will immediately disappear from normal view, making it hidden and less noticeable.
No comments:
Post a Comment