PC Review


Reply
Thread Tools Rate Thread

how can i autorun a program on startup without clicking the yes ta

 
 
lollypoplee
Guest
Posts: n/a
 
      8th Jun 2009
this is driving me mad !!! i have entered the string into my registry to make
a program run on startup,which it does, but i still have to select the "ok"
tab when the program starts up before it runs, which is defeating the object
of it auto running in the first place ?
is there some way to have it autorun on startup without any user
intervention ?
please , any advice would really help
 
Reply With Quote
 
 
 
 
John John - MVP
Guest
Posts: n/a
 
      8th Jun 2009
When you start the program by normal means does it ask you to select an
"OK tab"?

John

lollypoplee wrote:
> this is driving me mad !!! i have entered the string into my registry to make
> a program run on startup,which it does, but i still have to select the "ok"
> tab when the program starts up before it runs, which is defeating the object
> of it auto running in the first place ?
> is there some way to have it autorun on startup without any user
> intervention ?
> please , any advice would really help

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a
 
      8th Jun 2009
lollypoplee <(E-Mail Removed)> wrote:
> this is driving me mad !!! i have entered the string into my registry
> to make a program run on startup,which it does, but i still have to
> select the "ok" tab when the program starts up before it runs, which
> is defeating the object of it auto running in the first place ?
> is there some way to have it autorun on startup without any user
> intervention ?
> please , any advice would really help


I don't know what the probram is, but just add a shortcut to it to your
startup folder instead.


 
Reply With Quote
 
lollypoplee
Guest
Posts: n/a
 
      8th Jun 2009


"John John - MVP" wrote:

> When you start the program by normal means does it ask you to select an
> "OK tab"?

yes it does john ?
>
> John
>
> lollypoplee wrote:
> > this is driving me mad !!! i have entered the string into my registry to make
> > a program run on startup,which it does, but i still have to select the "ok"
> > tab when the program starts up before it runs, which is defeating the object
> > of it auto running in the first place ?
> > is there some way to have it autorun on startup without any user
> > intervention ?
> > please , any advice would really help

>

 
Reply With Quote
 
John McGaw
Guest
Posts: n/a
 
      8th Jun 2009
lollypoplee wrote:
>
> "John John - MVP" wrote:
>
>> When you start the program by normal means does it ask you to select an
>> "OK tab"?

> yes it does john ?
>> John
>>
>> lollypoplee wrote:
>>> this is driving me mad !!! i have entered the string into my registry to make
>>> a program run on startup,which it does, but i still have to select the "ok"
>>> tab when the program starts up before it runs, which is defeating the object
>>> of it auto running in the first place ?
>>> is there some way to have it autorun on startup without any user
>>> intervention ?
>>> please , any advice would really help


If the program asks permission when you start it manually then it will
still ask permission when you start it automatically unless it is
specifically designed otherwise or unless it is designed to accept a
command-line option which overrides this behavior. Knowing what the program
is would be helpful to anyone wishing to give you a better answer.
 
Reply With Quote
 
John John - MVP
Guest
Posts: n/a
 
      8th Jun 2009
lollypoplee wrote:
>
> "John John - MVP" wrote:
>
>> When you start the program by normal means does it ask you to select an
>> "OK tab"?


> yes it does john ?


In that case you will have to check the documentation that came with the
program or ask the authors which startup switches are available for the
program. Typically the switch is added to the start command, something
like:

"C:\Program Files\Some Program Folder\Program.exe /switch"

Another way around the problem would be to use something like AutoIt to
create a script for the program start and then place the script in one
of the startup locations.

John
 
Reply With Quote
 
John John - MVP
Guest
Posts: n/a
 
      8th Jun 2009
John John - MVP wrote:
> lollypoplee wrote:
>>
>> "John John - MVP" wrote:
>>
>>> When you start the program by normal means does it ask you to select
>>> an "OK tab"?

>
>> yes it does john ?

>
> In that case you will have to check the documentation that came with the
> program or ask the authors which startup switches are available for the
> program. Typically the switch is added to the start command, something
> like:
>
> "C:\Program Files\Some Program Folder\Program.exe /switch"
>
> Another way around the problem would be to use something like AutoIt to
> create a script for the program start and then place the script in one
> of the startup locations.


PS. You should also take a look at the programs default options, there
might be an option to change the way the program starts.

John
 
Reply With Quote
 
Jose
Guest
Posts: n/a
 
      8th Jun 2009
On Jun 8, 9:01*am, lollypoplee <lollypop...@discussions.microsoft.com>
wrote:
> this is driving me mad !!! i have entered the string into my registry to make
> a program run on startup,which it does, but i still have to select the "ok"
> tab when the program starts up before it runs, which is defeating the object
> of it auto running in the first place ?
> is there some way to have it autorun on startup without any user
> intervention ?
> please , any advice would really help


Which "a program" would that be?

Maybe someone else is using it and has already figured this out, or
can do the research and help, or give you better troubleshooting help.

If you get to a command prompt (Start, Run, cmd <enter>) and type in
the program there by hand, do you still get the request?

If you run the program from a command prompt with a /? option,
sometimes there is a way to have it run without asking any questions.

You can bing it and read if there are any command line options that
let it run silently without asking questions.

Maybe there is no option to do that at all.

A lot of maybes here, but more information is needed to prevent
guessing.
 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      9th Jun 2009
Quotes are wrong.

This is incorrect:
"C:\Program Files\Some Program Folder\Program.exe /switch"

It should be this:
"C:\Program Files\Some Program Folder\Program.exe" /switch


ju.c


"John John - MVP" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> lollypoplee wrote:
>>
>> "John John - MVP" wrote:
>>
>>> When you start the program by normal means does it ask you to select an
>>> "OK tab"?

>
>> yes it does john ?

>
> In that case you will have to check the documentation that came with the
> program or ask the authors which startup switches are available for the
> program. Typically the switch is added to the start command, something
> like:
>
> "C:\Program Files\Some Program Folder\Program.exe /switch"
>
> Another way around the problem would be to use something like AutoIt to
> create a script for the program start and then place the script in one
> of the startup locations.
>
> John

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
autorun macro in startup o in new email Julio Carvajal Microsoft Outlook VBA Programming 2 3rd Aug 2006 05:54 PM
Autorun application on PPC startup =?Utf-8?B?QXp6aSBTdGVmYW5v?= Microsoft Dot NET Compact Framework 11 15th May 2006 05:01 PM
Autorun a macro on Excel startup R Guzman Microsoft Excel Discussion 3 18th Mar 2006 02:18 PM
Problem with my IHM when i want a autorun at the startup Superman Windows XP Embedded 0 3rd Mar 2006 08:25 AM
Re: Getting Outlook Express to Autorun at Startup molsonexpert Windows XP General 1 21st Sep 2004 06:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:58 PM.