Différence entre logon path et logon home
js8bleu
Messages postés
576
Date d'inscription
Statut
Membre
Dernière intervention
-
js8bleu Messages postés 576 Date d'inscription Statut Membre Dernière intervention -
js8bleu Messages postés 576 Date d'inscription Statut Membre Dernière intervention -
Bonjour à tous,
j'aimerai savoir quelle est la différence entre logon path et logon home s'il vous plaît
Merci d'avance.
Cordialement.
j'aimerai savoir quelle est la différence entre logon path et logon home s'il vous plaît
Merci d'avance.
Cordialement.
A voir également:
- Différence entre logon path et logon home
- Différence entre tcp et udp - Guide
- Windows 7 logon background changer - Télécharger - Thèmes & Fonds d'écran
- Difference entre million et milliard - Accueil - Technologies
- Mailstore home - Télécharger - Mail
- Difference entre mode avion et donnees mobiles - Guide
4 réponses
Salut,
Extrait de cette page (réponse) :
Extrait de cette page (réponse) :
- --logon path is telling to NT (NT4, 2000, XP) clients where to find the profile of the user %U - --logon home is telling to 9x (95, 98, Me) clients where to find the profile of the user %U, but also telling to all Windows variants, what share to use for "net use driveletter: /home" the diference is that win2k and winxp clients do this mapping without having to do that in a logon script, using logon drive for that (if there is nothing mapped onto it before e.g. by a logon script in this case they would map it to driveletter Z). The problem is that this clients have the "feature" of mapping drive letters to subfolders of shares, unlike other windows versions, which will map the share, ignoring any subfolder of it (or give an error if you try it on command line).