From adb7aab83a0eebb7e76c85d6b9178a7b940ff1cd Mon Sep 17 00:00:00 2001
From: Costas K <11378310+kacos2000@users.noreply.github.com>
Date: Thu, 15 Jul 2021 20:02:48 +0300
Subject: [PATCH] Update README.md
---
README.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a5955fe..cbef143 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@
- [Encapsulation.db](https://github.com/kacos2000/Queries/blob/master/Encapsulationdb.sql) found at 'C:\Windows\appcompat\encapsulation\Encapsulation.db'
- **Windows 10/11 diagnostics stuff**
- *from 'C:\ProgramData\Microsoft\Diagnosis\EventTranscript\EventTranscript.db' ([more info here](https://github.com/rathbuna/EventTranscript.db-Research))*
+ *from 'C:\ProgramData\Microsoft\Diagnosis\EventTranscript\EventTranscript.db'`*` ([more info here](https://github.com/rathbuna/EventTranscript.db-Research))*
- [ClipboardHistory](https://github.com/kacos2000/Queries/blob/master/ClipboardHistory.Service.sql)
- [SoftwareUpdateClientTelemetry](https://github.com/kacos2000/Queries/blob/master/SoftwareUpdateClientTelemetry.sql)
- [Edge & Apps WebHistory](https://github.com/kacos2000/Queries/blob/master/Microsoft.WebBrowser.sql)
@@ -88,4 +88,9 @@
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) csv's*
-
+`*` Adjust settings:
+`HKLM: SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\EventTranscriptKey`
+ - DWORD `EnableEventTranscript` *(0: disabled, 1: enabled)*
+ - DWORD `HoursOfHistoryToKeep` *(in hours)*
+ - DWORD `MaxStoreSize` *(nr of bytes)*
+ - DWORD `RequestedMaxStoreSize` *(nr of bytes, same as above)*