Showing posts with label Error Codes. Show all posts
Showing posts with label Error Codes. Show all posts

Saturday, 19 March 2016

Solution to the Error code: 0xc0000225 in Windows 10.


  1. Type in 'Diskpart'. 
  2. Type in 'List volume'. 
  3. Type 'Select volume=?' (Replacing the ? with whatever number is associated with the ESP label). 
  4. Type 'Assign letter=Z'. (Or anything not currently in use.) 
  5. Type 'exit'. 
  6. Type 'bcdboot C:\windows /s Z: /f UEFI'. (Replacing the C: with the volume letter that is named OS).

Saturday, 21 February 2009

AF_INET Error In mplayer

To stop the AF_INET6 error when playing streaming media in mplayer, add the following line to ~/.mplayer/config:

prefer-ipv4 = yes