Hi team I know of the manual way i.e. go to Start | Settings | Sounds & Notifications | Screen taps Does anyone know how to enable sounds on screen taps via registry or API? Thanks ken
How to enable tap sound via registry or API |
How to enable tap sound via registry or APIHi team I know of the manual way i.e. go to Start | Settings | Sounds & Notifications | Screen taps Does anyone know how to enable sounds on screen taps via registry or API? Thanks ken |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
2 Replies
Ken, Try the following [HKEY_CURRENT_USER\ControlPanel\Volume] "Screen"=dword:00010002
Ken, You can use the following registry key (documented at http://msdn.microsoft.com/en-us/library/aa913008.aspx ) [HKEY_CURRENT_USER\ControlPanel\Volume] "Key"=dword:0 0 = disable keyclicks 1 = quiet keyclicks 0x10002 = loud keyclicks You will need a warm boot after changing the key for it to take effect. Best Regards, Ian Hatton EMb EMEA