Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ru-bem authored Mar 27, 2024
1 parent 040d910 commit 84cf64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion W11bALF_v1.1.0.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84cf64f

Please sign in to comment.