Created
May 9, 2017 00:46
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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