Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\*\shell\PowerShellCorex64]
"Icon"="C:\\Users\\luctr\\scoop\\apps\\pwsh\\current\\pwsh.exe"
"MUIVerb"="Run with PowerShell Core"

[HKEY_CURRENT_USER\Software\Classes\*\shell\PowerShellCorex64\Command]
@="C:\\Users\\luctr\\scoop\\apps\\pwsh\\current\\pwsh.exe -Command \"$host.UI.RawUI.WindowTitle = 'PowerShell Core (x64)'; if((Get-ExecutionPolicy ) -ne 'AllSigned') { Set-ExecutionPolicy -Scope Process Bypass }; & '%1'\""
