How To Fix Windows Error 0xc0000017
What is error 0xc0000017? What are the symptoms of this error, and what are how this error can be resolved?
What is error 0xc0000017? What are the symptoms of this error, and what are how this error can be resolved?
This error usually occurs when you try upgrading your windows. Error 0xc0000017 means that your PC doesn’t have enough memory or there is unrecognized memory. You need to create enough memory in your computer to get rid of this error. There are various ways to fix this error, such as you need o to resize your hard drive partition.
For that delete the partition with free space and extend system partitions. If the separation of your drive is done appropriately, then there are very fewer chances of you receiving this error. The second solution is to add a more hard drive or free your space by deleted some content of your PC. The suitable solution can be that you can back up your system and then delete all the partitions.
The full message for error code “0xc0000017” reads:
“There isn’t enough memory available to create a ramdisk device.”
This error is one of the common problems when updating or upgrading to Microsoft Windows 10. You might get this error even if you have plenty of physical memory because the problem is caused by not enough hard drive memory or more specifically, not enough contiguous space. This problem originates from the areas of the memory that have been marked as bad by the Windows built-in Boot Configuration Data or BCD.
This interferes with the Windows 10 installer’s ability to use RAM as a temporary storage of data. Here’s a way how to fix this problem. Start your computer and boot normally. After booting, press the Windows key then type without quotes “cmd” in the search field. Right-click “cmd.exe” in the search results then select “Run as administrator” to launch an elevated command prompt.
In the command prompt window, type the following command then hit Enter:
bcdedit /enum all
This will list all the memory locations that have been marked as “bad.” Type the following command then hit Enter:
bcdedit /deletevalue {badmemory} badmemorylist
Wait until the process is complete. When it is finished, close the command prompt then restart the computer.