PC Review


Reply
Thread Tools Rate Thread

DST2007 using script and Group Policy

 
 
Fernando
Guest
Posts: n/a
 
      22nd Feb 2007
Hi everyone,

I have set up a test group to implement this group policy following
instructions from KB914387. Both the reg file and the vbs script run. When
looking at the application event viewer WSH states "DST 2007 Registry Update
and Refresh has been executed on this computer". But when testing if the
correct time changes occur by setting time to 1:59 on march 11th nothing
happens.

After some testing i realized if i manually changed the time zone to a
different area and changed it back, everything would be working as it
should.

Has anyone else had this problem? I've tried re-copying the script from the
KB914387, with no positive results. Anyhelp would be greatly appreciated.


Fernando


 
Reply With Quote
 
 
 
 
=?Utf-8?B?TVBhcXVldHRl?=
Guest
Posts: n/a
 
      23rd Feb 2007
Yes, I've had the same problem. The steps in article KB914387 do not work
unless you have admin rights on the local PC. I wasted too much time trying
to get it to work. In the end I am rolling the patch out manually to 500+
PC's. Microsoft blows for not supporting Windows 2000.

"Fernando" wrote:

> Hi everyone,
>
> I have set up a test group to implement this group policy following
> instructions from KB914387. Both the reg file and the vbs script run. When
> looking at the application event viewer WSH states "DST 2007 Registry Update
> and Refresh has been executed on this computer". But when testing if the
> correct time changes occur by setting time to 1:59 on march 11th nothing
> happens.
>
> After some testing i realized if i manually changed the time zone to a
> different area and changed it back, everything would be working as it
> should.
>
> Has anyone else had this problem? I've tried re-copying the script from the
> KB914387, with no positive results. Anyhelp would be greatly appreciated.
>
>
> Fernando
>
>
>

 
Reply With Quote
 
John John
Guest
Posts: n/a
 
      24th Feb 2007
For crying out loud, pay $129 to IntelliAdmin and roll it out with their
Network Administrator package. You can use a .reg file to finish the
second step in the 914387 article, re: update
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation

John

MPaquette wrote:

> Yes, I've had the same problem. The steps in article KB914387 do not work
> unless you have admin rights on the local PC. I wasted too much time trying
> to get it to work. In the end I am rolling the patch out manually to 500+
> PC's. Microsoft blows for not supporting Windows 2000.
>
> "Fernando" wrote:
>
>
>>Hi everyone,
>>
>> I have set up a test group to implement this group policy following
>>instructions from KB914387. Both the reg file and the vbs script run. When
>>looking at the application event viewer WSH states "DST 2007 Registry Update
>>and Refresh has been executed on this computer". But when testing if the
>>correct time changes occur by setting time to 1:59 on march 11th nothing
>>happens.
>>
>>After some testing i realized if i manually changed the time zone to a
>>different area and changed it back, everything would be working as it
>>should.
>>
>>Has anyone else had this problem? I've tried re-copying the script from the
>>KB914387, with no positive results. Anyhelp would be greatly appreciated.
>>
>>
>>Fernando
>>
>>
>>

 
Reply With Quote
 
Sean Cai [MSFT]
Guest
Posts: n/a
 
      26th Feb 2007
Hi,

Thank you for posting in the Microsoft newsgroup!

From your post, my understanding on this issue is: you didn¡¯t get the
expected result after following KB914387. If I'm off base, please feel free
to let me know.

Thanks everyone for their key in.

It seems like there is a problem in the KB that the script doesn¡¯t work as
expected. However, some users have found the workaround on this specific
issue. You can fix the problem by running the script twice. The startup
script looks like this:

@echo off
regedit /s \\domain\netlogon\TZupdate.reg
cscript \\domain\netlogon\refreshTZinfo.vbs
cscript \\domain\netlogon\refreshTZinfo.vbs

This should fix the issue.

I hope the information above can address your concerns. If anything is
unclear, please feel free to let us know.

Sean Cai, MCSE2000
Microsoft Online Support

Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================

 
Reply With Quote
 
=?Utf-8?B?TVBhcXVldHRl?=
Guest
Posts: n/a
 
      26th Feb 2007
Thanks for the info Sean but that doesn't work either. The same error pops
up about the registry keys being in use.

"Sean Cai [MSFT]" wrote:

> Hi,
>
> Thank you for posting in the Microsoft newsgroup!
>
> From your post, my understanding on this issue is: you didn¡¯t get the
> expected result after following KB914387. If I'm off base, please feel free
> to let me know.
>
> Thanks everyone for their key in.
>
> It seems like there is a problem in the KB that the script doesn¡¯t work as
> expected. However, some users have found the workaround on this specific
> issue. You can fix the problem by running the script twice. The startup
> script looks like this:
>
> @echo off
> regedit /s \\domain\netlogon\TZupdate.reg
> cscript \\domain\netlogon\refreshTZinfo.vbs
> cscript \\domain\netlogon\refreshTZinfo.vbs
>
> This should fix the issue.
>
> I hope the information above can address your concerns. If anything is
> unclear, please feel free to let us know.
>
> Sean Cai, MCSE2000
> Microsoft Online Support
>
> Get Secure! - www.microsoft.com/security
> =====================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================
>
>

 
Reply With Quote
 
Sean Cai [MSFT]
Guest
Posts: n/a
 
      27th Feb 2007
Hi,

Maybe a pause should be set between two script. Or you mean you got the
same error twice since the script ran twice?


Sean Cai, MCSE2000
Microsoft Online Support

Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Script on Group Policy =?Utf-8?B?U2lmdSBGZXJuYW5kZXo=?= Windows XP General 7 7th Oct 2007 08:39 AM
How would you write a script to add and apply a group policy in Active Directory? Script could be VBscript arpitaashokadessai@gmail.com Microsoft Windows 2000 Active Directory 1 14th Feb 2007 09:07 PM
Startup Script in Group Policy john.marthe@colorado.edu Microsoft Windows 2000 Group Policy 10 24th Aug 2006 05:08 AM
Startup script with Group policy =?Utf-8?B?SmV5?= Microsoft Windows 2000 Group Policy 1 9th Feb 2006 10:12 AM
Group Policy & Logon Script Mike Microsoft Windows 2000 Group Policy 1 24th Aug 2003 02:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:35 PM.