View Full Version : ADM file for Accessibility
Hammy
July 6th, 2004, 12:30 PM
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.
Hammy
July 7th, 2004, 08:33 AM
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]
|
|