×
×

Warning: json_decode() expects parameter 1 to be string, array given in /var/www/stage/quest-global-v2/wp-content/plugins/rx-dynamic-sections/sections.php on line 7088

Scope

• A keyboard filter driver to capture key presses

• A Windows service to process key presses and perform dierent operations

• A UWP application to display system information, communicate to the driver through HSA

• Driver has to adhere to DCHU (Universal driver architecture)

   - Extended the functionality through Extension drivers and SW components

• Windows 10S support

• Servicing of Driver packages through Windows Update (WU)

• Servicing of UWP application from Windows App Store

Solution

  • A keyboard filter driver has been developed as a Base Driver which will capture the keystrokes and passes to Hotkey Win32 service
  • An extension driver creates a software component node. Win32 service is installed as a Software component
  • Hotkey UWP App is a Hardware Supported Application (HSA)
  • Version Binding has been adopted for resolving version mismatch between driver and app
  • Migration Blocker has been provided to OS Image so that legacy hotkeys can be replaced with UWP solution without issues

Warning: Use of undefined constant string - assumed 'string' (this will throw an Error in a future version of PHP) in /var/www/stage/quest-global-v2/wp-content/plugins/rx-dynamic-sections/sections.php on line 6721

Benefits

Benefits

  • Better user experience with the use of dedicated keyboard keys
  • Hassle-free versioning, updates

Results

  • First HSA solution for customer division
  • Supported customer with driver targeting, driver flighting, and serving through WU and App store