Microsoft Teams Hidden Feature: Windows Key + Click to Pop Out Tabs

Listen to this Post

Featured Image
While exploring Microsoft Teams, an interesting discovery was made: holding down the Windows key and clicking on certain tabs (such as Chats, OneDrive, or Planner) causes them to pop out into a new window. This feature enhances multitasking by allowing users to view multiple sections side-by-side.

You Should Know:

Here are some verified commands, tricks, and productivity hacks related to Microsoft Teams and Windows:

Windows Shortcuts for Productivity

  1. Windows + Shift + S – Snip & Sketch (Screen Capture)
  2. Windows + Tab – Open Task View (Virtual Desktops)
  3. Windows + D – Show Desktop (Minimize All Windows)
  4. Windows + Ctrl + D – Create a New Virtual Desktop
  5. Windows + L – Lock Your PC Instantly

Microsoft Teams Power User Tricks

  • Ctrl + Click – Also works to open some tabs in a new window (as reported by users).
  • Ctrl + E – Quick search in Teams.
  • Ctrl + N – Start a new chat.
  • Ctrl + / (Slash) – See all keyboard shortcuts.

Automating Teams with PowerShell

If you manage Teams in an enterprise environment, use PowerShell for automation:

 Check Teams version 
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\ | Select-Object DisplayName, DisplayVersion | Where-Object {$_.DisplayName -like "Teams"}

Force restart Teams (if frozen) 
Get-Process teams | Stop-Process -Force 
Start-Process "C:\Users\$env:USERNAME\AppData\Local\Microsoft\Teams\Update.exe" --processStart "Teams.exe" 

Linux Alternative (For Teams on Linux)

If you’re using Microsoft Teams on Linux, try these terminal commands:

 Check if Teams is running 
ps aux | grep teams

Kill frozen Teams (Linux) 
pkill -f teams

Launch Teams from terminal 
teams & 

What Undercode Say:

This hidden Windows key + Click feature in Microsoft Teams is likely an undocumented productivity hack rather than a bug. Microsoft often includes such shortcuts for power users. Since Teams is built on Electron, some behaviors may resemble browser-like tab handling.

For IT admins, PowerShell automation can streamline Teams management. Meanwhile, Windows shortcuts remain essential for efficiency. If this feature stops working in future updates, check Microsoft’s official documentation for changes.

Prediction:

Microsoft may formalize this feature in a future Teams update, adding official support for more tabs. Alternatively, they might remove it if unintended.

Expected Output:

  • Windows Key + Click = Pop out Teams tabs (Chats, OneDrive, Planner).
  • PowerShell = Manage Teams automation.
  • Linux Commands = Troubleshoot Teams on Linux.

For more Microsoft 365 tips, visit:

AdminDroid Microsoft Teams Reports

References:

Reported By: Jake Admindroid – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅

Join Our Cyber World:

💬 Whatsapp | 💬 Telegram