XAMPP Start automatically on Windows 7 startup

后端 未结 7 1080
庸人自扰
庸人自扰 2020-12-05 07:31

XAMPP Version 3.2.1 installed on Windows 7. It didn\'t get started automatically on Windows boot.

Tried: looking in service, it shows neither Apache nor

相关标签:
7条回答
  • 2020-12-05 07:49

    I am using XAMPP on Win 7 and 8.1 too...it start normally.

    Did you try to check the services on Start > RUN > services.msc

    Find the service: Apache 2.x. (right click) choose Properties. At form "Startup type" choose "Automatically" and Start the service on.

    you should reset the PC and check out again.

    Do the same with mySQL.

    If you can not solve the problem, use XAMPP Panel to start it manually.

    0 讨论(0)
  • 2020-12-05 07:52

    Try following Steps for Apache

    • Go to your XAMPP installation folder. Right-click xampp-control.exe. Click "Run as administrator"
    • Stop Apache service action port
    • Tick this (in snapshot) check box. It will ask if you want to install as service. Click "Yes".
    • Go to Windows Services by typing Window + R, then typing services.msc

    • Enter a new service name as Apache2 (or similar)

    • Set it as automatic, if you want it to run as startup.

    Repeat the steps for the MySQL service

    0 讨论(0)
  • 2020-12-05 07:55

    Try to run Your XAMPP Control Panel as Run as administrator, then install Apache and MySQL.

    When XAMPP opens, ensure that Apache and MySQL services are stopped.

    Now just check/tick on Apache and Mysql service module.

    Now Apache and MySQL will be added to window services. You can set these services to start when Windows boots.

    0 讨论(0)
  • 2020-12-05 07:57

    You can put in this directory your Xampp control panel shortcut it will work fine (it will automatically start after windows startup) as @wajahat-hashmi answered above:

    C:\Users\User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    

    About aditional windows script or programs that we need to run automatically...

    I needed to create some additional scripts to initialize some windows services. If someone has the same need you can put in that same directory, they will all run right after windows startup.

    For me, Xampp auto start and other scripts and shortcuts worked fine in windows 8.1, I think it will work fine in any windows version.

    I hope it works well for anyone who has the same need.

    0 讨论(0)
  • 2020-12-05 07:59

    Go to the Config button (up right) and select the Autostart for Apache.enter image description here

    0 讨论(0)
  • 2020-12-05 08:09

    In addition to MR Chandru"s answer above, do these steps after configuring XAMPP:

    • open the directory where XAMPP is installed. By default it's installed at C:\xampp
    • Create Shortcut to the file xampp-control.exe, the XAMPP Control Panel
    • Paste it in

    C:\Users\User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

    or

    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

    The XAMPP Control Panel should now auto-start whenever you reboot Windows.

    0 讨论(0)
提交回复
热议问题