Constant Error popup "Cloning.exe This application cannot be started"


vinpor

New member
Local time
4:52 AM
Posts
2
OS
Windows 11 Home
Help anyone.

I keep getting this annoying popup on my new windows 11 desktop machine (image attached)

Does anyone know what the file cloning.exe is or does? I've tried running the .NetFixRepairTool that the popup prompts you to do with no success. This popup is really annoying.
 
Windows Build/Version
Windows 11 Home

Attachments

  • error.jpg
    error.jpg
    13.8 KB · Views: 1

My Computer

System One

  • OS
    Windows 11 Home
Help anyone.

I keep getting this annoying popup on my new windows 11 desktop machine (image attached)

Does anyone know what the file cloning.exe is or does? I've tried running the .NetFixRepairTool that the popup prompts you to do with no success. This popup is really annoying.
Click Yes and screenshot here.
Do not paste your screenshot to a oversized MS Paint canvas.
 

My Computers

System One System Two

  • OS
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    CPU
    Core i5-12450HX
    Memory
    20GB DDR5-4800
    Graphics Card(s)
    iGPU + RTX 3050 Mobile (6GB)
    Sound Card
    Realtek
    Monitor(s) Displays
    the built-in laptop screen, and a generic monitor
    Screen Resolution
    1080p * 2
    Hard Drives
    GIGABYTE NVMe SSD 256GB (GP-GSM2NE3256GNTD)
    Micron NVMe SSD 512GB (MTFDKCD512QFM-1BDIAABLA)
    Browser
    Firefox
    Antivirus
    WD
  • Operating System
    Windows 10 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell
    CPU
    Core i3-2100
    Memory
    4GB DDR3-2133
    Graphics card(s)
    iGPU
    Screen Resolution
    1080p
    Antivirus
    WD
Cloning.exe is used by Plesk, but could also be used by other backup or cloud applications. Do you have such software installed? There is also a possibility it could be malware.

Right click on start and open task manager. Scroll down the list . If you find cloning.exe, right click on it and select 'open file location'. This should tell you the folder location where it resides and give you an indication of what program is running it. Once you know what the program is you can uninstall the program. Right click on it again and select 'end task'. That will stop the program from running for your current windows session, but it will start again at the next boot until you find the culprit.

If that doesn't lead anywhere, I would suggest installing Malwarebytes. This will install the premium version of MWB but after 14 days it will revert back to the free version. Run a full system scan with the software and quarantine anything it finds. Then restart computer.

Report back your findings. We may have to dig deeper.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2 26100.3775
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 nvme+256gb SKHynix m.2 nvme /External drives 512gb Samsung m.2 sata+1tb Kingston m2.nvme+ 4gb Solidigm nvme
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    #1 Edge #2 Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 11 Pro 24H2 26100.3775
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Motherboard
    stock Dell
    Memory
    24 gb
    Graphics card(s)
    integrated
    Sound Card
    integrated
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender
Click Yes and screenshot here.
Do not paste your screenshot to a oversized MS Paint canvas.
Thanks for the reply. Here is the screenshot of the page it opens when i click yes
 

Attachments

  • screencapture-docs-microsoft-en-gb-dotnet-framework-install-application-not-started-2022-02-06...png
    screencapture-docs-microsoft-en-gb-dotnet-framework-install-application-not-started-2022-02-06...png
    139.9 KB · Views: 1

My Computer

System One

  • OS
    Windows 11 Home
Thanks for the reply. Here is the screenshot of the page it opens when i click yes
Run this and post the Events.txt file here:

Powershell:
# Created by jbcarreon123 on ElevenForum.com/members/22

"Getting Event logs..."

$Desktop = [Environment]::GetFolderPath("Desktop")
$StopWatchMain = [System.Diagnostics.StopWatch]::StartNew()

$Host.UI.RawUI.BufferSize = New-Object Management.Automation.Host.Size(1000,1000)
"LogName: Application" | Out-File "$Desktop\Events.txt" -Force
get-eventlog -logname application -newest 100 | ft -A Time,EntryType,Source,Message | Out-File "$Desktop\Events.txt" -Append
"LogName: System" | Out-File "$Desktop\Events.txt" -Append
get-eventlog -logname system -newest 200 | ft -a Time,EntryType,Source,Message | Out-File "$Desktop\Events.txt" -Append

$StopWatchMain.Stop()
$MIN = (($StopWatchMain.Elapsed).Minutes)
if ($MIN -LT "10") { $MIN = "0$MIN" }
$SEC = (($StopWatchMain.Elapsed).Seconds)
if ($SEC -LT "10") { $SEC = "0$SEC" }
$MS = (($StopWatchMain.Elapsed).Milliseconds)
if ($MS -LT "10") { $MS = "00$MS" }
if ($MS -LT "100") { $MS = "0$MS" }

"[INFO] Finished at ${MIN}:$SEC.$MS." | Out-File "$Desktop\Events.txt" -Append
"Get Event logs finished at ${MIN}:$SEC.$MS. Press any key to exit."
cmd /c pause | Out-Null
 

Attachments

My Computers

System One System Two

  • OS
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    CPU
    Core i5-12450HX
    Memory
    20GB DDR5-4800
    Graphics Card(s)
    iGPU + RTX 3050 Mobile (6GB)
    Sound Card
    Realtek
    Monitor(s) Displays
    the built-in laptop screen, and a generic monitor
    Screen Resolution
    1080p * 2
    Hard Drives
    GIGABYTE NVMe SSD 256GB (GP-GSM2NE3256GNTD)
    Micron NVMe SSD 512GB (MTFDKCD512QFM-1BDIAABLA)
    Browser
    Firefox
    Antivirus
    WD
  • Operating System
    Windows 10 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell
    CPU
    Core i3-2100
    Memory
    4GB DDR3-2133
    Graphics card(s)
    iGPU
    Screen Resolution
    1080p
    Antivirus
    WD

Latest Support Threads

Back
Top Bottom