XAMPP installation on Win 8.1 with UAC Warning
There are two things you need to check:
- Ensure that your user account has administrator privilege.
- Disable UAC (User Account Control) as it restricts certain administrative function needed to run a web server.
To ensure that your user account has administrator privilege, run lusrmgr.msc
from the Windows Start > Run menu to bring up the Local Users and Groups
Windows. Double-click on your user account that appears under Users
, and verifies that it is a member of Administrators
.
To disable UAC (as an administrator), from Control Panel
:
- Type UAC in the search field in the upper right corner.
- Click
Change User Account Control
settings in the search results. - Drag the slider down to
Never notify
and click OK.
open up the User Accounts
window from Control Panel
. Click on the Turn User Account Control on or off
option, and un-check the checkbox.
Alternately, if you don't want to disable UAC, you will have to install XAMPP in a different folder, outside of C:\Program Files (x86)
, such as C:\xampp
.
Hope this helps.
You can solve the issue by
- Ignore the warning and Install XAMPP directly under C:/ folder. It will solve your issue
- You can deactivate the UAC which i don't recommend. It's makes your PC less secure.