Earlier in the Session Recording Agent, the registry keys were added for enabling or disabling the events.
Centralized configuration of event logging policies since version 1811 provided new ways of avoiding editing the registry on each VDA. However, to troubleshoot on specific VDA, higher priority way to configure registry provides convenience.
Registry Key | Type | Description |
EnableSessionEvents | REG_DWORD | 1: enables event logging globally; 0: disables event logging globally (default value). |
EnableCDMUSBDriveEvents | REG_DWORD | 1: enables logging the insertion of CDM mapped USB mass storage devices; 0: disables logging the insertion of CDM mapped USB mass storage devices (default value). |
EnableGenericUSBDriveEvents | REG_DWORD | 1: enables logging the insertion of generic redirected USB mass storage devices; 0: disables logging the insertion of generic redirected USB mass storage devices (default value). |
EnableAppLaunchEvents | REG_DWORD | 1: enables logging only application starts; 2: enables logging both application starts and ends; 0: disables logging application starts and ends (default value). |
AppMonitorList | REG_MULTI_SZ | Specifies target applications to monitor, separates the application names with space. No application is specified by default, which means no application is captured by default. |
EnableFileOperationMonitorEvents | REG_DWORD | 1: enables logging file operations; 0: disables logging file operations (default value). |
FileOperationMonitorList | REG_MULTI_SZ | Specifies target folders to monitor,separates the absolute paths of target files with space. No folder is specified by default, which means no file operation is captured by default. |
Tips: New event policies after version 1811 may not support troubleshooting via registry
3. Restart the Session Recording Agent to make your setting take effect.