﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
836	RegWrite - set registry key as another user	guenther_mandl@…		"In our company user have no admin rights on their machines.
If we have to change some registry keys and we want to scrip it with autoit, we have to start the compiled exe as another user, or we write a second script which starts the first script as an admin.
Example:
RegWriteAs (""username"", ""domain"", ""password"", ""keyname"" [,""valuename"", ""type"", value] )

Another Idea would be ""Priviledge Escalation"", that means that we could run some parts of the code as another user.
Example:
StartRunCodeAs(""username"", ""domain"", ""password"")
Code...
StopRunCodeAs()


PS: AutoIT rulez!!
"	Feature Request	closed		AutoIt		None	Rejected		
