Skip to content

Commit d6a61bf

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 af4e4ea commit d6a61bf

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

UWScript.ps1

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ Windows Registry Editor Version 5.00
909909
"DeferFeatureUpdates"=dword:00000001
910910
"DeferFeatureUpdatesPeriodInDays"=dword:0000016d
911911
"DeferQualityUpdates"=dword:00000001
912-
"DeferQualityUpdatesPeriodInDays"=dword:0000016d
912+
"DeferQualityUpdatesPeriodInDays"=dword:00000007
913913
914914
; Disables allowing downloads from other PCs (Delivery Optimization)
915915
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
@@ -1097,11 +1097,6 @@ Windows Registry Editor Version 5.00
10971097
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
10981098
"LongPathsEnabled"=dword:00000001
10991099
1100-
; --Memory Management--
1101-
; Controls whether the memory page file is cleared at shutdown (0 means it will not be cleared, speeding up shutdown)
1102-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
1103-
"ClearPageFileAtShutdown"=dword:00000000
1104-
11051100
; --Multimedia and Gaming Performance--
11061101
; Gives Multimedia Applications like Games and Video Editing a Higher Priority
11071102
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile]
@@ -1363,12 +1358,6 @@ Windows Registry Editor Version 5.00
13631358
"SystemResponsiveness"=dword:00000014
13641359
"NetworkThrottlingIndex"=dword:ffffffff
13651360
1366-
; --Revert Memory Management--
1367-
1368-
; Reverts Clearing the Page File at Shutdown to Default (Enabled)
1369-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
1370-
"ClearPageFileAtShutdown"=dword:00000001
1371-
13721361
; --Revert Gaming Performance--
13731362
13741363
; Reverts Graphics Cards Priority for Gaming to Default
@@ -2712,4 +2701,4 @@ if (Test-Path -Path $markerFilePath) {
27122701
# Main loop to keep showing the main menu
27132702
while ($script:loop) {
27142703
Show-MainMenu
2715-
}
2704+
}

0 commit comments

Comments
 (0)