Results 1 to 4 of 4

Thread: How to Register Dll for all users in terminal server

  1. #1
    Join Date
    Feb 2009
    Posts
    43

    How to Register Dll for all users in terminal server

    Hello , i Have A Terminal Server Setup , the problem is the Sometime the Dll files and i Want to Register the Dll Files For all user from the Terminal Servers , Can You tell me How Can i do So , Thanks in advance

  2. #2
    Join Date
    Jan 2006
    Posts
    3,792

    Re: How to Register Dll for all users in terminal server

    Have you tried changing server mode before doing the registration? also try "change user /install" , and after the registration You can then change it back to normal mode "change user /execute" after that users should try to log in again and test

  3. #3
    Join Date
    Jan 2006
    Posts
    4,221

    Re: How to Register Dll for all users in terminal server

    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.

    Note that registration data for a program is recognized only when the program is loaded. Therefore, if you issue a REGISTER command for a program that is already loaded, the changes will not take effect until the next time the program is loaded.

    Syntax
    register filename [/system | /user] [/guitext | /noguitext] [/v] [/?]


    Parameters
    • filename - Identifies 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.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Re: How to Register Dll for all users in terminal server

    Most commands can be found by using the "help" (ie write help in command prompt). There you can get help for most commands by typing "/?" after the command, or "help" before the command.

Similar Threads

  1. Replies: 4
    Last Post: 08-08-2011, 09:31 AM
  2. Terminal Server users are reportedly getting new profile
    By Harin$Akshi in forum Networking & Security
    Replies: 4
    Last Post: 19-05-2011, 12:19 PM
  3. Replies: 5
    Last Post: 22-08-2010, 02:39 AM
  4. Terminal services 2008 - MAC users
    By Marcus in forum Windows Server Help
    Replies: 2
    Last Post: 24-11-2008, 06:31 PM
  5. I can't grant terminal access to users in GPO
    By troy in forum Active Directory
    Replies: 3
    Last Post: 05-04-2007, 09:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,469,695.79528 seconds with 17 queries