From 1722f5b18d731f075f384fdadb7e4653ed8a27dc Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:48:57 -0800 Subject: [PATCH] Update Enable GamesDows.bat --- Enable GamesDows.bat | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Enable GamesDows.bat b/Enable GamesDows.bat index bf08e8d..093fd13 100644 --- a/Enable GamesDows.bat +++ b/Enable GamesDows.bat @@ -118,19 +118,18 @@ reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultP Echo Disable the boot UI bcdedit.exe -set {globalsettings} bootuxdisabled on -@echo off SETLOCAL ENABLEEXTENSIONS -:: Disable Visual Effects +echo Disable Visual Effects reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v VisualEffects /t REG_DWORD /d 3 /f -:: Increase File System Performance +echo Increase File System Performance reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v NtfsDisableLastAccessUpdate /t REG_DWORD /d 1 /f -:: Optimize Paging File Performance +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 -:: Disable Startup Delay +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