diff --git a/App.xaml.cs b/App.xaml.cs
index b4de8e1..3d323e1 100644
--- a/App.xaml.cs
+++ b/App.xaml.cs
@@ -45,6 +45,8 @@ namespace WPinternals
{
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
+ System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
+
if (Environment.GetCommandLineArgs().Count() > 1)
CommandLine.OpenConsole();
diff --git a/WPinternals.Core.csproj b/WPinternals.Core.csproj
index 8b11ed1..72ec881 100644
--- a/WPinternals.Core.csproj
+++ b/WPinternals.Core.csproj
@@ -34,6 +34,7 @@
+