Skip to content

Instantly share code, notes, and snippets.

@langheran
Last active February 21, 2025 23:04
Show Gist options
  • Save langheran/3332d67246529a004b1b4c0f3ca69201 to your computer and use it in GitHub Desktop.
Save langheran/3332d67246529a004b1b4c0f3ca69201 to your computer and use it in GitHub Desktop.
C:\Windows\System32\WindowsPowerShell\v1.0\profile.ps1
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# THIS SAMPLE CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
# WHETHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
# IF THIS CODE AND INFORMATION IS MODIFIED, THE ENTIRE RISK OF USE OR RESULTS IN
# CONNECTION WITH THE USE OF THIS CODE AND INFORMATION REMAINS WITH THE USER.
# chcp 437 | Out-Null
chcp 65001 | Out-Null
try{
Set-ConsoleFont Consolas -Size 16
} catch {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment