From cf4e3284daa08e0056399878ce4bea5742a6868a Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:16:01 -0800 Subject: [PATCH] Update Enable GamesDows Playnite no splashscreen disabled welcome UI.bat --- ...le GamesDows Playnite no splashscreen disabled welcome UI.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat b/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat index 43b2868..4d30b55 100644 --- a/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat +++ b/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat @@ -9,6 +9,7 @@ SET "PLAYNITE_FOLDER=%LOCALAPPDATA%\Playnite" SET "PLAYNITE_PATH=%PLAYNITE_FOLDER%\Playnite.FullscreenApp.exe --hidesplashscreen" REG ADD "%KEY_NAME%" /v %VALUE_NAME% /t REG_SZ /d "%PLAYNITE_PATH%" /f +rem Disable Hibernate powercfg -h off reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f