Skip to content

Instantly share code, notes, and snippets.

@PrzemyslawKlys
Last active September 7, 2019 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PrzemyslawKlys/0eb1ea6f5490838c5bad312b0fa9af26 to your computer and use it in GitHub Desktop.
Save PrzemyslawKlys/0eb1ea6f5490838c5bad312b0fa9af26 to your computer and use it in GitHub Desktop.
PowerShell Profile
Clear-Host
Write-Color "Windows PowerShell"
Write-Color "Copyright (C) Microsoft Corporation. All rights reserved." -LinesAfter 1
<# Alternatively if you don't have Write-Color
Clear-Host
Write-Host "Windows PowerShell"
Write-Host "Copyright (C) Microsoft Corporation. All rights reserved."
Write-Host
#>
@PrzemyslawKlys
Copy link
Author

Type code $Profile when in Powershell console. This will open up VSCode with your profile, where you simply paste the code from above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment