Lost drag and drop into Powershell with recent Windows update this week

Pretty much as the title says. With UAC disabled I can no longer drag and drop from Windows Explorer into a Powershell terminal. Any plans or possibilities to address this?

Thanks
Walter

Discord: reverieviee: Hey, dug into this a bit. This is a Windows limitation that’s been around for years. When a PowerShell or Terminal window is running as Administrator, Windows blocks drag and drop from a regular (non-elevated) Explorer window into it, as a security measure. Turning UAC off doesn’t reliably get around this either, since Explorer often doesn’t end up elevated just because the prompts are disabled.

People have been reporting this same thing on the Windows Terminal team’s own tracker for years with no fix from Microsoft:

So unfortunately there’s nothing we can do on our end to fix it, it’s on Microsoft’s side and has been an open issue for a long time. Sorry that’s not better news, but at least it’s not something specific to your setup.