We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can I close Firefox and Plugin-container with a batch file? ANSWER: Yes. SOLUTION below.

  • 1 个回答
  • 2 人有此问题
  • 7 次查看
  • 最后回复者为 mrichardson33

more options

Steps to create batch file to End process tree: "Firefox.EXE" 1. create new .txt file 2. copy/paste the following: taskkill /IM firefox.exe 3. Save 4. Rename the txt file - EndFirefoxTree.bat 5. Run from desktop at any time, give it a cute icon if you'd like!.

Steps to create batch file to End process tree: "Firefox.EXE" 1. create new .txt file 2. copy/paste the following: taskkill /IM firefox.exe 3. Save 4. Rename the txt file - EndFirefoxTree.bat 5. Run from desktop at any time, give it a cute icon if you'd like!.

所有回复 (1)

more options

This works well although user will need to put the .bat file in Documents and create a shortcut to desktop in order to change the icon (of the shortcut).