2 lines
88 B
PowerShell
2 lines
88 B
PowerShell
$bytes=...
|
|
[IO.File]::WriteAllBytes('favicon.ico', [Convert]::FromBase64String($bytes))
|