Ich versuche den Laufwerksbuchstaben einer Partition mit Powershell zu entfernen
Get-Partition -DiskNumber 1 -partitionnumber 1 | Remove-PartitionAccessPath -accesspath "D:\"
und bekomme diesen Fehler.
Remove-PartitionAccessPath : Cannot remove the drive letter of a boot or paging file partition.
Activity ID: {6236098c-a2e0-428a-b380-0caf49f3a04b}
In Zeile:1 Zeichen:50
+ ... r 1 -partitionnumber 1 | Remove-PartitionAccessPath -accesspath "D:\"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (StorageWMI:ROOT/Microsoft/.../MSFT_Partition) [Remove-PartitionAccess
Path], CimException
+ FullyQualifiedErrorId : StorageWMI 42006,Remove-PartitionAccessPath
Was bedeutet das und wie kann ich den AccessPath mit Powershell entfernen?