Article
ENVIRONMENT: Windows XP SP2
ZENworks 7, 6.5, 6, 4.2
PROBLEM: Indiana is switching to Eastern Daylight Time on 2 April 2006. Here's an easy way to push out the new time to the computers you're responsible for. (For home computers, here's a little local article that spells out the best way to update it.)
Solution
Create a simple application that calls TIMEDATE.CPL and passes the desired time zone to it.
You can do this by calling control.exe and passing the timedate.cpl,,/Z %std%
%std% can be found in the registry by viewing the desired time zone in 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones' and using the data in the "std" key.
Example
For Eastern Standard Time (Indiana is moving to this), create a simple application with the following settings:
Path to file:
%*WINSYSDIR%\control.exe
Parameters:
%SystemRoot%\system32\TIMEDATE.CPL,,/Z Eastern Standard Time
[Editor's Note: Don't forget to run this as unsecure system user if the logged-in user doesn't have the required privileges.]
If you have any questions you may contact Michael at fraserm@ipfw.edu
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
- Mapping Drives without having to use Active Directory or VB Script in a Clientless Environment
- Controlling the Power Settings in Local User Accounts
- Getting Workstations Ready for DST with ZENworks Apps, and Knowing the Results
- Change language and keyboard layout to German in ZENworks Imaging
- How to Load a Linux Driver Manually in a ZENworks Imaging environment
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 3465 reads



0