To start SQL Server with minimal configuration from a command prompt
sqlservr -f
Or
From a command prompt, enter the following to start SQL Server independently of the Service Control Manager:
sqlservr -c -f
Starting SQL Server Manually