UiPath run without Orchestrator

sometimes I want to run my project without Orchestrator we can use command for a run it

Examples

 UiRobot -file "C:\UiPath\Project\Main.xaml" 

In case not set UiRobot path

"C:\Users\{UserLogin}\AppData\Local\UiPath\app-20.4.0-beta0718\UiRobot.exe" -file "C:\UiPath\Project\Main.xaml"

Ex File