From 84cf64fbd370e781b2ffa3f34453b0e4a0f9f318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rubem=20J=C3=BAnior?= <60861729+rubem-psd@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:28:12 -0300 Subject: [PATCH] Add files via upload --- W11bALF_v1.1.0.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/W11bALF_v1.1.0.cmd b/W11bALF_v1.1.0.cmd index 6f9c9ed..1455143 100644 --- a/W11bALF_v1.1.0.cmd +++ b/W11bALF_v1.1.0.cmd @@ -731,7 +731,7 @@ reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\Inpro reg add HKCU\Software\Policies\Microsoft\Windows\Explorer /v DisableSearchBoxSuggestions /t REG_DWORD /d 1 /f >nul 2>&1 reg add HKCU\System\GameConfigStore /v GameDVR_Enabled /t REG_DWORD /d 0 /f >nul 2>&1 reg delete HKCU\Software\Microsoft\Siuf\Rules /v PeriodInNanoSeconds /f >nul 2>&1 -taskkill /f /im explorer.exe >nul 2>&1 & start explorer.exe >nul 2>&1 +taskkill /f /im explorer.exe >nul 2>&1 for /l %%G in (1,1,4) do (timeout /t 1 >nul & tasklist | find /i "explorer.exe" >nul || (start explorer.exe)) echo  goto:eof