Jump to content

How to make a change timezone of system win?


Sandro Alvares
 Share

Recommended Posts

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 :P

Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)

Link to comment
Share on other sites

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, ......... :)

Link to comment
Share on other sites

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 by ACalcutt

Andrew Calcutt

Http://www.Vistumbler.net

Http://www.TechIdiots.net

Its not an error, its a undocumented feature

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...