Search notes:

PowerShell module console: get-consoleFont, set-consoleFontSize and set-consoleFontName

The functions get-consoleFont, set-consoleFontSize and set-consoleFontName of the PowerShell module console are essentially wrappers for the WinAPI function GetCurrentConsoleFontEx and SetCurrentConsoleFontEx).
$font = get-consoleFont
$font.size.X
$font.size.Y
set-consoleFontSize  7  14
set-consoleFontName 'Courier New' # or Consolas or …

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1759398265, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/modules/personal/console/font(42): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78