Get-ChildItem -Filter "*.ini" | ForEach-Object $content = @("[Preset]`n", "[General]`n") Set-Content -Path $_.FullName -Value $content
Powered by Vimeo Pro