Changed some default settings to avoid hangs

Multiple users reported that having "Cahse Bitmaps" and/or "Use CredSSP"
set to yes (which was the previous default) would cause problems with
mRemoteNG - especially when opening multiple RDP connections.

Also increased update check to 14 days.
This commit is contained in:
Sean Kaim
2016-05-18 16:32:19 -04:00
parent 08851a2b7a
commit 8477625472
3 changed files with 9 additions and 9 deletions

View File

@@ -553,7 +553,7 @@ namespace mRemoteNG {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ConDefaultCacheBitmaps {
get {
return ((bool)(this["ConDefaultCacheBitmaps"]));
@@ -1717,7 +1717,7 @@ namespace mRemoteNG {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("7")]
[global::System.Configuration.DefaultSettingValueAttribute("14")]
public int CheckForUpdatesFrequencyDays {
get {
return ((int)(this["CheckForUpdatesFrequencyDays"]));
@@ -2074,7 +2074,7 @@ namespace mRemoteNG {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ConDefaultUseCredSsp {
get {
return ((bool)(this["ConDefaultUseCredSsp"]));

View File

@@ -135,7 +135,7 @@
<Value Profile="(Default)">Colors16Bit</Value>
</Setting>
<Setting Name="ConDefaultCacheBitmaps" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ConDefaultDisplayWallpaper" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
@@ -426,7 +426,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="CheckForUpdatesFrequencyDays" Type="System.Int32" Scope="User">
<Value Profile="(Default)">7</Value>
<Value Profile="(Default)">14</Value>
</Setting>
<Setting Name="CheckForUpdatesLastCheck" Type="System.DateTime" Scope="User">
<Value Profile="(Default)">1980-01-01</Value>
@@ -516,7 +516,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ConDefaultUseCredSsp" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="AlwaysShowPanelTabs" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>

View File

@@ -169,7 +169,7 @@
<value>Colors16Bit</value>
</setting>
<setting name="ConDefaultCacheBitmaps" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
<setting name="ConDefaultDisplayWallpaper" serializeAs="String">
<value>False</value>
@@ -460,7 +460,7 @@
<value>False</value>
</setting>
<setting name="CheckForUpdatesFrequencyDays" serializeAs="String">
<value>7</value>
<value>14</value>
</setting>
<setting name="CheckForUpdatesLastCheck" serializeAs="String">
<value>1980-01-01</value>
@@ -541,7 +541,7 @@
<value>False</value>
</setting>
<setting name="ConDefaultUseCredSsp" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
<setting name="AlwaysShowPanelTabs" serializeAs="String">
<value>False</value>