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

纵然是瞬间 提交于 2019-12-07 00:55:30

问题


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!


回答1:


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.




回答2:


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

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

Right click EnableLUA and modify the Value data to 0.

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



来源:https://stackoverflow.com/questions/34481427/xammp-functions-are-restricted-due-to-uac-win10-how-to-fix-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!