View Single Post
  #8  
Old 31-01-2004, 18:41
LeMoi's Avatar
LeMoi LeMoi is offline
ou LM
 
Join Date: 20-10-2002
Location: 37°1
Age: 39
Posts: 5,847
Send a message via ICQ to LeMoi Send a message via AIM to LeMoi Send a message via MSN to LeMoi Send a message via Yahoo to LeMoi Send a message via Skype™ to LeMoi
Re : Pb de lancement OE

g pensé faire un script avec ça :
Dim WSHShell
Dim Identite,Usn
Identite = "{501C94AB-3765-4186-AA9D-4CEB31EE6198}"
Set WshShell = CreateObject("WScript.Shell")
with WshShell
.regwrite "HKCU\Identities\Start As",Identite,"REG_SZ"
.regwrite "HKCU\Identities\Last User ID",Identite,"REG_SZ"
.regwrite "HKCU\Identities\Default User ID",Identite,"REG_SZ"
Usn=.regread ("HKCU\Identities\" & Identite & "\Username")
.regwrite "HKCU\Identities\Last Username",Usn,"REG_SZ"
.Run "msimn.exe"
End with
Set WshShell=Nothing

mais depuis, msimn ne se lance mm plus, l'erreur mm plus


EDIT : d'après l'astuce de faqoe, j'ai compris que c'était un pb d'identité, g supprimé le dossier Identitiesde HKCU du regedit, et là : miracle, c reparti !

merci tout le monde pour ce pb, reste plus qu'à régler l'autre
__________________
[01mai2004@11:23:54] <@Kaspof> je garderais toujours un souvenir impérissable de toi LeMoi|Vacances
Ne soyez pas un boulet !

Last edited by LeMoi; 31-01-2004 at 18:47.
Reply With Quote