NEED EX. OF CREATEPROCESSWITHLOGONW FOR REGSVR32.EXE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone give me a code example on how to use the CreateProcessWithLogonW API for Regsvr32.exe, so that I can within VB6.0 register a DLL on our users machines that have XP utilizing an Admin Account that will be setup on the users machnines without their knowledge???????
 
Why not just use a startup script?

A pretty good introduction to them here:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/optimize/startw2k.mspx

More info available if you google for it.
--
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


Deaparately need and Example! said:
Can someone give me a code example on how to use the
CreateProcessWithLogonW API for Regsvr32.exe, so that I can within VB6.0
register a DLL on our users machines that have XP utilizing an Admin Account
that will be setup on the users machnines without their knowledge???????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top