Configuring a computer prior to WinLogon

  • Thread starter Thread starter Shannon McMillan
  • Start date Start date
S

Shannon McMillan

Hey,

I want to change the name and workgroup/domain of a
computer at first boot prior to winlogon. I've written
code that will successfully change the computer's name and
workgroup/domain, but I'm having problems trying to work
out how this may then be implemented prior to a user
logging on. Any suggestions would be greatly appreciated.

Thanks,

Shannon.
 
Hey Ignacio,

Thanks for responding. I thought of using a service, but I only want the
service to run once and then never run again. Is this possible?

Thanks,

Shannon.
 
Hi Shannon,

Well that's a very good question :)

Solution: try it.



Cheers,
 
Shannon,

Instead of a service, what about a scheduled task set to run "when my
computer starts". The application could remove its scheduled task once it
has completed a successful run. See
http://www.codeproject.com/csharp/tsnewlib.asp for a helper class for
manipulating scheduled tasks in .NET.


HTH,
Nicole
 

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