Affichage des articles dont le libellé est Tips. Afficher tous les articles
Affichage des articles dont le libellé est Tips. Afficher tous les articles

lundi 15 novembre 2010

[W2K8] Gestion de l'alimentation

J'ai récemment constaté des comportements assez troublants sur des serveurs Windows 2008 / 2008 R2 tel qu'une légère baisse de performance, ainsi que le Warning suivant du TMG Best Practices Analyzer :

Trouvant ceci inquiétant et ayant du temps devant moi je decide donc de plancher sur la question.

[W2K8] Power management

Recently I notice some weird performance issue on Windows 2008 / 2008 R2, and the following Warning from TMG Best Practices Analyzer:


lundi 23 août 2010

How to delete saved passwords

Hopefully for the end user (not for all administrators) which have difficulties to remember all his passwords there's a functionality in some applications that allow to save them:

Unfortunately when the user change the password in Windows 7 it's a nightmare to found the window handling them.

There's a command line to directly open the window and "save" the user who wants to access to an important data for a meeting. In a PowerShell run the following command line:
 rundll32.exe keymgr.dll, KRShowKeyMgr


The rest is easy: deleting the account :)
Thanks to Romain to point out the problem and for the solution. 

Purger les mots de passes enregistrés

Par bonheur pour l'utilisateur lambda (parfois moins pour l'administrateur) qui parfois a du mal à retenir sa pléthore de mot de passe il existe une fonctionnalité utile dans certaines applications qui permet de se souvenir pour son mot de passe :

Malheureusement quand ce dernier change le mot de passe associé sous Windows 7 c'est un vrai cauchemar pour retrouver la fameuse fenêtre de gestion de ces derniers.

Il existe une commande pour accéder à cette dernière directement et ainsi "sauver" l'utilisateur qui doit accéder à une donnée importante pour une réunion. Dans une ligne de commande PowerShell il suffit d'exécuter la commande :
rundll32.exe keymgr.dll, KRShowKeyMgr

  

La suite reste simple : supprimer le compte posant problème :)
Merci à Romain pour avoir pointé du doigt le problème et pour la solution.