79433864

Date: 2025-02-12 16:59:42
Score: 2
Natty:
Report link

Have you tried initializing the disk and setting the PartitionStyle to MBR?

Clear-Disk 2 -RemoveData -RemoveOEM -Confirm:$False
Initialize-Disk -Number 2 -PartitionStyle MBR
Set-Disk -Number 2 -PartitionStyle MBR
Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: DarbOverreach