fix MenuShowDelay reg changes (#3449)

- remove false MenuShowDelay
- replace original value with true default value
This commit is contained in:
MyDrift
2025-06-26 20:38:13 +02:00
committed by GitHub
parent 5e65505007
commit 7fa0594267

View File

@ -2012,13 +2012,6 @@
"Value": "4294967295", "Value": "4294967295",
"Type": "DWord" "Type": "DWord"
}, },
{
"Path": "HKCU:\\Control Panel\\Desktop",
"OriginalValue": "1",
"Name": "MenuShowDelay",
"Value": "1",
"Type": "DWord"
},
{ {
"Path": "HKCU:\\Control Panel\\Desktop", "Path": "HKCU:\\Control Panel\\Desktop",
"OriginalValue": "1", "OriginalValue": "1",
@ -2192,7 +2185,7 @@
}, },
{ {
"Path": "HKCU:\\Control Panel\\Desktop", "Path": "HKCU:\\Control Panel\\Desktop",
"OriginalValue": "1", "OriginalValue": "400",
"Name": "MenuShowDelay", "Name": "MenuShowDelay",
"Value": "200", "Value": "200",
"Type": "String" "Type": "String"