问题
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?
回答1:
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.
回答2:
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
回答3:
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.
回答4:
- Close Xampp process.
- Go and open
C://xampp/xampp-control.ini
Change these properties from x-number to 0
- Restart Xampp.
This worked for me.
回答5:
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.

回答6:
Quit Xampp
Delete xampp-control.ini file in xampp installation folder
Start Xampp
回答7:
Clicking on xampp-control file in xampp folder (in my case it's in C:/xampp folder) will open XAMPP control panel.
回答8:
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.
回答9:
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
回答10:
- 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.
回答11:
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.
回答12:
Bonjour
- Go to xampp Directory.
- Delete the xampp-control.ini file
- Restart your xampp and it will work.
Merci!!
回答13:
Go to your XAMPP might be in the C folder or D depending on the installation, installation folder. At the bottom find xampp-control.exe file. Right click on that file and select "Pin To Start"
回答14:
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.
回答15:
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
回答16:
What worked for me was checking for windows updates and installing them
回答17:
Uncheck "Start Control Panel Minimized
" in the configuration
回答18:
Simply bring up the task manager, go to Xampp and "bring to front"
回答19:
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
回答20:
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
回答21:
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
回答22:
Below steps works for me.
1) Open XAMPP, from taskbar right click on popup shown on mouse over of the XAMPP icon.
2) Select maximize, it will show XAMPP control panel in maximize mode.
3) Select topbar of the XAMPP and drag it down it will reset the size and that's it.
Now next time, when you open XAMPP it will show on the same location where you closed XAMPP previously.
回答23:
- 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