Hello,
for some reason i cannot activate windows server 2016 from evalution to standard i have bought the cd key im getting error 0x800F083. I reported the similiar issue last week it was solved with switching system language. But this is different error. Also i cannot unninstal or install any system language getting the 0x800F0831 error also. Tried it with the lpksetup.
Any suggestions?
Dism log
CodePile | Easily Share Piles of Code
slmgr /ipk
Error 0xC00F069
sfc scan
C:\Users\Administrator.MLADA-BOLESLAV>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.
cbs log
CodePile | Easily Share Piles of Code
dism commands
C:\Users\Administrator>dism /online /Get-CurrentEdition
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
Current edition is:
Current Edition : ServerStandardEval
The operation completed successfully.
dism /online /Get-TargetEditions
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
Editions that can be upgraded to:
Target Edition : ServerStandard
Target Edition : ServerDatacenter
The operation completed successfully.
DISM /Online /Cleanup-Image /CheckHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
The component store is repairable.
The operation completed successfully.
DISM /Online /Cleanup-Image /ScanHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
[==========================100.0%==========================] The component store is repairable.
The operation completed successfully.
>DISM /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
[==========================100.0%==========================]
Error: 14
Not enough storage is available to complete this operation.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
tried fixing the dism error with but got another error
FIX DISM Source Files Could not be Found Windows 10/8 - wintips.org - Windows Tips & How-tos
Any idea how to fix this?
Thanks
for some reason i cannot activate windows server 2016 from evalution to standard i have bought the cd key im getting error 0x800F083. I reported the similiar issue last week it was solved with switching system language. But this is different error. Also i cannot unninstal or install any system language getting the 0x800F0831 error also. Tried it with the lpksetup.
Any suggestions?
Code:
PS C:\Users\Administrator> Dism /online /Set-Edition:ServerStandard /AcceptEula /ProductKey:
Deployment Image Servicing and Management tool Version: 10.0.14393.3241 Image Version: 10.0.14393.3241 Starting to update components... Finished installing product key. Removing package Microsoft-Windows-ServerStandardEvalEdition~31bf3856ad364e35~amd64~~10.0.14393.0
[==========================100.0%==========================]
Error: 0x800f0831
An error occurred while operating system components were being updated. The upgrade cannot proceed. For more information, review the log file.
Dism log
CodePile | Easily Share Piles of Code
slmgr /ipk
Error 0xC00F069
sfc scan
C:\Users\Administrator.MLADA-BOLESLAV>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.
cbs log
CodePile | Easily Share Piles of Code
dism commands
C:\Users\Administrator>dism /online /Get-CurrentEdition
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
Current edition is:
Current Edition : ServerStandardEval
The operation completed successfully.
dism /online /Get-TargetEditions
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
Editions that can be upgraded to:
Target Edition : ServerStandard
Target Edition : ServerDatacenter
The operation completed successfully.
DISM /Online /Cleanup-Image /CheckHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
The component store is repairable.
The operation completed successfully.
DISM /Online /Cleanup-Image /ScanHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
[==========================100.0%==========================] The component store is repairable.
The operation completed successfully.
>DISM /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Image Version: 10.0.14393.3241
[==========================100.0%==========================]
Error: 14
Not enough storage is available to complete this operation.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
tried fixing the dism error with but got another error
FIX DISM Source Files Could not be Found Windows 10/8 - wintips.org - Windows Tips & How-tos
Code:
C:\Users\Administrator>dism /online /cleanup-image /restorehealth /source:WIM:D:\sources\install.wim:2
Any idea how to fix this?
Thanks
Last edited: