My Xampp control panel is not showing in the desktop (Windows 10), but can only up the servers through the shortcut (minimized option in the task bar).
As follows:
I have close the application without stopping the servers, will that be the case of this matter?
This may be too late, but I had the same issue for some time, I will share my workaround, it is not a permanent fix but it works, you have to use procexp from SysinternalsSuite https://docs.microsoft.com/en-us/sysinternals/downloads/
you launch procexp.exe, you search form xampp-control.exe and right click> window> Maximize.
Try this:
1-Right click xampp.exe and go to xampp folder
2-Find and delete xampp-control.ini and xampp-control.log
3-Restart xampp
There is also one temporary solution.
- Open XAMPP, You cannot see its window but its icon will be shown in the windows task bar.
- Hover your mouse over the XAMPP icon, a small popup will be shown.
- Right click on popup and choose maximize. This will maximize the XAMPP Control Panel and you can see all the options and logs.
This fix is temporary and you may have to do repeat the steps often.
Only 3 Steps:
- Open XAMPP
- Rollover over on XAMPP icon until the popup window comes up.
- Right click on the popup window and select Maximize.

Quit Xampp
Delete xampp-control.ini file in xampp installation folder
Start Xampp
I can suggest one thing. I had this situation. I solved that following the steps.
- Restart the computer.
- open taskbar to see if xampp is running.
- Stop xampp if it is running.
- Start xampp.
- It will again minimize in the system tray just double click on the xampp icon.
Maybe this will help thanks.
I had the same problem, what I did was try this suggestion and then run using Administrator, didn't have the same problem again, between just try with Run as Administrator as I read in logs it needed Administrator permission.
Try this:
1-Right click xampp.exe and go to xampp folder
2-Find and delete xampp-control.ini, log
3-Restart xampp
- Open XAMPP
- Hover over the XAMPP icon until the popup window comes up.
- Right click on the popup window and choose "maximize". This will display the XAMPP control panel in fullscreen mode.
- In full screen click and hold on the toolbar at the top and then drag it down until the control panel is in a re sizable view and release.
- You should now be able to minimize, maximize, or re size the panel with no problem.
There is also one temporary solution.
Open XAMPP, In the windows task bar. Hover your mouse over the XAMPP icon, a small popup will be shown. Right click on popup and choose size. click and pull bottom to resize window xampp controll.
This fix is temporary and you may have to do repeat the steps often.
Bonjour
- Go to xampp Directory.
- Delete the xampp-control.ini file
- Restart your xampp and it will work.
Merci!!
Clicking on xampp-control file in xampp folder (in my case it's in C:/xampp folder) will open XAMPP control panel.
Or try this:
It may be that the control panel position has been saved 'off screen'. This can happen if screen resolution has changed, or if a monitor has removed or changed.
To reset position:
1-Right click xampp.exe and go to xampp folder
2-Find and open xampp-control.ini with an editor, such as notepad.
3 Under [WindowSettings] are the settings for left and top position, plus width and height. Left and Top are pixel values for the control panel from the top left corner of your screen. If either of these are negative values the control panel will be off screen at default settings
4 Set them to something like: Left=200 Top=200
Leave the width and height settings as they are, save the changes.
This should get the panel in view on the screen.
Open Xamp installation folder (Windows >> C:\xampp\
)
- Quit Xampp (right click on icon tray)
- Delete
xampp-control.ini
file in xamp installation folder - Start Xampp again
What worked for me was checking for windows updates and installing them
Uncheck "Start Control Panel Minimized
" in the configuration
Go to xampp directory and right click on xampp-control.exe than click on pin to start. it will appear in start bar you can pin it into task bar also
Go to the directory where xampp is installed for example if it's installed on drive C:// go C:\xampp folder and look for xampp-control.exe. right click and pin it to start or send it to desktop
i have the same problem but the solution is quite simple that worked perfectly for me
you must have the xampp directory inside the C: drive or wherever your installation location is
1: open up xampp folder from C:
2:scroll all the way down you will see xampp-control
3:Right click and Pin to start
- Quit Xampp
- Open Xampp installation folder
- Open xampp-control.ini with an editor
- Find [WindowSettings]
- Set all filed of WindowSettings ( Left, Top, Width, Height ) to ' -1 '
- Save file
- Start Xampp again
Example:
[WindowSettings]
Left=-1
Top=-1
Width=-1
Height=-1
来源:https://stackoverflow.com/questions/46627164/xampp-control-panel-is-not-showing