[feat] Remove invalid autostart during the uninstallation process #12422
Labels
good first issue
Good for newcomers
platform: Windows
scope: bundler
The bundler used in our cli to make installers
type: feature request
Describe the problem
在 Windows 11 通过
tauri-plugin-autostart
开启自启动后,执行 uninstall.exe 将程序卸载,此时仍然会有一个无效启动项被保留,是否可以将其在卸载过程中一并删除呢?[AI Translation] When a program is set to autostart on Windows 11 using
tauri-plugin-autostart
and then uninstalled viauninstall.exe
, an invalid startup entry often persists in the registry. Can this entry be removed during the uninstallation process?Describe the solution you'd like
当自启动启用后,注册表
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
下会新建一个项,卸载后这个项仍旧会被保留,或许卸载程序可以考虑将此项一并删除?[AI Translation] When autostart is enabled for a program, a new registry key is created at
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
. Upon uninstallation, this registry key may persist. It would be beneficial if uninstallers were modified to remove this registry key during the uninstallation process.Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: