Browse Source

Update Win 10.ps1

pull/3/head
farag2 6 years ago
committed by GitHub
parent
commit
9973a2af39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Win 10.ps1

2
Win 10.ps1

@ -761,7 +761,7 @@ IF ($DiskCount -eq 1)
}
Else
{
# Больше одного физического диска
# Два физических диска
$drive = (Get-Disk | Where-Object {$_.BusType -ne "USB" -and $_.IsBoot -eq $false} | Get-Partition | Get-Volume | Where-Object {$_.DriveLetter -ne $null}).DriveLetter + ':'
}
function KnownFolderPath

Loading…
Cancel
Save