Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: After restarting the explorer twice within 30 seconds, the program closes #987

Open
1 task done
Eject37 opened this issue Mar 11, 2024 · 4 comments
Open
1 task done
Labels

Comments

@Eject37
Copy link

Eject37 commented Mar 11, 2024

Please check for a duplicate first

  • I have checked the issue tracker if my bug has already been fixed or answered in another (possibly closed) issue.

Steps to reproduce the issue

After restarting the explorer twice within 30 seconds, the program closes.

Expected results

.

Actual results

.

Windows version

Windows 11 Insider builds (builds 22623 and up). Please mention exact build.

Other details

Please add an option to turn this off, I restart Explorer often and it drives me crazy. Thank you.

Relevant log output

No response

@Eject37 Eject37 added the bug label Mar 11, 2024
@sylveon
Copy link
Member

sylveon commented Mar 11, 2024

Since this is a safety measure to prevent people from getting into crash loops, I would prefer not to add a way for users to disable it, so that users don't end up mistakenly getting themselves trapped into said crash loops.

If you know that you will restart Explorer twice in quick succession, you can close TTB beforehand and start it again after.

@Eject37
Copy link
Author

Eject37 commented Mar 11, 2024

Since this is a safety measure to prevent people from getting into crash loops, I would prefer not to add a way for users to disable it, so that users don't end up mistakenly getting themselves trapped into said crash loops.

If you know that you will restart Explorer twice in quick succession, you can close TTB beforehand and start it again after.

This is the only reason why I cannot use this application, for my work I need to restart the explorer very often and this prevents it from working normally, it would be great to add such a hidden option to turn off this behavior.

@Eject37
Copy link
Author

Eject37 commented Mar 12, 2024

Or please tell me how I can do this myself in code, I removed the closing of the program in the code and compiled it, but after the second restart of the explorer it displays the error: Failed to initialize XAML diagnostics

@ABS96
Copy link

ABS96 commented Mar 31, 2024

I would also like to be able to disable the auto-quit feature.

I use 3 monitors: sometimes just one of them, sometimes, the other 2.
The only way to position the (vertical) taskbar to the right of the secondary screen is by writing a registry value and then restarting Explorer.

I think it would be reasonable to put this feature under 'Advanced'. If you are worried about users accidentally turning it on, a disclaimer and confirmation dialog can be added.
It could even be a 'hidden' option in the settings file, not present by default:

  ...
  "disable_auto_quit": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants