BoogY Posted August 26, 2009 Share Posted August 26, 2009 Hello there. I realy need to be able to change a reg key on a remote computer... Does someone know how to do that ? With autoit of corse... Thanks a lot Link to comment Share on other sites More sharing options...
weaponx Posted August 26, 2009 Share Posted August 26, 2009 Read the last line under "Remarks": http://www.autoitscript.com/autoit3/docs/functions/RegWrite.htm Link to comment Share on other sites More sharing options...
BoogY Posted August 26, 2009 Author Share Posted August 26, 2009 Thank you very much i red that but never say that part >_< thanks a lot for your help Link to comment Share on other sites More sharing options...
BoogY Posted August 26, 2009 Author Share Posted August 26, 2009 ok here is my code.. i'm trying to do a test to see if itworks : _noSMS() func _noSMS() $computerName = InputBox("Computer Name", "The computer Name : " RegWrite("\\" & $computerName & "\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Genuine Advantage","InstallID", "REG_DWORD","00000000") if @error = 1 Then MsgBox(0,"KEY ERROR", "The kes doesn't exists",5) EndFunc but it's not working... an i doying it wrong ? Thanks agen >_< Link to comment Share on other sites More sharing options...
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