Re: _winreg and access registry settings of another user

2010-03-04 Thread Mensanator
On Mar 4, 3:24 pm, News123 wrote: > Hi, > > I habe administrator privilege  on a window host and would like to write > a script setting some registry entries for other users. Why? Are you writing a virus? > > There are potentially at least two wo ways of doing this: > > 1.) start a subprocess as

_winreg and access registry settings of another user

2010-03-04 Thread News123
Hi, I habe administrator privilege on a window host and would like to write a script setting some registry entries for other users. There are potentially at least two wo ways of doing this: 1.) start a subprocess as other user and change the regitrey for CURRENT_USER However I don't know ho