Hi @yahel_1
Sorry for late reply. I have been working through your suggestions and:
1. Cleared Cache but didn't fix the problem.
2 & 3 I did but again it didn't help although I still suspect there may be a NET framework issue involved. It's just a feeling, I don't have any facts to back it up and I'm not even sure what NET framework does!
I ran Origin and game itself as administrator but no luck.
I then tried the DISM option- mounting a ISO of windows and tried using commands from your link below:
Download a copy of the windows 10 iso at Windows 10 choose 32/64 bit depending on your system
-> I then mounted this using windows 10 double clicking the iso puts it on a new drive letter
->In the mounted iso file find sources\install.wim this is in a strange esd format
->install NT lite add your install.wim(esd) file and convert it into a wim file place it somewhere on your harddrive I found making a easy to type path useful for later
->Start run cmd as admin
-> Enter Dism.exe /online /Cleanup-Image /StartComponentCleanup into the cmd window making sure you are using cmd as admin and wait
->Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:Path:1 /limitaccess
Path being the complete path to the wim file like mine was e:\sources\install.wim
This returned the following
C:\WINDOWS\system32>Dism.exe /online /Cleanup-Image /StartComponentCleanup
Deployment Image Servicing and Management tool
Version: 10.0.10586.0
Image Version: 10.0.10586.0
[=========== 20.0% ]
The operation completed successfully.
C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:L:\sources\install.wim:1 /limitaccess
Deployment Image Servicing and Management tool
Version: 10.0.10586.0
Image Version: 10.0.10586.0
[==========================100.0%==========================]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
I tried this using the WIM version and using ESD (the ESD path is to the ISO drive letter K๐ version but no matter how many times I tried I got the same message saying source file not found. I checked the command line many times in case I entered it incorrectly but I am fairly sure it was correct. I've attached the DISM log for you to look at but don't know if that will help.
This leads me to the last resort which is the in-place upgrade which I have not tried yet. Reading the link you provided (which seems excellent) I still can't work out if I will lose existing programs or not. I know there is a setting 'keep personal files and apps' but are apps all programs or just windows store apps?
Also, I am new to ISO files, it mounted windows and and shows
BD-ROM Drive (K๐ ESD-ISO
If I click on this and start the installation as outlined in the link how does the installation set up know to install/repair C: and not to install on any of my other drives?
Many thanks again for all your help
Steve