themush1326 Posted March 7, 2007 Posted March 7, 2007 I need the following information for a DST related task. I need to know the content of this registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation StandardName and the current logged on user or even last user if there is no one logged on thanks in advance themush
Shevilie Posted March 7, 2007 Posted March 7, 2007 http://www.autoitscript.com/autoit3/docs/f...ons/RegRead.htmhttp://www.autoitscript.com/autoit3/docs/functions.htm Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
EndFunc Posted March 7, 2007 Posted March 7, 2007 (edited) I need the following information for a DST related task.I need to know the content of this registry keyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformationStandardNameand the current logged on user or even last user if there is no one logged onthanks in advance themushUse the RegRead() as noted on other reply by Sheville and then user the @UserName for the current logged in User. Lock over the HelpFile and it will give you more info. Edited March 7, 2007 by EndFunc EndFuncAutoIt is the shiznit. I love it.
themush1326 Posted March 8, 2007 Author Posted March 8, 2007 Use the RegRead() as noted on other reply by Sheville and then user the @UserName for the current logged in User. Lock over the HelpFile and it will give you more info. [/quo thank you both I wa able to get what I needed
Confuzzled Posted March 10, 2007 Posted March 10, 2007 I need the following information for a DST related task.Suggestion: There are quite a few people probably working on just this very project using AutoIT, and you may wish to keep searching/browsing the forums for some of their ideas and input.
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