Skip to content

write-qr-code

Writes a QR code

#Requires -Version 5.1

Write-Host "                             " -foregroundColor black -backgroundColor white
Write-Host "                             " -foregroundColor black -backgroundColor white
Write-Host "                             " -foregroundColor black -backgroundColor white
Write-Host "    â–„â–„â–„â–„â–„â–„â–„ â–„ â–„â–„â–„ â–„â–„â–„â–„â–„â–„â–„    " -foregroundColor black -backgroundColor white
Write-Host "    █ ▄▄▄ █ ▄▄▀█  █ ▄▄▄ █    " -foregroundColor black -backgroundColor white
Write-Host "    █ ███ █ █▀ ▄▀ █ ███ █    " -foregroundColor black -backgroundColor white
Write-Host "    █▄▄▄▄▄█ ▄▀█▀█ █▄▄▄▄▄█    " -foregroundColor black -backgroundColor white
Write-Host "    ▄▄▄▄  ▄ ▄▄▄██▄  ▄▄▄ ▄    " -foregroundColor black -backgroundColor white
Write-Host "    ▀ █ ▀▄▄▀█▀▀█▀█▀█▀▀▀▄█    " -foregroundColor black -backgroundColor white
Write-Host "    ▄▄██▀▀▄▄█ ▄▀▄▄▄▀ ▀ ▀▄    " -foregroundColor black -backgroundColor white
Write-Host "    ▄▄▄▄▄▄▄ ▀▀██▄▄██▄ ▀ ▀    " -foregroundColor black -backgroundColor white
Write-Host "    █ ▄▄▄ █  ▀▄ ▄▀ ▀ ██▀▀    " -foregroundColor black -backgroundColor white
Write-Host "    █ ███ █ █▄  ▄ ▀▄ ▀█▀     " -foregroundColor black -backgroundColor white
Write-Host "    █▄▄▄▄▄█ █▀▄█ ███▀ ▄ ▀    " -foregroundColor black -backgroundColor white
Write-Host "                             " -foregroundColor black -backgroundColor white
Write-Host "                             " -foregroundColor black -backgroundColor white
Write-Host "                             " -foregroundColor black -backgroundColor white

exit 0

This script has no configurable parameters.

An interactive directory of PowerShell scripts.