Merge pull request #9559 from MicrosoftDocs/danbrown-privacy-events-w10-1809

[Feb 2024 release] Merge v1809 changes into privacy-update-vb branch
This commit is contained in:
Dan Brown 2024-02-02 16:54:54 -08:00 committed by GitHub
commit 88a3c42438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,15 @@
--- ---
description: Learn more about the Windows 10, version 1809 diagnostic data gathered at the basic level. description: Learn more about the Windows 10, version 1809 diagnostic data gathered at the basic level.
title: Windows 10, version 1809 basic diagnostic events and fields (Windows 10) title: Windows 10, version 1809 basic diagnostic events and fields (Windows 10)
ms.prod: windows-client ms.service: windows-client
ms.technology: itpro-privacy ms.subservice: itpro-privacy
localizationpriority: high ms.localizationpriority: high
author: DHB-MSFT author: DHB-MSFT
ms.author: danbrown ms.author: danbrown
manager: laurawi manager: laurawi
ms.date: 09/26/2023 ms.date: 02/27/2024
ms.topic: reference ms.topic: reference
ms.collection: privacy-windows
--- ---
@ -1740,7 +1741,7 @@ The following fields are available:
### Microsoft.Windows.Appraiser.General.SystemProcessorNxStartSync ### Microsoft.Windows.Appraiser.General.SystemProcessorNxStartSync
This event indicates that a new set of SystemProcessorNxAdd events will be sent. The data collected with this event is used to help keep Windows up to date. This event indicates that a new set of SystemProcessorNxAdd events will be sent. The data collected with this event is used to help keep Windows up to date.
This event includes fields from [Ms.Device.DeviceInventoryChange](#msdevicedeviceinventorychange). This event includes fields from [Ms.Device.DeviceInventoryChange](#msdevicedeviceinventorychange).
@ -1766,6 +1767,7 @@ The following fields are available:
The SystemProcessorPopCntStartSync event indicates that a new set of SystemProcessorPopCntAdd events will be sent. This event is used to understand if the system supports the PopCnt CPU requirement for newer versions of Windows. The SystemProcessorPopCntStartSync event indicates that a new set of SystemProcessorPopCntAdd events will be sent. This event is used to understand if the system supports the PopCnt CPU requirement for newer versions of Windows.
This event includes fields from [Ms.Device.DeviceInventoryChange](#msdevicedeviceinventorychange). This event includes fields from [Ms.Device.DeviceInventoryChange](#msdevicedeviceinventorychange).
The following fields are available: The following fields are available:
@ -4761,7 +4763,6 @@ The following fields are available:
- **InventoryVersion** The version of the inventory file generating the events. - **InventoryVersion** The version of the inventory file generating the events.
### Microsoft.Windows.Inventory.Core.InventoryDeviceInterfaceAdd ### Microsoft.Windows.Inventory.Core.InventoryDeviceInterfaceAdd
This event retrieves information about what sensor interfaces are available on the device. The data collected with this event is used to keep Windows performing properly. This event retrieves information about what sensor interfaces are available on the device. The data collected with this event is used to keep Windows performing properly.
@ -5841,6 +5842,58 @@ The following fields are available:
- **SecureBootUEFIEncoding** Information about the PK, KEKs, DB and DBX files on the device. - **SecureBootUEFIEncoding** Information about the PK, KEKs, DB and DBX files on the device.
### Microsoft.Windows.Security.SBServicing.ApplySecureBootUpdateStarted
Event that indicates secure boot update has started.
The following fields are available:
- **AvailableUpdates** Number of available secure boot updates.
- **SecureBootUpdateCaller** Enum value indicating if this is a servicing or an upgrade.
### Microsoft.Windows.Shell.StateCapture.TrayStateCapture
Captures numerous global settings and state involving how user has configured their Taskbar.
The following fields are available:
- **autoHideDesktop** Auto Hide Desktop
- **autoHideTablet** Auto Hide Tablet
- **cortanaButtonState** Cortana button state
- **decoupledCortanaButtonState** Decoupled Cortana button state
- **firstPartyToolbarsInUse** First Party toolbars in Use
- **lockedMoveTaskbar** Locked Move Taskbar
- **lockedSizeTaskbar** Locked Size Taskbar
- **monitorCount** Monitor count
- **multiDisplayButtonPlacement** Multi display button placement
- **multiDisplayTaskbar** Multi display taskbar
- **overflowAllowed** Overflow allowed
- **overflowItemCount** Overflow item content
- **peekToPreviewDesktop** Peek to Preview Desktop
- **showAppsInTablet** Shows apps in tablet
- **showClock** Show Clock
- **showInkWorkspace** Show Ink workspace
- **showInputIndicator** Show Input indicator
- **showLocation** Show Location
- **showMicrophone** Show Microphone
- **showNetwork** Show Network
- **showNotificationCenter** Show Notification Center
- **showPower** Show Power
- **showVolume** Show Volume
- **smallIcons** Small icons
- **taskbarBadging** Taskbar badging
- **taskViewButtonState** Task View button state
- **thirdPartyToolbarsInUse** Third part toolbars in use
- **toolbarsCount** Toolbars count
- **toolbarsShowing** Toolbars showing
- **toolbarsThirdPartyDefined** Toolbars third party defined
- **touchKeyboardDesktop** Touch keyboard desktop
- **touchKeyboardTablet** Touch keyboard tablet
- **triggerType** Trigger type
- **usePowershell** Use PowerShell
## Privacy consent logging events ## Privacy consent logging events
### Microsoft.Windows.Shell.PrivacyConsentLogging.PrivacyConsentCompleted ### Microsoft.Windows.Shell.PrivacyConsentLogging.PrivacyConsentCompleted
@ -10183,3 +10236,6 @@ The following fields are available:
- **LicenseXuid** If the license type is 1 (User), this field contains the XUID (Xbox User ID) of the registered owner of the license. - **LicenseXuid** If the license type is 1 (User), this field contains the XUID (Xbox User ID) of the registered owner of the license.
- **ProductGuid** The Xbox product GUID (Globally-Unique ID) of the application. - **ProductGuid** The Xbox product GUID (Globally-Unique ID) of the application.
- **UserId** The XUID (Xbox User ID) of the current user. - **UserId** The XUID (Xbox User ID) of the current user.