Sandro Alvares Posted January 2, 2006 Posted January 2, 2006 I not found a script autoit3, is a change timezone cause my games RF Online Launcher request GMT+8... my gmt is +3! Only i make "control panel" change timezone! I need change timezone more easy with autoit3 Have idea? i have example timezone regedit is too hard make autoit3 Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
Oxin8 Posted January 2, 2006 Posted January 2, 2006 this should be in v3 Support and not here..... but just add 5 to the hour. i don't think you'd need to change the timezone on your computer to do it. ~My Scripts~ *********_XInput UDF for Xbox 360 ControllerSprayPaint_MouseMovePlus
Sandro Alvares Posted January 2, 2006 Author Posted January 2, 2006 Exist software a change timezone is all shareware! But i need a source autoit3 =\ Regedit: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation I have too a source .cpp .. it's not know a language c++ =( Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
ACalcutt Posted January 3, 2006 Posted January 3, 2006 (edited) this opens the timezone settings.... Run("RunDll32.exe shell32.dll,Control_RunDLL timedate.cpl,,/f") i'm sure from there you could use ControlListView to select the the timezone you want edit- based on the above post i tried to get something working for you.....but my idea didn't seem to work... i had it change the registry keys i saw change.but after that point i have no idea RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation", "Bias", "REG_DWORD", "0000012c" RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation", "StandardName", "REG_SZ", "Eastern Standard Time" RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation", "DaylightName", "REG_SZ", "Eastern Daylight Time" RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation", "ActiveTimeBias", "REG_DWORD", "0000012c" ;RegWrite("HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation", "Bias", "REG_DWORD", "000001e0") ;RegWrite("HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation", "StandardName", "REG_SZ", "Pacific Standard Time") ;RegWrite("HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation", "DaylightName", "REG_SZ", "Pacific Daylight Time") ;RegWrite("HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation", "ActiveTimeBias", "REG_DWORD", "000001e0") Edited January 3, 2006 by ACalcutt Andrew Calcutt Http://www.Vistumbler.net Http://www.TechIdiots.net Its not an error, its a undocumented feature
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now