CoreShell Mobile is a UWP app that aims to create a better experience for mobile users based on Windows 10X shell. The shell is designed to run under the Windows MobileOS project.
Changes:
-
Implemented Task View button
-
Replaced app Action Center with system one
-
Fixed Search (opens system Search application)
-
Reimplemented the Power Dialog (it now works, it can shut down and reboot the system, but it was still intentionally not implemented, it opens Notepad instead).
-
Added shortcuts for Microsoft Edge, Apps Folder and File Explorer.
-
Removed incompatible notification code so it can run on full Windows.
-
The default background is the system background image (place the image in C:\Windows\Web\Wallpaper\Windows before setting)
To build the shell, you're gonna need a few things.
- Install Microsoft Visual Studio 2022 (any edition works)
- Make sure you've installed the
.NET Desktop Development
workload, along with theUniversal Windows Platform
workload. - Open the 10x-shell project by clicking the
factoryos-10x-shell.sln
file in your file explorer. - At the top of Visual Studio, click the
Local Machine
button to compile and start the shell in Debug mode.
Note
Since 10X shell is under development, you may not see any releases. Once a build is stable, it will be released.
To contribute to the shell, create an issue describing your suggestion, then you'll be given the green light to continue and make a PR. All contributions are appreciated!
10X shell is licensed under the MIT License, found here.
Credits: Pdawg for the original 10X shell recreation.