

Do not remove any of the inverted commas or apostrophes. Replace Title of notification with the title of your notification. Open Notepad and paste the following in it New-BurntToastNotification -Text "Title of notifications", 'Body of notification' -AppLogo path to your icon image All the notifications will be sent from PowerShell so it’s a good idea to use an icon that will tell you a bit about what the notification is for. The icon will appear in the toast notification. A custom toast notification on Windows 10 has three parts that you need to concern yourself with įind a nice JPG or PNG image that you can use for the icon. Now that you’ve installed the module, you can create your custom toast notification.

This time, you will likely get a message saying you’re installing a module from an untrusted repository. Once it’s installed, run the above command again. If you do, simply type in Y to proceed and PowerShell will take care of the rest. You will, likely get a message that says you need to install the NuGet provider. In PowerShell, enter the following, Install-Module -Name BurntToast This module lets you create custom toast notifications on Windows 10 with little to no effort, and zero coding skills.

In order to show custom toast notifications on Windows 10, you will need to install the BurntToast module. Make sure you’re running PowerShell with administrative rights. the Fall Creators Update, you probably have PowerShell v5. If you’re running the latest version of Windows 10 i.e. Look at what the Version line returns to check the PowerShell Version. In the PowerShell window, type the following Get-Host In Windows search, type PowerShell, right-click it, and select ‘Run as administrator’, from the context menu.
