Results 1 to 2 of 2

Thread: ADM file for Accessibility

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    5

    ADM file for Accessibility

    Hello, I'm currently trying to write an ADM file which will allow our disabled users to have access to features such as mouse trails and other usefull bits. Does anyone have any examples or know of a good site to help me out. I'm currently working on 2 particular reg settings which are HKCU

    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "UserPreferencesMask"=hex:9e,7e,07,80

    and

    [HKEY_CURRENT_USER\Control Panel\Mouse]
    "MouseTrails"="7"

    Any help will be most appreciated.
    Cheers

    Hammy

  2. #2
    Junior Member
    Join Date
    Jul 2004
    Posts
    5

    addition to original request

    An addition to my earlier request, here is a copy of an adm file that I've written. The Mouse Settings part works but the Highlight Pointer bit doesn't. Any ideas, unfortunately it looks like Microsoft adm files don't support reg_binary very well. If nothing else if anyone needs help doing the same type of thing this should point you in the right direction.

    Cheers

    H

    CLASS USER

    CATEGORY "DSG - DISABILITY"

    CATEGORY "Desktop"

    POLICY "Highlight Pointer"
    KEYNAME "Control Panel\Desktop"
    PART "UserPreferencesMask" EDITTEXT
    VALUENAME "UserPreferencesMask"
    END PART
    EXPLAIN "Allows the user to see where the mouse is by pressing the ctrl key setting is 9e7e0580"

    END POLICY

    END CATEGORY

    CATEGORY "Control Panel"

    POLICY "Mouse Settings"
    KEYNAME "Control Panel\Mouse"
    VALUENAME "MouseTrails"
    VALUEON 7
    VALUEOFF 0
    EXPLAIN "GIVES MOUSE TRAILS"

    END POLICY

    END CATEGORY


    END CATEGORY
    ;========== ========== ========== ========== ========== ========== ========== ==========
    [Strings]
    Cheers

    Hammy

Posting Permissions

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