I would like to initialize Apache and Mysql from Xampp as soon as the system is booted, I ran some searches and found this:
Service installation: In C: / xampp / apache double-click on "apache_installservice.bat". Uninstalling the service: In the C: / xampp / apache double-click "apache_uninstallservice.bat"
Service installation: In C: / xampp / mysql double-click on "mysql_installservice.bat". Uninstalling the service: No C: / xampp / mysql double-click on "mysql_uninstallservice.bat"
But I came across the following problem, when I run both the following messages appear, respectively:
Installing Apache2.4 as an Service Installing the 'Apache2.4' service (OS 5) Access is denied. : AH00369: Failed to open the Windows service manager, per haps you forgot to log in to Adminstrator? Now we Start Apache2.4 :) The service name is invalid.
For more help, enter NET HELPMSG 2185.
Press any key to continue. . .
Installing MySQL as an Service The system can not find the file specified. Install / Remove of the Denied Service! Try to start the MySQL deamon as service ... O The service name is invalid.
For more help, enter NET HELPMSG 2185.
Press any key to continue. . .
Someone could help, thank you!