lyonmt
IS-IT--Management
- May 18, 2001
- 83
I have a Windows 2000 network with Win98 Clients and I want to have one generic logon script. Each user has their own directory though. I have researched the archives here and scoured the internet. Most people write that you can just use %USERNAME%.
i.e.
net use h: \\server\%username% in the logon script
but this will not work. I researched more and found that this requires winset.exe to be in the users PC under windows\system as well as in the netlogon directory. I did install the program in both directories and that didn't work. I found a tech article on Microsoft's site which explains this long process of creating batch files, script files, and text files. I did this and it did not work.
Does anybody know how I can make this work? I would really appreciate any/all help.