Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xammp functions are restricted due to UAC win10. How to fix it?

I'm trying to install xampp (xampp-win32-7.0.0-0-VC14-installer) but I get this warning message saying that "Because an activated UAC on your system, some functions of XAMPP are possibly restricted..."

Here is xamp warning message screenshot:

Although I have already disabled UAC settings and gave permission to C drive and its subfolders, I still get this message.

Here is my UAC settings's screenshot:

If anyone could help me to fix this problem, I would appriciate.

Thank you!

like image 360
Fatih Yavuz Avatar asked Dec 27 '15 14:12

Fatih Yavuz


2 Answers

In order to disable UAC and install XAMPP, go to Registry Editor and navigate to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Registry Editor

Right click EnableLUA and modify the Value data to 0.

EnableLUA

Then restart your computer and you're ready to install XAMPP

Installing XAMPP

XAMPP installed

XAMPP Control Panel

like image 121
Tiago Martins Peres Avatar answered Oct 21 '22 13:10

Tiago Martins Peres


Moving the slider down doesn't completely disable UAC since Windows 8. This is changed compared to Windows 7, because the new Store apps require an active UAC. With UAC off, they no longer run.

Do what is suggested and install xampp to C:\xampp and not into program files.

like image 38
magicandre1981 Avatar answered Oct 21 '22 15:10

magicandre1981