SharePoint 2013: Admin SVC must be running in order to create deployment timer job

So, I tried to deploy a solution with "Install-SPSolution" and got this error:

PS C:\Users\ACCOUNT> Install-SPSolution -Identity *.wsp -GACDeployment -CompatibilityLevel 14

Install-SPSolution : Admin SVC must be running in order to create deployment

timer job.

At line:1 char:1

+ Install-SPSolution -Identity *.wsp

-GACDeployment ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo          : InvalidData: (Microsoft.Share...InstallSolution: SPCmdletInstallSolution) [Install-SPSolution], SPCmdletException

+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletInstallSolution

Use this command:

sc config "SPAdminV4" start= Auto

Net start SPAdminV4

Or start the service via Computer Management:

SharePoint 2010: Missing Webparts (Media & Content)

SharePoint 2013: Service Pack 1 released