You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for choosing to use Motion-Shell, please take a few moments to read the following:
13
+
14
+
Motion Shell is a script to replace the default Windows Shell with a different program and restores the default Windows Shell once closed, creating a separate gaming mode from desktop mode similar to the Steam Deck.
15
+
16
+
Motion Shell does not include Steam or Playnite, please download and install them from the respective official source before continuing with this installer.
17
+
18
+
Currently only Playnite is supported, with and without a splash video.
ECHO By default this is C:\Users\%USERNAME%\AppData\Local\Playnite but may be different if you selected to change location or used the portable install option during setup.
41
+
ECHO Please do not use quotation marks ("")
42
+
Set /p Playniteloc=Enter your playnite installation location:
43
+
ECHO|set /p=%result%>Playnite.LOCATION
44
+
ECHO Playnite install folder set to: %result%
45
+
ECHO.
46
+
ECHO.
47
+
timeout /t 10
48
+
49
+
:misc
50
+
rem adding registry key to set Playnite as shell and running a Powershell script to set Playnite startup and close script.
ECHO Motion Shell has set Playnite as the Shell, this will launch Playnite when you next sign in, when you close Playnite the default Windows Explorer will be opened.
ECHO Motion Shell has set Playnite as the Shell, this will launch Playnite when you next sign in, when you close Playnite the default Windows Explorer will be opened.
84
+
ECHO.
85
+
ECHO If you move your Playnite installation, please re-run this script else your system will login to a blank screen, if this does happen please use CTRL + ALT + Delete to open Task Manager.
86
+
ECHO Once in Task Manager click Run New Task and type Explorer into the box and hit enter.
87
+
ECHO.
88
+
ECHO.
89
+
goto complete
90
+
91
+
:complete
92
+
rem removing temp folder and offering for user to logout.
93
+
RMDIR /S /Q %temp%\Motion-Shell
94
+
ECHO Would you like to logout now to use the new shell?
0 commit comments