From 6ef52bf4d10adeb1d6c134420661c6f43af96af7 Mon Sep 17 00:00:00 2001 From: Aaron Parker Date: Tue, 15 Oct 2024 14:31:56 +1100 Subject: [PATCH] Update User.All.json Set HKCU:\Control Panel\Accessibility\MessageDuration to 30 seconds --- src/configs/User.All.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/configs/User.All.json b/src/configs/User.All.json index 710dd7d..8817f6b 100644 --- a/src/configs/User.All.json +++ b/src/configs/User.All.json @@ -129,6 +129,13 @@ "value": "Allow", "type": "String", "note": "Enables location services for Universal Windows Platform Apps" + }, + { + "path": "HKCU:\\Control Panel\\Accessibility", + "name": "MessageDuration", + "value": "30", + "type": "DWord", + "note": "Increase the timeout for new notifications - Dismiss notifications after this amount of time" } ] }