The information in this article applies to:
SUMMARY
Many applications expect only one user to use the application at a time. In
a multiuser environment like Terminal Server, Dynamic Link Libraries (.dll
files) may fail to open if more than one user attempts to use them. The
REGISTER utility allows you to tell the system that a particular .dll file
should be made available globally to the system and to all users.
Syntaxregister filename [/system | /user] [/guitext | /noguitext] [/v] [/?]ParametersfilenameIdentifies the name of the file you want to register./system Registers filename as a system global resource./user Registers filename as a user global resource./guitext Registers filename as executable on text-only sessions./noguitext Registers filename as not executable on text-only sessions./v (verbose) Displays additional information./? (help) Displays the syntax for the command and information about the command's options. Security RestrictionsOnly administrators can run register.Additional query words:
Keywords : |
|
Last Reviewed: July 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |