When attempting to install XAMPP (xampp-win32-7.0.0-0-VC14-installer), some users encounter a warning message stating, “Because an activated UAC on your system, some functions of XAMPP are possibly restricted…” Despite having disabled the UAC settings and granted permissions to the C drive and its subfolders, the warning persists.
Solution:
If you’re encountering this warning message despite disabling the User Account Control (UAC) settings, follow these steps to resolve the issue:
- Access Registry Editor:
- Press Windows + R to open the Run dialog box.
- Type regedit and press Enter to open the Registry Editor.
2. Navigate to the Desired Key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
- Modify EnableLUA Value:
- Locate the entry named EnableLUA in the right pane.
- Right-click on EnableLUA and select Modify.
- Change the Value data to 0 and click OK to save the changes.
- Restart Your Computer:
- After modifying the registry value, restart your computer to apply the changes.
- Install XAMPP:
- Once your computer has restarted, proceed with installing XAMPP as usual.
Important Note: Modifying registry settings can have significant impacts on your system. Ensure that you follow these steps carefully and make a backup of your registry before making any changes.
By following these steps, you should be able to disable the UAC restriction and proceed with the installation of XAMPP without encountering the warning message. If you continue to experience issues, consider reaching out to the XAMPP community or support for further assistance.