Last active
February 21, 2025 23:04
-
-
Save langheran/3332d67246529a004b1b4c0f3ca69201 to your computer and use it in GitHub Desktop.
C:\Windows\System32\WindowsPowerShell\v1.0\profile.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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