From fe9cf6eec800b2ae12c0357340bfd8e5d9584c45 Mon Sep 17 00:00:00 2001
From: Matthias Becker The
General > Startup and
- Shutdown preference page allows the selection of plug-ins to be automatically activated during workbench
- startup. Normally plug-ins are not activated until they are needed. However some plug-ins may specify that
- they wish to be activated during startup. This preference page allows the selection of which of these plug-ins will
- actually be activated during startup.Startup and Shutdown
@@ -89,21 +86,43 @@ Startup and Shutdown | ||
---|---|---|
-
- Plug-ins activated on startup
-
- |
-
-
- This option allows you to select which available plug-ins should be activated on startup.
-
- |
- - - | -
On Mirosoft Windows 10 or later the Microsoft Defender can significantly slow-down the startup and + overall performance of Eclipse-based applications. + These application can now detect if Microsoft Defender is active, inform you about that and if wanted + can exclude itself from future Microsoft Defender scans. +
+If Microsoft Defender is active, on first startup of a new installation, a dialog is shown. + Depending on your choice the exclusion is performed for the running installation or the + Microsoft Defender configuration is left untouched. + In both cases the choice is persisted and it is not asked again for this installation. + If you choose to cancel the dialog (by clicking "Cancel" or "Escape") the dialog is shown + again on the next startup. +
+In the "Windows Defender Exclusion Check" section of this preference page you get more detailed + information about the Microsoft Defender handling, you can choose to disable the startup-check for + all installations, run the exclusion check or to see the powershell script used to exclude the current + installation. + Clicking "Run exclusion check" opens the startup dialog regardless of all persisted preferences. + Clicking the "Show Powershell script" button, unfolds the code of that script for review. +
+Be aware that in general adding excludion could affect your computer's security level and therefore needs + administrator privileges. + The exclusion from Microsoft Defender scaning is done on process level. This means that + Microsoft Defender won't real-time scan any file opened by the excluded process. + This way the performance improvement applies to all files touched by the process and not only the jars + forming the application. At the same time it allows scheduled or on demand scans to still check all files. +
++ In general if you do not trust the installed application, plug-ins or content in the workspace, it is not + recommended to apply any exclusion. +
+The "plug-ins activated on startup" section allows the selection of plug-ins to be automatically + activated during workbench startup. Normally plug-ins are not activated until they are needed. However + some plug-ins may specify that they wish to be activated during startup. This list allows the selection + of which of these plug-ins will actually be activated during startup.