How to mark a folder as system folder

Status
Not open for further replies.

Sathish

Debian Gnu/Linux User
Hi to all.
anybody have an idea about how to mark a folder as systemn folder so that it will be hide automatically while "hide sysem file' option selected in Folder Option..
 
OP
Sathish

Sathish

Debian Gnu/Linux User
bcoz like in a huge user base(newbies) they will probably know about how to hide and unhide folders in general..
when a folders would be hide as system folders, they will forget to uncheck " hide system folder" checkbox..
 

ayush_chh

Ambassador of Buzz
you have to do this from command prompt......

use this command

Code:
attrib +s +h <path\directory name> /s /d

suppose you have a dir in c: named Test

then

C:\> attrib +s +h Test /s /d

:)
 
OP
Sathish

Sathish

Debian Gnu/Linux User
thanks for expected link and quick response.

and

one more word to say..
you linked me to a good blog.. i just add that blog's feeds to feeddemon..
 
Status
Not open for further replies.
Top Bottom