Rename DrainNGenQueue.ps to DrainNGenQueue.ps1 (#768)

to actually make this a PowerShell Script as .ps is not an accepted PowerShell Script extension
This commit is contained in:
Ryan Yates 2018-05-31 17:04:14 +01:00 коммит произвёл Ron Petrusha
Родитель 260ed6c552
Коммит 3acb62fd91
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,4 +36,4 @@ if ($isWin8Plus) {
if ($isWin8Plus -and $is64Bit) {
Write-Host("Requesting 64-bit AutoNGEN -- Windows 8+")
schTasks /run /Tn "\Microsoft\Windows\.NET Framework\.NET Framework NGEN v4.0.30319 64"
}
}