mirror of
https://github.com/jazir555/GamesDows.git
synced 2025-06-03 06:07:22 +02:00
Update Enable GamesDows Playnite.bat
This commit is contained in:
parent
5fe58bc56a
commit
bf08fb5546
@ -25,7 +25,7 @@ if '%errorlevel%' NEQ '0' (
|
|||||||
echo Setting Playnite as default shell
|
echo Setting Playnite as default shell
|
||||||
|
|
||||||
echo Set Playnite as the default shell
|
echo Set Playnite as the default shell
|
||||||
SET "KEY_NAME=HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
|
SET "KEY_NAME=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
|
||||||
SET "VALUE_NAME=Shell"
|
SET "VALUE_NAME=Shell"
|
||||||
SET "PLAYNITE_FOLDER=%LOCALAPPDATA%\Playnite"
|
SET "PLAYNITE_FOLDER=%LOCALAPPDATA%\Playnite"
|
||||||
SET "PLAYNITE_PATH=%LOCALAPPDATA%\Playnite\Playnite.FullscreenApp.exe"
|
SET "PLAYNITE_PATH=%LOCALAPPDATA%\Playnite\Playnite.FullscreenApp.exe"
|
||||||
@ -133,7 +133,7 @@ bcdedit.exe -set {globalsettings} bootuxdisabled on
|
|||||||
|
|
||||||
echo Disable Logon UI
|
echo Disable Logon UI
|
||||||
|
|
||||||
reg add "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableLogonUI /t REG_DWORD /d 1 /f
|
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableLogonUI /t REG_DWORD /d 1 /f
|
||||||
|
|
||||||
echo Disable Visual Effects
|
echo Disable Visual Effects
|
||||||
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v VisualEffects /t REG_DWORD /d 3 /f
|
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v VisualEffects /t REG_DWORD /d 3 /f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user