Hello, I just want to provide an important note for Windows 11 users in 2024. Using System Image Recovery from Step 4 does not let you see file extensions nor does it allow you to see all file types. Therefore, this method is not working. However, there is a workaround for Windows 11 users. You can use the command prompt directly in the recovery mode, and rename the file using commands. This can be done twice to ensure you don't get problems with cmd disappearing as some users have noted. Therefore, the below updated guide should work for all Windows 11 users in 2024:
1-3: Get into recovery mode per the original guide. Once in recovery mode, locate Command Prompt as below:
- Trouble Shoot, Advanced Options, select Command Prompt
4a. If you have bitlocker, enter your bitlocker recovery seed when prompted for the drive that houses Windows - When command prompt is open, type:
*c:*
Press enter
Type again
rename c:\windows\system32\utilman.exe utilman1.exe
Press enter
Type again
rename c:\windows\system32\cmd.exe utilman.exe
Press enter
Type again
exit
- Restart your computer
- On the windows sign-in screen, click on the accessibility icon
- command prompt opens. Type:
start msconfig
Press enter
- The msconfig window should now appear. Select Normal Boot from the first tab and click Ok.
- Confirm restarting your system
- Confirm after restart that your pin can be typed, but DO NOT TYPE IT YET
- Restart your system
- Boot back into recovery mode
- Go again to Trouble Shoot, Advanced Options, select Command Prompt
14a. Enter your bitlocker recovery seed again if prompted for the drive that houses Windows
- When command prompt is open, type:
*c:*
Press enter
Type again
rename c:\windows\system32\utilman.exe cmd.exe
Press enter
Type again
rename c:\windows\system32\utilman1.exe utilman.exe
Press enter
Type again
exit
- Restart your computer, you can login like normal, utilman works like normal, and command prompt works like normal. Good luck and thanks to the original poster for the write-up! You helped me a ton!!!
**Note on bitlocker:**Pay attention when you are prompted to enter your recovery key/seed. Bitlocker tells you which drive it is for. You only need to enter the recovery key for the drive that houses windows. My first option was enter the recovery key for Windows. After clicking enter, bitlocker will prompt you again to enter the seed for the next drive that it protects. If it isn't your windows drive, simply click "skip" in the bottom right. We only need to unlock the windows c:\ drive so that we can execute the commands in command prompt.