on
PowerShell
- Get link
- X
- Other Apps
If you’re a Teams user who regularly presents, you might have noticed this scenario:
π₯️ You start sharing your screen.
π Teams automatically enables Do Not Disturb to block pop-ups and keep your focus.
✅ This is great for privacy—but what if you want to receive important notifications (like urgent chat messages or meeting updates) while sharing?
Microsoft Teams defaults to enable Do Not Disturb (DND) during presentations to avoid accidental exposure of notifications. However, for some roles—like IT admins, customer support agents, or team leads—missing important alerts during presentations can be risky.
Fortunately, there’s a way to stop Teams from automatically turning on DND while screen sharing. Let’s see how to configure it step by step!
By default, Microsoft Teams activates Focus Assist (a Windows feature) in Presentation Mode when:
✅ You’re sharing your screen in a meeting
✅ Or using apps like PowerPoint Live
This triggers a priority-only mode or full Do Not Disturb state, depending on your settings.
➡️ Goal: Turn off this behavior so you still see notifications while sharing your screen.
Before diving in, let’s get some context:
Press Win + R, type winver
, and hit Enter.
Note your Windows version (e.g., 21H2, 22H2).
If you’re on an older build, some Focus Assist tweaks might not be available.
In Teams, click your profile picture → About → Version.
Keep your Teams app updated to ensure new features or policies apply correctly.
Teams uses Focus Assist—a built-in Windows tool controlling notifications. There are three levels:
Off: All notifications show.
Priority only: Only priority notifications show.
Alarms only: Only alarms show.
Teams triggers Focus Assist → Alarms only during presentations, blocking everything else.
➡️ If you disable automatic Focus Assist rules, you’ll prevent Teams from forcing Do Not Disturb during screen sharing.
Here’s the easiest fix using Windows Settings:
Press Win + I to open Settings.
Go to:
System → Focus assist
Scroll down to Automatic rules:
When I’m duplicating my display
When I’m playing a game
During these times
When I’m using an app in full screen mode
Teams sharing usually triggers the duplicating display or full screen rules.
Toggle Off for:
When I’m duplicating my display
When I’m using an app in full screen mode
π‘ This stops Windows from enabling Focus Assist automatically—so Teams won’t switch to Do Not Disturb while sharing.
If you want some notifications (like VIP chats), click Customize your priority list to add:
Specific apps
People you always want to hear from
This ensures you’re not fully distracted while sharing.
Teams also has its own notification settings. Let’s ensure important notifications override Do Not Disturb.
In Teams, click your profile picture → Settings.
Choose Notifications.
Look for People under Priority access. Here, you can add:
Managers
Important colleagues
Or any team leads whose messages must come through
This ensures they bypass Do Not Disturb even if Windows re-enables it.
To test:
Have a colleague message you while you’re sharing.
You should see their message pop up despite other messages being muted.
This way, only critical alerts make it through—useful for troubleshooting or emergencies.
For advanced users or IT admins managing multiple devices, tweak the registry to disable automatic Focus Assist triggers during screen sharing.
⚠️ Warning: Editing the registry can affect system stability—backup first.
Press Win + R, type regedit
, and hit Enter.
Click Yes on UAC.
For Windows 11:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings
Look for:
PresentationSettings
If not present, create a new DWORD (32-bit) Value:
Name: PresentationSettings
Value data: 0
Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings
Create/modify:
Name: FullscreenAutoFocusAssist
Value data: 0
This disables Focus Assist when using fullscreen apps—like PowerPoint or Teams sharing.
Restart your PC for the changes to take effect.
For those managing corporate environments:
Press Win + R, type gpedit.msc
, and hit Enter.
Go to:
User Configuration
→ Administrative Templates
→ Start Menu and Taskbar
Locate:
Turn off toast notifications on the lock screen
Set to Disabled so notifications still show.
Alternatively, check:
Turn off quiet hours during presentations
Set to Enabled to prevent quiet hours (Focus Assist) during presentations.
In Command Prompt (admin):
gpupdate /force
This pushes the policy to take effect immediately.
1️⃣ Start a Teams meeting.
2️⃣ Share your screen.
3️⃣ Send a test message to yourself from another device (or ask a friend to message you).
4️⃣ Watch for notifications—they should appear despite screen sharing.
This confirms your settings work as intended!
Managing multiple devices? Use Microsoft Endpoint Manager (Intune) or scripts:
PowerShell:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" -Name "FullscreenAutoFocusAssist" -Value 0
Intune:
Deploy a custom configuration profile to disable Focus Assist during presentations.
This ensures consistency across your environment.
Even after disabling Do Not Disturb, be mindful of privacy:
✅ Close personal chats before presenting.
✅ Mute non-critical chats in Teams manually.
✅ Use Teams status messages like “I’m sharing my screen, reply after” to manage expectations.
✅ Leverage Presenter View in PowerPoint to hide notes from the audience.
Check Windows build—some older builds might not fully respect the registry keys.
Check third-party apps—some tools (like Slack or Discord) may override Focus Assist.
Check if Teams has a pending update—relaunch Teams after updates.
In Teams: Settings → Devices—ensure your audio output device is selected.
In Windows: Settings → System → Sound—set Output to your preferred speakers.
On laptops, aggressive power saving can disable notifications. Adjust:
Power & Sleep:
Sleep → Never (while plugged in).
Screen → Never (while plugged in).
Now you’re in control—no more surprises when you’re sharing your screen in Teams! π₯π
By disabling automatic Do Not Disturb triggers and managing priority notifications, you can:
Stay informed—no missed urgent pings
Stay professional—avoid embarrassing “silent treatment” alerts
Stay focused—control what breaks through the noise
Comments
Post a Comment