Hi Pedro Nunes,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Problem summary: After a normal reboot, my PC stopped working correctly. The C: drive is inaccessible and I cannot open Excel, OneDrive, Bluetooth, or any system tools.
Diagnostics already performed via PowerShell:
Get-Volume shows C: with FileSystemType: Unknown, Size: 0B, FreeSpace: 0BGet-Disk shows the physical disk as Healthy, Online, 476.94GB, GPT (Samsung SSD)chkdsk C: /f /r returns "Access denied" even in Recovery Moderepair-volume -DriveLetter C -OfflineScanAndFix returns "Access denied"net localgroup administrators confirms admin accounts exist but none can execute privileged commandsWhat I need: Remote assistance to repair the C: volume file system without losing user data. All personal files are backed up on OneDrive.
Device info:
Thank you for your help.Problem summary:
After a normal reboot, my PC stopped working correctly. The C: drive is inaccessible and I cannot open Excel, OneDrive, Bluetooth, or any system tools.
Diagnostics already performed via PowerShell:
Get-Volume shows C: with FileSystemType: Unknown, Size: 0B, FreeSpace: 0BGet-Disk shows the physical disk as Healthy, Online, 476.94GB, GPT (Samsung SSD)chkdsk C: /f /r returns "Access denied" even in Recovery Moderepair-volume -DriveLetter C -OfflineScanAndFix returns "Access denied"net localgroup administrators confirms admin accounts exist but none can execute privileged commandsWhat I need: Remote assistance to repair the C: volume file system without losing user data. All personal files are backed up on OneDrive.
Device info:
Thank you for your help.
Hi Pedro Nunes,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
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