1
0
Fork 0

хозяйственная работа: удалите с языком конфигурация, обновите c делают списки, файл докера, и кодекс

This commit is contained in:
Arthur K. 2025-01-19 14:20:26 +03:00
parent 148abd82e4
commit bfe3917256
Signed by: wzray
GPG key ID: B97F30FDC4636357
15 changed files with 76 additions and 58 deletions

View file

@ -902,6 +902,7 @@ $tempfile = "$env:temp\promt.reg"
foreach ($key in $keys) {
reg export $key $tempfile /y > $null
echo "Exporting `"$key`""
$content = Get-Content -Path $tempfile | Select-Object -Skip 2
$dump += ($content -join "`n") + "`n`n"
}