Re: How to determine if MailSlots are enabled



Scott,

Download and run Filemon from Sysinternals :
http://www.sysinternals.com/Utilities/Filemon.html

Named Pipes and Mail Slots

Starting in version 4.1 FileMon is able to monitor named pipe and mail slot file system activity on Windows NT/2K. Named pipes are commonly used as a communications mechanism in NT/Win2K by core subsystems like the Local Security Authority Subsystem (LSASS), and are used by DCOM. They are also used by network components such as the Browser service. To see named pipe activity with FileMon select Named Pipes in the Drives menu and perform an operation on a shared network resource, or open an application
such as Regedt32 that interacts with the security subsystem.

MowGreen [MVP 2003-2006]
===============
*-343-* FDNY
Never Forgotten
===============


Scott Lester wrote:

According to the MS06-035 documentation MailSlots are not enabled by default on Windows XP SP2 workstations. How do you determine if they are enable or disabled?
.



Relevant Pages

  • Re: drives free space is automatically decreasing!!!...please help-Urgent
    ... FileMon monitors and displays file system activity on a system in real-time. ... Microsoft MVP [Windows XP Shell/User] ... And every other application also shows the decreased capacity which ...
    (microsoft.public.windowsxp.general)
  • Re: Named Pipe Problem
    ... up on a call to WriteFile on the named pipe when under load. ... To start the test I open two "Visual Studio 2005 Command Prompt" ... windows. ... debug directory. ...
    (microsoft.public.win32.programmer.networks)
  • Re: tail -f | gawk on Windows
    ... I can't see the file in Windows explorer or by dir /a:h. ... it is a regular file in the %WINDIR%\temp directory with a name like ... scs1502.tmp - windows creates the name to guarantee it to be unique. ... gawk also has an open named pipe and it's named the ...
    (comp.lang.awk)
  • Re: Reading from a named pipe
    ... Are you asking how to create the named pipe? ... That is an operating system ... Windows also has named pipes, but they behave somewhat differently than Unix named pipes. ... we ended up writing a small library that simulated Unix named pipes under Windows using shared memory. ...
    (comp.lang.ruby)
  • Named Pipe Problem
    ... I am using Visual C++ version 8.x to create a named pipe client and ... up on a call to WriteFile on the named pipe when under load. ... windows. ... debug directory. ...
    (microsoft.public.win32.programmer.networks)