Hi Pedro Nunes,
Providing remote assistance requires a functioning operating system and network stack, which is currently impossible since your Windows environment cannot load. The diagnostic output showing a healthy physical disk but an unknown file system with zero bytes indicates that the logical structure of your Windows partition is either severely corrupted or actively locked by device encryption. The error code 0x800704b3, which typically points to an unresolvable path, confirms that Windows cannot locate core executables like cmd.exe because the system volume is completely unreadable in its current state.
The persistent access denied messages you are encountering in the Windows Recovery Environment are almost certainly caused by BitLocker Drive Encryption rather than permanent file system damage. Modern devices like your Samsung Galaxy Book encrypt the system drive by default to protect your data. When the recovery environment loads, it cannot scan or repair the volume until it is manually unlocked. You will need to log into your Microsoft account on another device to retrieve your BitLocker recovery key. Once you have the forty-eight digit key, you can open the command prompt within the recovery environment and use the manage-bde executable to unlock the drive. The specific command to type is manage-bde -unlock C: -RecoveryPassword followed by your numerical key.
After successfully unlocking the drive, you can run the chkdsk C: /f /x /r command again to attempt a repair of the file system and bad sectors. If the volume still shows up as unknown after the disk check completes, the corruption is unfortunately beyond a local logical repair. Because your personal files are already safely synchronized to OneDrive, the most reliable path forward is to perform a clean installation using a USB drive formatted with the official Windows 11 Media Creation Tool. You can boot your device from this USB by pressing F10 during startup, which will allow you to delete the corrupted partitions, rebuild the file system natively, and securely restore your data from the cloud.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VP