diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml
index cd4a1dc84..72a0b13ae 100644
--- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml
@@ -152,4 +152,8 @@
Do you want to enable content search for Everything?
It can be very slow without index (which is only supported in Everything v1.5+)
+
+ Native Context Menu
+ Display native context menu (experimental)
+ Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')
diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml
index 0a51598d5..7ed07d87c 100644
--- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml
@@ -22,7 +22,7 @@
@@ -105,13 +105,13 @@
-
+
@@ -128,7 +128,7 @@
@@ -160,20 +160,20 @@
Width="Auto"
Header="{DynamicResource plugin_explorer_generalsetting_header}"
Style="{DynamicResource ExplorerTabItem}">
-
+
-
+
@@ -188,7 +188,7 @@
-
+
@@ -285,7 +285,7 @@
@@ -293,7 +293,7 @@
Grid.Row="0"
Grid.Column="1"
Width="250"
- Margin="10,15,10,10"
+ Margin="10 15 10 10"
HorizontalAlignment="Left"
VerticalAlignment="Center"
DisplayMemberPath="Description"
@@ -302,7 +302,7 @@
@@ -319,7 +319,7 @@
@@ -337,8 +337,8 @@
@@ -350,18 +350,19 @@
+ Text="{DynamicResource plugin_explorer_native_context_menu_guide}"
+ TextWrapping="Wrap" />
-
+
-
+
-
+
@@ -427,12 +428,12 @@
Style="{DynamicResource ExplorerTabItem}">
-
+
@@ -445,7 +446,7 @@
@@ -469,7 +470,7 @@
@@ -477,14 +478,14 @@
Grid.Row="2"
Grid.Column="1"
MinWidth="350"
- Margin="0,15,0,0"
+ Margin="0 15 0 0"
Text="{Binding EverythingInstalledPath}" />
@@ -530,7 +531,7 @@
@@ -578,7 +579,7 @@