If you join meetings on your Windows 11 PC, you can make your system prepare for the upcoming meetings by itself. Thanks to a custom script, your computer can automatically adjust the brightness, enable do-not-disturb mode, close distracting apps, and launch your meeting apps.

How the Custom Meeting Mode Works

Windows 11 doesn’t have a built-in meeting mode, but you can create a custom one that does what you want it to do. You can make a mode thatadjusts the screen brightnesssuitable for online meetings. It can then enable Focus Assist to remove any distractions.

The mode can alsoclose any distracting appsthat could interfere with your meeting. And, it can also launch any meeting apps, such as Microsoft Teams, if you’d like.

Notepad’s “Save As” window to save the meeting mode script.

You can then make another mode that turns off meeting mode.

Step 1: Create a PowerShell Script for the Custom Meeting Mode

You’ll write a custom PowerShell script for your meeting mode. This script does all of the things mentioned above.

To start, open Windows Search (press Windows+S), typeNotepad, and launch the app. In a new document, type the following script:

Various options highlighted on the “Create Shortcut” window.

In the script, each section is fairly easy to understand. In the first section, replace “30” with the screen brightness level you’d like. The second section turns on Do Not Disturb mode. The third section closes the apps that you specify.

verify to use your apps’ process names and not the actual names. The fourth section launches the meeting apps you specify.

Various options highlighted on the “Create Shortcut” window.

After making the required changes, from Notepad’s menu bar, select File > Save As. On the Save As window, choose the folder in which you want to save the script.

Click the “Save as Type” drop-down menu and choose “All Files.” Click the “File Name” field and typeMeetingMode.ps1.

“Shortcut” and “Shortcut Key” highlighted on a shortcut’s “Properties” window.

Step 2: Create a Desktop Shortcut to Start Meeting Mode

Your meeting mode script is ready. You’ll nowcreate a desktop shortcutthat runs the script and enables the mode. To do that,access your Windows 11 desktop(press Windows+D). Right-click anywhere blank on the desktop and choose New > Shortcut.

Select the “Type the Location of the Item” field and type the following. Replace the path with the path to your script. Then, click “Next.”

On the following screen, click the “Type a Name For This Shortcut” field and type something likeStart Meeting Mode. Then, at the bottom, choose “Finish.”

If you’d like to change your shortcut’s icon, right-click the shortcut and choose “Properties.” Access the “Shortcut” tab, click “Change Icon,” and pick a new icon.

Step 3: Assign a Keyboard Shortcut to Meeting Mode

To make activating meeting mode even faster,assign the mode a keyboard shortcut. Then, when you press this key combo, the mode will be activated.

To do that, right-click your meeting mode desktop shortcut and choose “Properties.” Open the “Shortcut” tab, click the “Shortcut Key” field, and press the shortcut you’d like to use.

Then, at the bottom, click “Apply” followed by “OK.”

Create a Mode That Turns Off Meeting Mode

You can create a custom mode that reverses your meeting mode’s actions. To do that, open Windows Search (press Windows+S), typeNotepad, and launch the app. In a new document, type the following:

In the script, in the first section, replace “80” with the screen brightness level you want. The second section disables Do Not Disturb mode. In the third section, specify the apps you want the script to launch for you. These are likely the apps that the custom meeting mode closed.

Save the file by choosing File > Save As. Choose a folder to save the file in. Click the “Save as Type” drop-down menu and choose “All Files.” Click the “File Name” field and typeStopMeetingMode.ps1. you may create a desktop shortcut and assign it a keyboard shortcut if you’d like.

And that’s how you make your Windows 11 system meeting ready with a single click or key press. While you’re at it, consider learning somevideo conferencing tips for work from home.