Hello, how are you?
In this case, as there is no access to the BitLocker key, the only option really is to perform a clean installation of Windows 11 on your disk.
Diskpart should not cause this problem, but clean it completely to receive a new install, did you execute it exactly according to the sequence below?
- Start Windows installation via USB;
- Proceed with the installation until you reach the screen where you will select the disk for installation;
- On this screen press Shift+F10 to open the Command Prompt;
- Enter the commands below:
diskpart [Enter]
list disk [Enter]
select disk 0 Enter
clean [Enter]
create partition primary [Enter]
exit [Enter]
exit [Enter]
- Close the command prompt and go back to the installation;
- Click the update button and the newly created partition will appear, select it and proceed with the installation.
It is worth noting, that after the clean install, not all drivers are recognized and reinstalled, so the touchpad and audio were not working.
After finishing it, you need to access the manufacturer's website, and search for the drivers through your computer's serial number, so when you download them and install them, all devices should work correctly.