$otherboot = bcdedit /enum | Select-String "path" -Context 2,0 | ForEach-Object { $_.Context.PreContext[0] -replace '^identifier +' } | Where-Object { $_ -ne "{current}" }