From ecd24c454c8b387419556fbd9a548a863005f607 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:31:54 -0800 Subject: [PATCH] Update Enable GamesDows.bat --- Enable GamesDows.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/Enable GamesDows.bat b/Enable GamesDows.bat index e0250f3..c4f1153 100644 --- a/Enable GamesDows.bat +++ b/Enable GamesDows.bat @@ -128,9 +128,6 @@ reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v VisualEffects /t REG_DWORD echo Increase File System Performance reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v NtfsDisableLastAccessUpdate /t REG_DWORD /d 1 /f -echo Optimize Paging File Performance -reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v DisablePagingExecutive /t REG_DWORD /d 1 /f - echo Disable Startup Delay reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /f reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v StartupDelayInMSec /t REG_DWORD /d 0 /f