diff --git a/installer/appx/AppxManifest.xml b/installer/appx/AppxManifest.xml
index eec3942e..60b7d138 100644
--- a/installer/appx/AppxManifest.xml
+++ b/installer/appx/AppxManifest.xml
@@ -97,6 +97,17 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/installer/appx/filebot.platform.launcher.l4j.ini b/installer/appx/filebot.platform.launcher.l4j.ini
index 350608b8..5f60a835 100644
--- a/installer/appx/filebot.platform.launcher.l4j.ini
+++ b/installer/appx/filebot.platform.launcher.l4j.ini
@@ -6,9 +6,6 @@
# put all temporary files here
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
-# FileBot system properties
--DthreadPool=32
-
# network settings
-Djava.net.useSystemProxies=true
@@ -37,22 +34,25 @@
# force Application User Model ID for Windows Store
-Dnet.filebot.AppUserModelID=@{microsoft.application.name}
-# use Java implementation for extracting archives
--Dnet.filebot.Archive.extractor="ApacheVFS"
+# force platform L&F
+-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
-# force english locale
+# disable hardware acceleration
+-Dsun.java2d.d3d=false
+-Dprism.order=sw
+
+# force English locale
-Dfile.encoding=UTF-8
-Duser.country=US
-Duser.country.format=US
-Duser.language=en
-Duser.language.format=en
-# disable hardware acceleration
--Dsun.java2d.d3d=false
--Dprism.order=sw
+# use Java implementation for extracting archives
+-Dnet.filebot.Archive.extractor="ApacheVFS"
-# force platform L&F
--Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
+# force thread pool size
+-DthreadPool=32
# support FILEBOT_OPTS environment variable
%FILEBOT_OPTS%