XAMPP Server Installation issues - apache

I have attached a screenshot!
I am unable to figure out why this error is coming!
I uninstalled previous version and I am trying to install newer version but this error is coming:
Please tell me how to solve this!

Deactivate UAC from control panel and then try to intall XAMPP.

You can disable the User Account Control.
http://www.mydigitallife.info/how-to-disable-and-turn-off-uac-in-windows-7/
Restart and install xampp.

Related

Windows could not start odoo-server-16.0 service on Local Computer. Error 2: The system cannot find the file specified

I try to install the nightly odoo latest version witch is odoo 16. After the installation finish, then i try to open it and the browser didnt show anything. So i try to see the services and i found out that odoo-server-16.0 isnt running. When i try to start it, the message is like this:
enter image description here
What should i do to solve this problem? Thanks a lot!
i already try to re-install but it didnt work either

How do I reinstall WSL ? Nothing works always same error

{Application Error}
The exception s (0x
whenever I try to start WSL it crashes and I can't find any way to fix it tried uninstalling it and installing it again but nothing works.
followed this guide to install
https://learn.microsoft.com/en-us/windows/wsl/install-win10#step-4---download-the-linux-kernel-update-package
error message:
Installed distros
This reply on github helped me
I got rid of 0x8007023e by following steps
Disable all VM-like options (wsl, docker, vm platform, hyperv ...) in Turn Windows features on or off
Reboot
Enable WSL and Virtual Machine Platform
Reboot

Creat react app is not installing in windows 10

I had installed the create-react-app with no build configuration in my windows10 Pc got this error. I try in administrator role also I got this same error
if any one knows please tell me how to resolve
Run with antivirus disabled (if you use Windows Defender, turn off Real-Time protection and Cloud-based protection).It worked for me!
Hope it Helps!!!
Try with yarn or lower npm version.
https://yarnpkg.com/lang/en/docs/cli/create/
Hope issue will be fixed.

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!
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.
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

Linux Sqliteman all buttons and tabs come up as disabled after installation configuration help needed?

I installed Sqlite 3.8 on Ubuntu 13 and I installed sqliteman for a GUI.
I got Sqliteman using Ubuntu Software Center, but after the installation completes, Sqliteman starts up but I can't click on anything cause everything in the application is disabled.
I'm assuming there is some sort of configuration step I am missing but I cannot find anything online to tell me what I'm missing.
If anybody knows what I can do I would appreciate some assistance.
I figured it out. First of all I had to install Qt 4 for linux.
After I did this it still wasn't working and still had everything greyed out. So I signed in as root user i.e sudo su and then Sqliteman works fine with root permissions.
Cheers