Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
bonjour,je souhaites installer une fonts par script j'ai tenté ceci mais ca nefonctionne pas la font n'apparait pas======================= > Dim ShellSet Shell = WScript.CreateObject("WScript.Shell")Set fso = WScript.CreateObject("Scripting.FileSystemObject")'copie du fichier dans le répertoire fontsfso.CopyFile "P:ComposantsWindowsfontsTTMITC__.TTF" ,"c:windowsfonts"'enregistrement dans la BRKeyBase="HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionFonts"Key2= KeyBaseshell.RegWrite key2 + "Transportation (TrueType)","TTMITC__.TTF","REG_SZ"Wscript.Quit========================== >alors si quelqu'un sait ou je me suis trompémerciStéphane
bonjour, je souhaites installer une fonts par script j'ai tenté ceci mais ca ne fonctionne pas la font n'apparait pas ======================= > Dim Shell Set Shell = WScript.CreateObject("WScript.Shell") Set fso = WScript.CreateObject("Scripting.FileSystemObject") 'copie du fichier dans le répertoire fonts fso.CopyFile "P:ComposantsWindowsfontsTTMITC__.TTF" , "c:windowsfonts" 'enregistrement dans la BR KeyBase="HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts" Key2= KeyBase shell.RegWrite key2 + "Transportation (TrueType)","TTMITC__.TTF","REG_SZ" Wscript.Quit ========================== > alors si quelqu'un sait ou je me suis trompé merci Stéphane