Skip to content

Instantly share code, notes, and snippets.

@AVAtarMod
Created April 10, 2022 10:15
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 AVAtarMod/c19237aaccbeddd68884fae476beec17 to your computer and use it in GitHub Desktop.
Save AVAtarMod/c19237aaccbeddd68884fae476beec17 to your computer and use it in GitHub Desktop.
Fix capital letters in PowerShell (Windows)

1. Run Windows PowerShell as administrator

  1. Press Win+S
  2. Type PowerShell
  3. Right click on PowerShell
  4. Run as administrator

2. Update Install-Module PSReadLine

  1. Copy Install-Module -Force PSReadLine to launched PowerShell window
  2. Press Enter
  3. Select 'Y' to answer the question
  4. Copy if ((Get-ExecutionPolicy|echo) -eq "Restricted"){ Set-ExecutionPolicy AllSigned }
  5. Press Enter, select 'Y' to answer the question
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment