Describe the bug
Following on from this Discussion it seems that in Tauri v2 it's not currently possible to change the "WebView2 Manager" group name in Windows 11 Task Manager:
The screenshot above was from a brand new app scaffolded with:
npm create tauri-app@latest my-app2 -- --template vue-ts
Issue #1849 (2021 - Tauri v1), #5611 (2022 - Tauri v1) and #10536 (Aug 2024 Tauri v1) show screenshots of the Task Manager with the process group named after the app, but that no longer seems possible in Tauri v2.
My screenshot also shows Microsft Teams and Search apps which use WebView2 and change the process group name, so it should be possible.
In my discussion, @starkmarkus concluded:
if Windows 11 Task Manager grouping can be influenced, it would likely need a Tauri/WebView2 integration change rather than a bundle metadata change
Reproduction (Windows 11)
npm create tauri-app@latest my-app2 -- --template vue-ts
- run the app
- Open the Windows Task Manager and search for "WebView2"
Expected behavior
The processes should be grouped under the app name or short description.
Full tauri info output
D:\projects\tauri\my-app2>npm run tauri info
> my-app2@0.1.0 tauri
> tauri info
[✔] Environment
- OS: Windows 10.0.26200 x86_64 (X64)
✔ WebView2: 149.0.4022.69
✔ MSVC:
- Visual Studio Build Tools 2017
- Visual Studio Build Tools 2022
- Visual Studio Build Tools 2026
✔ rustc: 1.95.0 (59807616e 2026-04-14)
✔ cargo: 1.95.0 (f2d3ce0bd 2026-03-21)
✔ rustup: 1.29.0 (28d1352db 2026-03-05)
✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
- node: 22.0.0
- npm: 10.5.1
[-] Packages
- tauri 🦀: 2.11.2, (outdated, latest: 2.11.3)
- tauri-build 🦀: 2.6.2, (outdated, latest: 2.6.3)
- wry 🦀: 0.55.1
- tao 🦀: 0.35.3
- @tauri-apps/api ⱼₛ: 2.11.0 (outdated, latest: 2.11.1)
- @tauri-apps/cli ⱼₛ: 2.11.2 (outdated, latest: 2.11.3)
[-] Plugins
- tauri-plugin-opener 🦀: 2.5.4
- @tauri-apps/plugin-opener ⱼₛ: 2.5.4
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../dist
- devUrl: http://localhost:1420/
- framework: Vue.js
- bundler: Vite
Describe the bug
Following on from this Discussion it seems that in Tauri v2 it's not currently possible to change the "WebView2 Manager" group name in Windows 11 Task Manager:
The screenshot above was from a brand new app scaffolded with:
npm create tauri-app@latest my-app2 -- --template vue-tsIssue #1849 (2021 - Tauri v1), #5611 (2022 - Tauri v1) and #10536 (Aug 2024 Tauri v1) show screenshots of the Task Manager with the process group named after the app, but that no longer seems possible in Tauri v2.
My screenshot also shows Microsft Teams and Search apps which use WebView2 and change the process group name, so it should be possible.
In my discussion, @starkmarkus concluded:
Reproduction (Windows 11)
npm create tauri-app@latest my-app2 -- --template vue-tsExpected behavior
The processes should be grouped under the app name or short description.
Full
tauri infooutput