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