How To Hide the Automation Manager
Article ID: 138067
Article Last Modified on 7/1/2004
APPLIES TO
- Microsoft Visual Basic 5.0 Enterprise Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q138067
SUMMARY
Remote OLE Automation occurs when a client requests an object from a remote
server. For Remote OLE Automation to work, an application known as the
Automation Manager (AM) must be running on the server computer. When the AM
is started on the remote server computer, the LocalServer32 subkey under
the clsid key for the AM in the system registry is read. The AM is visible
by default. There are two ways to do this, either specify /Hidden as a
command line switch for the AM or modify a registry entry for the AM.
Keywords: kbhowto kbautomation kbremoteprog KB138067