blog/_posts/2013-10-01-access-from-new-...

40 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Access from new computer : Overwolf & Steam"
date: 2013-10-01
url: access-from-new-computer-overwolf-steam
layout: post
category: Tutorials
---
[![A missing blog post image](/img/blog/access-from-new-computer-overwolf-steam.png)](/img/blog/access-from-new-computer-overwolf-steam.png)
Si comme moi vous recevez un mail à chaque démarrage du PC de la part de Steam, vous disant qu'un nouvel accès à été demandé à votre compte, c'est la faute de **Overwolf**.
Le système de chat Steam intégré, réinitialise, à chaque démarrage du processus, la clef d'autorisation de Steam Guard, ce qui devient un peu agaçant à la longue...
Je vous propose donc de désactiver au démarrage la connexion automatique au compte Steam (surtout si vous n'utilisez pas souvent ce chat ci).
Pour cela, rendez-vous ici :
> C:\Users\\**vous**\AppData\Local\Overwolf\Settings
Éditez le fichier **SettingsPageAccount.xml** après avoir coupé le processus, et remplacez :
{% highlight xml %}
<PropertyNameValue>
<Value Internal_>True</Value>
<Name>AutoLogin_SteamService</Name>
</PropertyNameValue>
{% endhighlight %}
... par :
{% highlight xml %}
<PropertyNameValue>
<Value Internal_>False</Value>
<Name>AutoLogin_SteamService</Name>
</PropertyNameValue>
{% endhighlight %}
À partir de maintenant, le chat Steam intégré à Overwolf ne se connectera plus automatiquement, et ne réclamera donc pas le code dauthentification.