You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easy way to register Notification App (Name and Icon)
I figured there had to be an easy way to register an application via code with PowerShell 5.1 to display a custom toast notification name/icon for BurntToast. The function below will register the filled in details into the registry under the "HKCU:\Software\Classes\AppUserModelId", but as long as the machine is not locked down, the entry also gets added into "HKCR\AppUserModelId" which makes this all possible (From what I can see).
Once you have registered your "app", simply plug in the specified app name into BurntToast and enjoy!
From many other users, this seems to work on Windows 10/11 just fine 😊
Easy way to register Notification App (Name and Icon)
I figured there had to be an easy way to register an application via code with PowerShell 5.1 to display a custom toast notification name/icon for BurntToast. The function below will register the filled in details into the registry under the
"HKCU:\Software\Classes\AppUserModelId"
, but as long as the machine is not locked down, the entry also gets added into"HKCR\AppUserModelId"
which makes this all possible (From what I can see).Once you have registered your "app", simply plug in the specified app name into BurntToast and enjoy!
From many other users, this seems to work on Windows 10/11 just fine 😊
Function - Register Notification App:
Usage Example:
Screenshot Example:
The text was updated successfully, but these errors were encountered: