Startup Aplication

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Hi everyone,

I need some info.On windows XP i need to have only one application
running.When Windows starts i will setup aoutomatic administrator
login,application will start and after close application i need to get
windows to go to shutdown.How to do this?

Thanks in advance
 
Jason said:
Hi everyone,

I need some info.On windows XP i need to have only one application
running.When Windows starts i will setup aoutomatic administrator
login,application will start and after close application i need to get
windows to go to shutdown.How to do this?

Thanks in advance

Put the following lines into the file
"c:\documents and settings\all users\start
menu\programs\startup\netlogon.bat":

@echo off
"c:\Program Files\Some Folder\Name of your App.exe"
shutdown -s
 

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

Similar Threads

Windows XP startup best practice? 10
AOL email scam 2
DOS aplication problem 2
Set App Priority 4
custom Startup Items launcher 2
Windows 11 Windows 11 update 5
18 day wonder 6
Chocolatey Package Manager 2

Back
Top