#Error (0xc0000017)
14 messages · Page 1 of 1 (latest)
I agree, this would fix with low priority of side effects
To do this get the media creation tool for Windows 10, and in the steps select "Upgrade this PC now" even if it "upgrades" to the same version you already have
And it won't affect your files and programs
that error refers to not enuf virtual memory
make sure you set enuf for your paging for your disks
or it cud probly means a crc error, but idk that error code is ntstatus not winerror
Oxc codes are always ntstatus
The highest two bits of ntstatus is the severity code, with 0b1100 (0xc) being error
For hresults (winerror) only the last bit is the error flag (0x8)
Values are 32 bit and are laid out as follows. The following diagram is independent of endianness; that is, the diagram is
The 32bits in an HRESULT error code have meanings, allowing the reader to gain additional insights into the error.Of note:The 32nd bit (the top bit) indicates if an error occurred or not. This is why errors are 0x8xxxxxxx.The 16-26 bits are the Facility - the originating API (Win32, CLR, XAML, etc.).The 0-15 bits are the (Error) Code.Common NULL...
as expected
i already told you