How to Hide Desktop Icons While Screen Sharing (Windows & macOS)
Hide desktop icons while screen sharing on Windows and macOS. The OS fixes, the share-a-window habit, and where a browser blur tool fits for the page content.
To hide your desktop icons while screen sharing, the fastest fix is to not share the whole screen at all — share a single window or browser tab instead. If you must share the full desktop, on Windows right-click the desktop, choose View, and uncheck Show desktop icons; on macOS, run defaults write com.apple.finder CreateDesktop false && killall Finder in Terminal (reverse it with true). These are operating-system changes — a browser extension cannot touch the desktop.
The simplest habit: share a window, not the whole screen
In Zoom, Google Meet, and Microsoft Teams you can choose a specific window or browser tab instead of Entire Screen. When you do, that window is the only thing captured — your icons, other apps, and notifications are never in the feed. It is less to remember than fiddling with settings before every call, and it is the most reliable way to keep a messy desktop private.
The full desktop is only worth sharing when you genuinely need to switch between separate apps live. In that case, hide the icons first.
Windows: hide desktop icons and clean the taskbar
- Right-click any empty spot on the desktop.
- Hover View, then click Show desktop icons to uncheck it. Your icons disappear instantly and return when you re-check it.
- For a fuller clean-up, right-click the taskbar, open Taskbar settings, and turn on Automatically hide the taskbar.
macOS: hide desktop icons with Terminal, Focus, or Stage Manager
- Open Terminal and run
defaults write com.apple.finder CreateDesktop false && killall Finder. Every icon on the desktop vanishes. - When you are done, run the same command with
trueinstead offalse:defaults write com.apple.finder CreateDesktop true && killall Finder. - Prefer no Terminal? Turn on a Focus in Control Center, or use Stage Manager to keep a single app front-and-center so the cluttered desktop never shows.
Where BlurFirst fits — the browser tab, not the desktop
Once the desktop is out of frame, the page you are actually sharing can still show sensitive data — a dashboard, an inbox, a ticket. That is what BlurFirst is for: it blurs content inside a browser tab as real pixels that survive Zoom, Meet, Teams, Loom, and OBS. To be clear about scope: BlurFirst does not hide desktop icons, the Dock, the taskbar, other windows, or OS notification banners — a desktop app that covers the OS is in development. Use the OS steps above for the desktop, and BlurFirst for what is inside the tab.
- 1
Decide what to share
In Zoom, Meet, or Teams, pick a single window or tab rather than Entire Screen whenever you can. This alone keeps every desktop icon out of the capture.
- 2
If you must share the full screen, hide the icons
Windows: right-click desktop, View, uncheck Show desktop icons. macOS: run
defaults write com.apple.finder CreateDesktop false && killall Finder. - 3
Close or mute distractions
Quit chat apps and email, or turn on Do Not Disturb, so a notification does not pop over your clean desktop.
- 4
Blur what is inside the tab
For the browser content you are sharing, press Ctrl/⌘ ⇧ Y and use BlurFirst to region- or element-blur any sensitive data on the page.
- 5
Reverse the changes afterward
Re-check Show desktop icons on Windows, or run the
truevariant of the macOS command, to bring your icons back.
| Goal | Tool | Scope |
|---|---|---|
| Hide desktop icons (Windows) | Right-click > View > Show desktop icons | OS desktop |
| Hide desktop icons (macOS) | Terminal CreateDesktop false / Focus / Stage Manager | OS desktop |
| Never show the desktop at all | Share a single window or tab | Screen-share source |
| Blur data inside the shared tab | BlurFirst region / element / Scan | Browser page |