From 0a73b33ccc0c71ff465a0fca8ab0d34043238b51 Mon Sep 17 00:00:00 2001 From: Costas K <11378310+kacos2000@users.noreply.github.com> Date: Sun, 18 Jul 2021 17:41:23 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a91368..3de16e9 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ - [Microsoft.Windows.Inventory.Core.Install](https://github.com/kacos2000/Queries/blob/master/Inventory.sql) *(installation [state](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709#microsoftwindowsinventorycoreinventoryapplicationadd) for all hardware and software components).*
- [TextInputSessions](https://github.com/kacos2000/Queries/blob/master/Text-InputSession.sql)
- [Immersive-Shell](https://github.com/kacos2000/Queries/blob/master/Immersive-Shell.sql)
+ - [User Account Controls (UAC)](https://github.com/kacos2000/Queries/blob/master/UAC.sql)
- ---------- - [List unigue Event Names in the dB](https://github.com/kacos2000/Queries/blob/master/EventTranscript_GetEventNameList.sql)
- *Sample event name lists:*
@@ -91,7 +92,8 @@ 2. [(csv2 with 2800+)](https://github.com/kacos2000/Queries/blob/master/full_event_names.csv) names compiled from
2a. [Win10 csv](https://github.com/kacos2000/Queries/blob/master/full_event_names1.csv) &
2b. [Win11 csv (VM)](https://github.com/kacos2000/Queries/blob/master/full_event_names2.csv)
- + - *[Event Tracing GUID + Provider name list](https://github.com/kacos2000/Queries/blob/master/providers.txt)*
+ `(*)` Adjust settings: `HKLM: SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\EventTranscriptKey` - DWORD `EnableEventTranscript` *(0: disabled, 1: enabled)*