Custom User
Uses Shell Launcher bound to an account you specify. It provides the flexibility to specify a single LOCAL or DOMAIN user to start Launcher post login.
Prerequisite
Have target Local or Domain user information
Auto-logon (optional). If you want the device to auto login after reboot, the following info is required
Setup during installation
Local User
.\BFEWindowsLauncher_installationScript.ps1 -MSIPath "C:\...\BlueFletchLauncher-1.0.62-x64.msi" -ConfigPath "C:\...\launcher.json" -UserSetup 'LOCAL' -Username "<USERNAME>" -AutoLogonPath "C:\...\AutoLogon\Autologon64.exe" -Password "<PASSWORD>"
Domain User
.\BFEWindowsLauncher_installationScript.ps1 -MSIPath "C:\...\BlueFletchLauncher-1.0.62-x64.msi" -ConfigPath "C:\...\launcher.json" -UserSetup 'DOMAIN' -Domain "<DOMAINNAME>" -Username "<USERNAME>" -AutoLogonPath "C:\...\AutoLogon\Autologon64.exe" -Password "<PASSWORD>"
Last updated