Hi, Agustin.
The old DOS tricks might work. Open a "DOS" window and navigate to the
..\vxd folder. Then type: dir /a /x
This should give you the usual Directory listing, but the /a will show ALL
files and folders, including those with attributes (system, hidden,
read-only) set. And the /x will add a column showing Short File Names (also
known as SFN or 8.3 filenames).
If you are sure that you want to wipe out EVERYTHING in the poissonbulle
folder, then get its SFN and type at the command prompt: rd <SFN> /s When
it asks "are you sure", say Yes.
This should Remove the Directory, including all subdirectories and files.
If you need (or want) to be more selective, then use the Dir command - with
switches - to find SFNs for your various files and folders and navigate
through them.
RC
--
R. C. White, CPA
San Marcos, TX
(E-Mail Removed)
Microsoft Windows MVP
"Agustin Chernitsky" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi guys,
>
> I found a service, which was created by a hacker, pointing to an exe file
> with this path: c:\WINNT\system32\vxd\poissonbulle\here\nbthlp.exe
>
> Now, I can browse up to c:\winnt\system32\vxd\, but if I do a "dir", I get
> nothing:
>
> <<<<
> Directory of C:\WINNT\system32\vxd
>
> 20/01/2004 08:12a <DIR> .
> 20/01/2004 08:12a <DIR> ..
> 0 File(s) 0 bytes
> 2 Dir(s) 37.210.169.344 bytes free
> >>>>
>
> Still, if I do a cd \WINNT\system32\vxd\poissonbulle\here\ I can access
> that directory:
>
> <<<<
> C:\>cd \WINNT\system32\vxd\poissonbulle\here
> C:\WINNT\system32\vxd\poissonbulle\here>dir
>
> Directory of C:\WINNT\system32\vxd\poissonbulle\here
>
> 31/01/2004 01:37p <DIR> .
> 31/01/2004 01:37p <DIR> ..
> 20/01/2004 08:48a <DIR> dmp
> 31/01/2004 01:37p 1.024 nbthlp.sys
> 31/01/2004 01:37p 49 ServUStartUpLog.txt
> 2 File(s) 1.073 bytes
> 3 Dir(s) 37.209.870.336 bytes free
> >>>>
>
> The funny thing, is that doing a "cd .." I get:
>
> <<<<
> C:\WINNT\system32\vxd\poissonbulle\here>cd ..
> The system cannot find the file specified.
> >>>>
>
> As you can see, I can't see the .exe file also...
>
> My question is, is there a way I can see these kind of directories?? I
would
> like to see if there are more directories hidden in my system like this...
>
> I tried doing a dir /ad from C:\WINNT\system32\vxd\, but nothing...
>
> I know I can remove the directory using rmdir \\.\c:\winnt\system32\vxd /s
>
> By the way, since the directory is invalid, this service PID doesn't show
in
> any process viewer or taskmanager (good trick).
>
> Thanks!
>
> Agustin