Help me! I want to ...

Hi,Everyone!

i want to hide a directory such as “c:\test” in win2k! i don’t know how to
do?

please give me some advice!

The file or the directory can be hidden programmatically by setting the file
attribute to FILE_ATTRIBUTE_HIDDEN. This is set using,

  1. ZwSetInformationFile (), in Kernel mode.
  2. SetFileAttributes (), in User mode.

Refer the SDK and DDK for further info on this.

Regards,
Prasanna.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Lindong Xie
Sent: Tuesday, April 02, 2002 2:32 PM
To: File Systems Developers
Subject: [ntfsd] Help me! I want to …

Hi,Everyone!

i want to hide a directory such as “c:\test” in win2k! i don’t know how to
do?

please give me some advice!


You are currently subscribed to ntfsd as: xxxxx@tataelxsi.co.in
To unsubscribe send a blank email to %%email.unsub%%

Sorry,I know what you said!

but i mean that after using command line “dir/a” and setting “show all
files” in properties, you also can’t see the directory.

please give me some advice.

From: “Prasanna B R”
>Reply-To: “File Systems Developers”
>To: “File Systems Developers”
>Subject: [ntfsd] RE: Help me! I want to …
>Date: Tue, 2 Apr 2002 14:45:52 +0530
>
>The file or the directory can be hidden programmatically by setting the
file
>attribute to FILE_ATTRIBUTE_HIDDEN. This is set using,
>1. ZwSetInformationFile (), in Kernel mode.
>2. SetFileAttributes (), in User mode.
>
>Refer the SDK and DDK for further info on this.
>
>Regards,
>Prasanna.
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com]On Behalf Of Lindong Xie
> > Sent: Tuesday, April 02, 2002 2:32 PM
> > To: File Systems Developers
> > Subject: [ntfsd] Help me! I want to …
> >
> >
> > Hi,Everyone!
> >
> > i want to hide a directory such as “c:\test” in win2k! i don’t know how
to
> > do?
> >
> > please give me some advice!
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@tataelxsi.co.in
> > To unsubscribe send a blank email to %%email.unsub%%
>
>
>—
>You are currently subscribed to ntfsd as: xxxxx@hotmail.com
>To unsubscribe send a blank email to %%email.unsub%%

_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp¡£

hi,

You should read codes of Filemon(itor), in which the author hooks fastio functions.
the command line open file not with common IRP, but with fastioXXXX function.

you can get Filemon form www.sysinternals.com

good luck!

lizhiwei

----- Original Message -----
From: “雨 客”
To: “File Systems Developers”
Sent: Tuesday, April 02, 2002 7:22 PM
Subject: [ntfsd] RE: Help me! I want to …

> Sorry,I know what you said!
>
> but i mean that after using command line “dir/a” and setting “show all
> files” in properties, you also can’t see the directory.
>
> please give me some advice.
>
>
>
>
>
> >From: “Prasanna B R”
> >Reply-To: “File Systems Developers”
> >To: “File Systems Developers”
> >Subject: [ntfsd] RE: Help me! I want to …
> >Date: Tue, 2 Apr 2002 14:45:52 +0530
> >
> >The file or the directory can be hidden programmatically by setting the
> file
> >attribute to FILE_ATTRIBUTE_HIDDEN. This is set using,
> >1. ZwSetInformationFile (), in Kernel mode.
> >2. SetFileAttributes (), in User mode.
> >
> >Refer the SDK and DDK for further info on this.
> >
> >Regards,
> >Prasanna.
> >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com
> > > [mailto:xxxxx@lists.osr.com]On Behalf Of Lindong Xie
> > > Sent: Tuesday, April 02, 2002 2:32 PM
> > > To: File Systems Developers
> > > Subject: [ntfsd] Help me! I want to …
> > >
> > >
> > > Hi,Everyone!
> > >
> > > i want to hide a directory such as “c:\test” in win2k! i don’t know how
> to
> > > do?
> > >
> > > please give me some advice!
> > >
> > > —
> > > You are currently subscribed to ntfsd as: xxxxx@tataelxsi.co.in
> > > To unsubscribe send a blank email to %%email.unsub%%
> >
> >
> >—
> >You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> >To unsubscribe send a blank email to %%email.unsub%%
>
>
>
>
> _________________________________________________________________
> 免费下载 MSN Explorer:http://explorer.msn.com/lccn/intl.asp。
>
>
> —
> You are currently subscribed to ntfsd as: leezhiwei@263.net
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

hi£¬ÄãºÃ£¬ÈÏʶËïÓ¤Âð£¿

88£¬Ð»Ð»ÄÜ˵µÃÔÙ¼òµ¥µãÂð

From: “leezhiwei”
>Reply-To: “File Systems Developers”
>To: “File Systems Developers”
>Subject: [ntfsd] RE: Help me! I want to …
>Date: Tue, 2 Apr 2002 23:13:40 +0800
>
>hi,
>
>You should read codes of Filemon(itor), in which the author hooks fastio
functions.
>the command line open file not with common IRP, but with fastioXXXX
function.
>
>you can get Filemon form www.sysinternals.com
>
>
>good luck!
>
>lizhiwei
>
>----- Original Message -----
>From: "é›?å®?quot;
>To: “File Systems Developers”
>Sent: Tuesday, April 02, 2002 7:22 PM
>Subject: [ntfsd] RE: Help me! I want to …
>
>
> > Sorry,I know what you said!
> >
> > but i mean that after using command line “dir/a” and setting “show all
> > files” in properties, you also can’t see the directory.
> >
> > please give me some advice.
> >
> >
> >
> >
> >
> > >From: “Prasanna B R”
> > >Reply-To: “File Systems Developers”
> > >To: “File Systems Developers”
> > >Subject: [ntfsd] RE: Help me! I want to …
> > >Date: Tue, 2 Apr 2002 14:45:52 +0530
> > >
> > >The file or the directory can be hidden programmatically by setting
the
> > file
> > >attribute to FILE_ATTRIBUTE_HIDDEN. This is set using,
> > >1. ZwSetInformationFile (), in Kernel mode.
> > >2. SetFileAttributes (), in User mode.
> > >
> > >Refer the SDK and DDK for further info on this.
> > >
> > >Regards,
> > >Prasanna.
> > >
> > > > -----Original Message-----
> > > > From: xxxxx@lists.osr.com
> > > > [mailto:xxxxx@lists.osr.com]On Behalf Of Lindong Xie
> > > > Sent: Tuesday, April 02, 2002 2:32 PM
> > > > To: File Systems Developers
> > > > Subject: [ntfsd] Help me! I want to …
> > > >
> > > >
> > > > Hi,Everyone!
> > > >
> > > > i want to hide a directory such as “c:\test” in win2k! i don’t know
how
> > to
> > > > do?
> > > >
> > > > please give me some advice!
> > > >
> > > > —
> > > > You are currently subscribed to ntfsd as: xxxxx@tataelxsi.co.in
> > > > To unsubscribe send a blank email to %%email.unsub%%
> > >
> > >
> > >—
> > >You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> > >To unsubscribe send a blank email to %%email.unsub%%
> >
> >
> >
> >
> >
> > 免费下载 MSN Explorer:http://explorer.msn.com/lccn/intl.asp�> >
> >
> > —
> > You are currently subscribed to ntfsd as: leezhiwei@263.net
> > To unsubscribe send a blank email to %%email.unsub%%
> >


ÏíÓÃÊÀ½çÉÏ×î´óµÄ Web µç×ÓÓʼþϵͳ ¡ª¡ª MSN Hotmail¡£
http://www.hotmail.com/cn

???Ǹ?ʲô?ģ?
???˭???Ҳ???ʶ??

----- Original Message -----
From: “?? ??”
To: “File Systems Developers”
Sent: Wednesday, April 03, 2002 10:53 AM
Subject: [ntfsd] RE: Help me! I want to …

> hi???ã???ʶ??Ӥ???
>
> 88??лл??˵???ټ???
>
>
> >From: “leezhiwei”
> >Reply-To: “File Systems Developers”
> >To: “File Systems Developers”
> >Subject: [ntfsd] RE: Help me! I want to …
> >Date: Tue, 2 Apr 2002 23:13:40 +0800
> >
> >hi,
> >
> >You should read codes of Filemon(itor), in which the author hooks fastio
> functions.
> >the command line open file not with common IRP, but with fastioXXXX
> function.
> >
> >you can get Filemon form www.sysinternals.com
> >
> >
> >good luck!
> >
> >lizhiwei
> >
> >----- Original Message -----
> >From: "???quot;
> >To: “File Systems Developers”
> >Sent: Tuesday, April 02, 2002 7:22 PM
> >Subject: [ntfsd] RE: Help me! I want to …
> >
> >
> > > Sorry,I know what you said!
> > >
> > > but i mean that after using command line “dir/a” and setting “show all
> > > files” in properties, you also can’t see the directory.
> > >
> > > please give me some advice.
> > >
> > >
> > >
> > >
> > >
> > > >From: “Prasanna B R”
> > > >Reply-To: “File Systems Developers”
> > > >To: “File Systems Developers”
> > > >Subject: [ntfsd] RE: Help me! I want to …
> > > >Date: Tue, 2 Apr 2002 14:45:52 +0530
> > > >
> > > >The file or the directory can be hidden programmatically by setting
> the
> > > file
> > > >attribute to FILE_ATTRIBUTE_HIDDEN. This is set using,
> > > >1. ZwSetInformationFile (), in Kernel mode.
> > > >2. SetFileAttributes (), in User mode.
> > > >
> > > >Refer the SDK and DDK for further info on this.
> > > >
> > > >Regards,
> > > >Prasanna.
> > > >
> > > > > -----Original Message-----
> > > > > From: xxxxx@lists.osr.com
> > > > > [mailto:xxxxx@lists.osr.com]On Behalf Of Lindong Xie
> > > > > Sent: Tuesday, April 02, 2002 2:32 PM
> > > > > To: File Systems Developers
> > > > > Subject: [ntfsd] Help me! I want to …
> > > > >
> > > > >
> > > > > Hi,Everyone!
> > > > >
> > > > > i want to hide a directory such as “c:\test” in win2k! i don’t know
> how
> > > to
> > > > > do?
> > > > >
> > > > > please give me some advice!
> > > > >
> > > > > —
> > > > > You are currently subscribed to ntfsd as: xxxxx@tataelxsi.co.in
> > > > > To unsubscribe send a blank email to %%email.unsub%%
> > > >
> > > >
> > > >—
> > > >You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> > > >To unsubscribe send a blank email to %%email.unsub%%
> > >
> > >
> > >
> > >
> > >
> > > 免费下载 MSN Explorer:http://explorer.msn.com/lccn/intl.asp???> >
> > >
> > > —
> > > You are currently subscribed to ntfsd as: leezhiwei@263.net
> > > To unsubscribe send a blank email to %%email.unsub%%
> > >
>
>
>
>
>

> ??? Web ???ʼ?ϵͳ ??? MSN Hotmail??
> http://www.hotmail.com/cn
>
>
> —
> You are currently subscribed to ntfsd as: leezhiwei@263.net
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

You should read codes of Filemon(itor), in which the author hooks fastio
functions.the command line open file not with common IRP, but with
fastioXXXX
function.

ÄܽâÊÍÒ»ÏÂÂð£¬Ð»Ð»£¡

From: “leezhiwei”
>Reply-To: “File Systems Developers”
>To: “File Systems Developers”
>Subject: [ntfsd] RE: Help me! I want to …
>Date: Wed, 3 Apr 2002 12:15:02 +0800
>
>ÄãÊǸÉʲôµÄ£¿
>ËïÊÇË­£¿ÎÒ²»ÈÏʶ¡£
>
>
>----- Original Message -----
>From: “Óê ¿Í”
>To: “File Systems Developers”
>Sent: Wednesday, April 03, 2002 10:53 AM
>Subject: [ntfsd] RE: Help me! I want to …
>
>
> > hi£¬ÄãºÃ£¬ÈÏʶËïÓ¤Âð£¿
> >
> > 88£¬Ð»Ð»ÄÜ˵µÃÔÙ¼òµ¥µãÂð
> >
> >
> > >From: “leezhiwei”
> > >Reply-To: “File Systems Developers”
> > >To: “File Systems Developers”
> > >Subject: [ntfsd] RE: Help me! I want to …
> > >Date: Tue, 2 Apr 2002 23:13:40 +0800
> > >
> > >hi,
> > >
> > >You should read codes of Filemon(itor), in which the author hooks
fastio
> > functions.
> > >the command line open file not with common IRP, but with fastioXXXX
> > function.
> > >
> > >you can get Filemon form www.sysinternals.com
> > >
> > >
> > >good luck!
> > >
> > >lizhiwei
> > >
> > >----- Original Message -----
> > >From: "é›?å®?quot;
> > >To: “File Systems Developers”
> > >Sent: Tuesday, April 02, 2002 7:22 PM
> > >Subject: [ntfsd] RE: Help me! I want to …
> > >
> > >
> > > > Sorry,I know what you said!
> > > >
> > > > but i mean that after using command line “dir/a” and setting “show
all
> > > > files” in properties, you also can’t see the directory.
> > > >
> > > > please give me some advice.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > >From: “Prasanna B R”
> > > > >Reply-To: “File Systems Developers”
> > > > >To: “File Systems Developers”
> > > > >Subject: [ntfsd] RE: Help me! I want to …
> > > > >Date: Tue, 2 Apr 2002 14:45:52 +0530
> > > > >
> > > > >The file or the directory can be hidden programmatically by
setting
> > the
> > > > file
> > > > >attribute to FILE_ATTRIBUTE_HIDDEN. This is set using,
> > > > >1. ZwSetInformationFile (), in Kernel mode.
> > > > >2. SetFileAttributes (), in User mode.
> > > > >
> > > > >Refer the SDK and DDK for further info on this.
> > > > >
> > > > >Regards,
> > > > >Prasanna.
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: xxxxx@lists.osr.com
> > > > > > [mailto:xxxxx@lists.osr.com]On Behalf Of Lindong
Xie
> > > > > > Sent: Tuesday, April 02, 2002 2:32 PM
> > > > > > To: File Systems Developers
> > > > > > Subject: [ntfsd] Help me! I want to …
> > > > > >
> > > > > >
> > > > > > Hi,Everyone!
> > > > > >
> > > > > > i want to hide a directory such as “c:\test” in win2k! i don’t
know
> > how
> > > > to
> > > > > > do?
> > > > > >
> > > > > > please give me some advice!
> > > > > >
> > > > > > —
> > > > > > You are currently subscribed to ntfsd as:
xxxxx@tataelxsi.co.in
> > > > > > To unsubscribe send a blank email to %%email.unsub%%
> > > > >
> > > > >
> > > > >—
> > > > >You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> > > > >To unsubscribe send a blank email to %%email.unsub%%
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > 免费下载 MSN Explorer:http://explorer.msn.com/lccn/intl.aspã€
?> >
> > > >
> > > > —
> > > > You are currently subscribed to ntfsd as: leezhiwei@263.net
> > > > To unsubscribe send a blank email to %%email.unsub%%
> > > >
> >
> >
> >
> >
> >

> > ÏíÓÃÊÀ½çÉÏ×î´óµÄ Web µç×ÓÓʼþϵͳ ¡ª¡ª MSN Hotmail¡£
> > http://www.hotmail.com/cn
> >
> >
> > —
> > You are currently subscribed to ntfsd as: leezhiwei@263.net
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>b‹š­ç.®·§¶\¬¹??amp;Þv?µûjÉÞ·_}íÉá¢ÙšŠW(?.žË›±Êâm?Ö›•©äzf¢–?y«Þž×ìwÍô?b²Û(
²·(

_________________________________________________________________
ÏíÓÃÊÀ½çÉÏ×î´óµÄ Web µç×ÓÓʼþϵͳ ¡ª¡ª MSN Hotmail¡£
http://www.hotmail.com/cn