Skip to content

Commit af4e4ea

Browse files
authored
Remove Memory Management, Fix Quality Updates
-Removed "ClearPageFileAtShutdown" entry as it's already the Windows default. -Changed Delay of Quality Updates (Security Updates) from 30 days to 7 days for security purposes.
1 parent 599e4bd commit af4e4ea

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

autounattend.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ Windows Registry Editor Version 5.00
19181918
"DeferFeatureUpdates"=dword:00000001
19191919
"DeferFeatureUpdatesPeriodInDays"=dword:0000016d
19201920
"DeferQualityUpdates"=dword:00000001
1921-
"DeferQualityUpdatesPeriodInDays"=dword:0000016d
1921+
"DeferQualityUpdatesPeriodInDays"=dword:00000007
19221922
19231923
; Disables allowing downloads from other PCs (Delivery Optimization)
19241924
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
@@ -2106,11 +2106,6 @@ Windows Registry Editor Version 5.00
21062106
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
21072107
"LongPathsEnabled"=dword:00000001
21082108
2109-
; --Memory Management--
2110-
; Controls whether the memory page file is cleared at shutdown (0 means it will not be cleared, speeding up shutdown)
2111-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
2112-
"ClearPageFileAtShutdown"=dword:00000000
2113-
21142109
; --Multimedia and Gaming Performance--
21152110
; Gives Multimedia Applications like Games and Video Editing a Higher Priority
21162111
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile]
@@ -2372,12 +2367,6 @@ Windows Registry Editor Version 5.00
23722367
"SystemResponsiveness"=dword:00000014
23732368
"NetworkThrottlingIndex"=dword:ffffffff
23742369
2375-
; --Revert Memory Management--
2376-
2377-
; Reverts Clearing the Page File at Shutdown to Default (Enabled)
2378-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
2379-
"ClearPageFileAtShutdown"=dword:00000001
2380-
23812370
; --Revert Gaming Performance--
23822371
23832372
; Reverts Graphics Cards Priority for Gaming to Default

0 commit comments

Comments
 (0)