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
Marsh Posté le 27-04-2006 à 13:34:33
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.
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