Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gojimmypi/b1aac09422d4364ac0138bece0b10214 to your computer and use it in GitHub Desktop.
Save gojimmypi/b1aac09422d4364ac0138bece0b10214 to your computer and use it in GitHub Desktop.
Solution: Can't create a Windows 10 recovery drive. Some required files are missing.
:: Can't create a Windows 10 recovery drive. Some required files are missing.
::
:: https://answers.microsoft.com/en-us/windows/forum/windows_10-update/cant-create-a-windows-10-recovery-drive-some/6dd29184-2ddd-48f2-803a-a788cf9345b0
::
:: You may need to change "harddisk0" to "harddiskX" where X is the number of your "C" drive and "partition1" to partitionX where X
:: is the partition number to conform with your system setup.
:: To check go to Control Panel/Administrative Tools/Computer Management/Storage/Diskmanagment.  The disk partitions are numbered from
:: the left of the screen starting with number 1.
::
:: admin prompt in DOS:
::
reagentc /disable
reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk0\partition1\Recovery\WindowsRE
reagentc /disable
reagentc /enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment