Docker desktop installing or removing

The problem is I installed docker two days ago. It was all fine. Yesterday I tried to run docker desktop and it gave an error. It also was not showing as the docker icon but as a blank file. Hence, I tried to uninstall so I can reinstall. Now it does nothing. When I uninstall it does nothing. When I run the executable it does nothing

I removed all files relating to docker I believe. When I then try to run the executable it creates the docker folder again with the following error in the install-log.

You can send feedback, including this log file, at https://github.com/docker/for-win/issues
[2024-11-05T21:03:10.849885600Z][ManifestAndExistingInstallationLoader][I] No install path specified, looking for default installation registry key
[2024-11-05T21:03:10.860886300Z][Installer][E] Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Path '', line 1, position 4615.
   at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
   at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
   at Docker.Installer.Manifest.FromJson(String json, Boolean skipPrerequisites, InstallerSettings installerSettings)
   at Docker.Installer.ManifestAndExistingInstallationLoader.LoadManifestIfFileExist(String installDir)
   at Docker.Installer.ManifestAndExistingInstallationLoader.Load()
   at Docker.Installer.Program.Resolve(InstallerSettings settings, ILogger log)
   at Docker.Installer.Program.Run(String[] args)

Does someone know what the error here means?

Version: 4.34.3
OS: Windows 10 Home

If you search for the error message, you can find similar issues with suggested solutions

I you want to uninstall Docker Desktop, you can follow the official guide

If it worked for a while, my guess would have been an antivirus that broke some files by moving them to quarantine or changing the files somehow.