Skip to content

Instantly share code, notes, and snippets.

@dbarkwell
Created February 17, 2019 15:50
Show Gist options
  • Save dbarkwell/e1bceadd9b7de49bc1992c804542328b to your computer and use it in GitHub Desktop.
Save dbarkwell/e1bceadd9b7de49bc1992c804542328b to your computer and use it in GitHub Desktop.
Windows Server Core Set PowerShell Shell
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\" -Name Shell -Value "powershell.exe"
Restart-Computer -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment