What is the command to mak the myfiletxt a hidden system file?

1 answer

Answer

1119423

2026-03-07 22:15

+ Follow

To make "myfiletxt" a hidden system file in Windows, you can use the Command Prompt. The command is: attrib +h +s myfiletxt. This command adds the hidden attribute (+h) and the system attribute (+s) to the file, making it hidden from normal view and designated as a system file.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.