Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aws-scripting-guy/145a2ede6d9a6735bbaf97156f91abca to your computer and use it in GitHub Desktop.
Save aws-scripting-guy/145a2ede6d9a6735bbaf97156f91abca to your computer and use it in GitHub Desktop.
Enable powershell as default rdp shell
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon' -name Shell -Value 'PowerShell.exe -noExit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment