We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fd86b commit cece8d4Copy full SHA for cece8d4
Settings/set-Shell.bat
@@ -32,7 +32,8 @@ ECHO|set /p=%CURRENT%>CURRENT.OPTION
32
goto end
33
34
:Playnite
35
-reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "C:\Motion-Shell\Playnite\Motion-Shell.exe" /f
+set /p=PLAYNITE<PLAYNITE.LOCATION
36
+reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%PLAYNITE%" /f
37
set /p CURRENT=Playnite
38
ECHO|set /p=%CURRENT%>CURRENT.OPTION
39
@@ -44,4 +45,4 @@ ECHO|set /p=%CURRENT%>CURRENT.OPTION
44
45
46
47
:end
-Exit
48
+CALL %MYFILES\Settings.bat
0 commit comments