Windows 10
There are two ways to install the LS Central AppShell: from the Microsoft Store or by sideloading.
To install from the Microsoft Store
To install by sideloading without the Microsoft Store
To manage configurations with PowerShell
To install from the Microsoft Store
- Open Microsoft Store and search for LS Central AppShell.
or
- Open this link (LS Central AppShell) in a web browser.
To install by sideloading without the Microsoft Store
- Download the Zip file for the Windows AppShell on the LS Retail Portal (login required) or from the LS Retail App Center.
- Open PowerShell in admin mode, and run the command Set-ExecutionPolicy RemoteSigned to allow the app to be installed (run Set-ExecutionPolicy Restricted to restore this setting after installing the app).
- Run the InstallLSCentralAppShell.ps1 script to install the AppShell.
To manage configurations with PowerShell
After installing the LS Central AppShell (version 2.2 or higher), you can add and delete configurations using PowerShell.
To add new configurations
- 'start lsappshell:addconfig?s="C:\YourPathToConfig\AppShellConfigs.xml"'
To delete specific configurations
- 'lsappshell:deleteconfig?name=NameOfConfiguration’
- ‘lsappshell:deleteconfig?id=IDOfConfiguration’
To delete all configurations
- ‘start lsappshell:deleteall’
Using the app
- Click here for more information about using the app
- Click here for more information about using Version 2.x.