Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: girder autoload only for adminstrative accts in W2K?

  1. #11
    Join Date
    Mar 2002
    Posts
    14

    Default girder autoload only for adminstrative accts in W2K?

    OK, I may have missed this in the Girder FAQs, but I seem to have problems autoloading Girder profiles on logging in as a non-administrative user in W2K. None of the girder settings seem to stick, like start in tray mode, no splash screen, etc. Do I have to install girder using normal user account (in addition to administrator account)? It always starts maximized, no profile loaded. Works normal if I'm logged in as admin.

    I'm using Girder 3.1.3c

    Thanks,
    Mark

  2. #12
    Join Date
    Mar 2002
    Posts
    14

    Default

    Are there any plans to enable non-admins to also enjoy girder in Win2k? In the meantime, are there any hacks for non-admin users to autostart girder with profile w/o manual intervention? (i.e. "girder myprofile.gml") in startup group or something??

    If you need a helping hand in this area let me know.

    Thanks,
    Mark

  3. #13
    Join Date
    Mar 2002
    Posts
    14

    Default

    Matt is correct, "normal" users are allowed to read HKLM, but not write. Yes, I think only admins can make changes, but normal users should be allowed to use (start) girder as well. Not knowing any girder internals, would it be possible to have a "preferences" file that girder can refer to, such as startup state, enabled devices/plugins, etc.? I'd imagine it will essentially be a copy of the girder hive.

    What do you folks think?

    Thanks,
    Mark

  4. #14
    Join Date
    Sep 2001
    Location
    Sheffield, UK
    Posts
    320

    Default

    Since girder is designed for control of the system (like the keyboard/mouse) I think it should only be modifiable by admins (imagine a normal user being able to remap keyboard keys for example!).

    Just had a thought. When girder loads does it attempt to write anything to the registry or is it purely reading data? Because if it attempts to write anything it may be causing the whole registry function to fail? Thus failing to retrieve the settings?

  5. #15
    Join Date
    Sep 2001
    Location
    Sheffield, UK
    Posts
    320

    Default

    Glad my 'thought' was helpful!
    I use the delphi registry routines myself quite a lot without any problems, then I realised I always use HKCU so the problem has never occurred.

  6. #16
    Join Date
    Sep 2001
    Location
    Sheffield, UK
    Posts
    320

    Default

    Mark. For my use it is much better if the configuration is saved in HKLM since the hardware etc. does not change per user.
    Is there any way you can access the registry with c++ to read and then separately to write?
    I appreciate it is probably a lot easier to do this in delphi than c but it would be very helpful.

  7. #17
    Join Date
    Sep 2001
    Location
    Sheffield, UK
    Posts
    320

    Default

    Thankyou Mark!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •