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.