L
Luke Thompson
We have written a login script for our users which imports a .reg file
into the computers registry. The problem though, is that it will not
work on windows 98 machines. However it works in windows 2000.
The login script is as follows and runs everytime a user logs on:-
-------------------------------------------------------------------------------
NET USE I: /home
net use l: \\admin-server\alice
net use r: \\dellone\applications
net use u: \\dellone\hand-in-work
net use v: \\dellone\longcroft
net use y: \\dellone\chemset
\\ADMIN-SERVER\INTERCHK\W95inst\Setup -INL -A
net time \\admin-server
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\run.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\fpage.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\word.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\excel.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\powerpoint.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\access.reg
-------------------------------------------------------------------------------
Does anyone know what we have done wrong for there to be an error
message whenever a user logs onto win98 machines?
Is there a way to tell the windows 98 machines to ingnore the
'regedit' lines?
Is there a way to change it so that it will work for both windows98
and windows 2000 machines?
Thank you
into the computers registry. The problem though, is that it will not
work on windows 98 machines. However it works in windows 2000.
The login script is as follows and runs everytime a user logs on:-
-------------------------------------------------------------------------------
NET USE I: /home
net use l: \\admin-server\alice
net use r: \\dellone\applications
net use u: \\dellone\hand-in-work
net use v: \\dellone\longcroft
net use y: \\dellone\chemset
\\ADMIN-SERVER\INTERCHK\W95inst\Setup -INL -A
net time \\admin-server
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\run.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\fpage.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\word.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\excel.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\powerpoint.reg
regedit /s \\Admin-server\SYSVOL\longcroft.ac.uk\scripts\regedit\access.reg
-------------------------------------------------------------------------------
Does anyone know what we have done wrong for there to be an error
message whenever a user logs onto win98 machines?
Is there a way to tell the windows 98 machines to ingnore the
'regedit' lines?
Is there a way to change it so that it will work for both windows98
and windows 2000 machines?
Thank you