Reputation: 1049
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?
Upvotes: 36
Views: 101629
Reputation: 43
Had the same problem of having the Control Panel hiding in the [Hidden Icons] in my Windows 10 PC. It didn't happen all the time. Once awhile, you might even get multiple XAMPP in the taskbar if you tried to open another XAMPP panel but none of them would open up.
Here is my simple solution.
Seem to me the problem is due to an old version of xampp-control.ini stuck in the folder.
(XAMPP Version 8.1.6, Control Panel v3.3.0)
Upvotes: 1
Reputation: 21
There is a very easy way in windows 10. check this out!
Then you'll get Xampp Control Panel.
Note - The 5th step will only shown if the app is hidden.
Upvotes: 2
Reputation: 1874
Here it's the easiest solution.
Right-click xampp.exe and go to xampp folder
Find and delete the following files xampp-control.ini - xampp-control.log
Restart xampp
Upvotes: 163
Reputation: 803
Sometimes if you install xampp not in the c drive, this happens
Upvotes: 0
Reputation: 193198
In my windows-10 localhost, double clicking xampp-control.exe
have no effect.
But when I use the clip and issue the command:
C:\Users\username>C:\xampp\xampp-control.exe
xampp-control services seems to get started as observed from the hidden icon tray.
But the process isn't observed either through Task Manager's Processes
or Services
tab,
But, second time issuing the same command through clip, the XAMPP Control Panel v3.2.4 shows up just perfect.
Upvotes: 0
Reputation: 425
In my case, the XAMPP window was just outside of my screen.
I just had to select it in the taskbar, press Alt+Space
, Move
and bring back the window using the arrow keys
Upvotes: 6
Reputation: 11
Easiest solution I found was:
Deleting the log and config file doesn't work for me. So this could be an alternative.
Upvotes: 1
Reputation: 21
This doesn't involve modifying, uninstalling, editing, or anything overtly complicated, just hovering:
Upvotes: 2
Reputation: 37
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"
Upvotes: 1
Reputation: 111
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.
Upvotes: 2
Reputation: 11
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
Upvotes: 1
Reputation: 11
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
Upvotes: 1
Reputation: 11
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
Upvotes: 1
Reputation: 61
Clicking on xampp-control file in xampp folder (in my case it's in C:/xampp folder) will open XAMPP control panel.
Upvotes: 5
Reputation: 25
Bonjour
Merci!!
Upvotes: 0
Reputation: 1409
C://xampp/xampp-control.ini
Change these properties from x-number to 0
This worked for me.
Upvotes: 46
Reputation: 31
Example:
[WindowSettings]
Left=-1
Top=-1
Width=-1
Height=-1
Upvotes: 1
Reputation: 69
What worked for me was checking for windows updates and installing them
Upvotes: 0
Reputation: 61
Only 3 Steps:
Upvotes: 6
Reputation: 1
Open Xamp installation folder (Windows >> C:\xampp\
)
xampp-control.ini
file in xamp installation folderUpvotes: -1
Reputation: 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.
Upvotes: 1
Reputation: 41
Upvotes: 4
Reputation: 29
Quit Xampp
Delete xampp-control.ini file in xampp installation folder
Start Xampp
Upvotes: 1
Reputation: 17
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
Upvotes: 0
Reputation: 21
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.
Upvotes: 2
Reputation: 68
I can suggest one thing. I had this situation. I solved that following the steps.
Maybe this will help thanks.
Upvotes: 1
Reputation: 392
There is also one temporary solution.
This fix is temporary and you may have to do repeat the steps often.
Upvotes: 27
Reputation: 1172
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://learn.microsoft.com/en-us/sysinternals/downloads/
you launch procexp.exe, you search form xampp-control.exe and right click> window> Maximize.
Upvotes: 19