Link to home
Start Free TrialLog in
Avatar of Trihimbulus
Trihimbulus

asked on

2007 DST - 931836 vs. 914387

Ok, I have around 150 workstations to update for the DST 2007 update (KB931836). I found an article on the microsoft site that I can make the changes manually to all workstations (KB914387). http://support.microsoft.com/kb/914387/ 

I would create a login script which merges the registry info and run the VBS file. Any one have any comments on this?

ASKER CERTIFIED SOLUTION
Avatar of chrisandersoon
chrisandersoon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of younghv
younghv
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Trihimbulus
Trihimbulus

ASKER

I have tried this, and it says it cannot find the path specified (\\Computername).
For solution 1 or 2?

If it is for solution 1,  use this for your script

C:

NET USE U:  \\servername\sharename

U:\daylightsavingpatch.exe /quite

exit

I think this should work. Use notepad, and make sure you save it as a .BAT file.
save the daylight savings patch in your share directory.

Use