Skip to content

Commit cece8d4

Browse files
1.0.0.0
1 parent a9fd86b commit cece8d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Settings/set-Shell.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ ECHO|set /p=%CURRENT%>CURRENT.OPTION
3232
goto end
3333

3434
: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
35+
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
3637
set /p CURRENT=Playnite
3738
ECHO|set /p=%CURRENT%>CURRENT.OPTION
3839
goto end
@@ -44,4 +45,4 @@ ECHO|set /p=%CURRENT%>CURRENT.OPTION
4445
goto end
4546

4647
:end
47-
Exit
48+
CALL %MYFILES\Settings.bat

0 commit comments

Comments
 (0)