Compatibilité RegRead 2000/XP

Compatibilité RegRead 2000/XP - VB/VBA/VBS - Programmation

Marsh Posté le 27-04-2006 à 13:34:33    

:hello:  
 
Quelqu'un a-t-il une idée sur le fait que ce script fonctionne bien sous Windows XP et pas sous Windows 2000 Pro.
Ce script s'execute au login de l'utilisateur sur un domaine classique.
 

Citation :

Option Explicit
 
On Error Resume Next
 
Dim WshShell,strpath
set WshShell = CreateObject("WScript.Shell" )
strpath=WshShell.RegRead("HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System\Scripts\Logon\0\FileSysPath" )
wscript.echo "strpath=" & strpath
 
set WshShell=Nothing


 
Autrement dit, strpath a la bonne valeur à la connexion d'un client XP et est vide à la connexion d'un client 2000  :pt1cable:  
 
:jap:

Reply

Marsh Posté le 27-04-2006 à 13:34:33   

Reply

Marsh Posté le 27-04-2006 à 14:27:44    

Bon tout bêtement la clé n'existe pas sous Windows 2000...
 
Bizarre tout ça :heink:

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed