|
-
December 1st, 1999, 02:16 PM
#1
Where to place my application ?
Hi,
I want to execute an application when windows start automatically. Please tell me where can I place my application path except leaving the option Startup.
My application should not be available in the Startup Menu Bar. And after execution it should also not appear in the task list. Purely it should be a program which runs without users notice.
Regards
RM
-
December 2nd, 1999, 03:27 AM
#2
Re: Where to place my application ?
To run your application, without placing them in the autostart-folder, make a registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Write any Name as new Value and place the path of your application.
-
December 17th, 1999, 07:24 PM
#3
Re: Where to place my application ?
i have the same problem tell me how in vb codes
thanks
-
December 17th, 1999, 10:24 PM
#4
Re: Where to place my application ?
To start the app when windows starts you can neither place code into windows registry or use simpler way...you can place
link (.lnk) or
executable (.exe) or
Batch file (.bat)
into C:\WINDOWS\Start Menu\Programs\StartUp
-
December 17th, 1999, 10:26 PM
#5
Re: Where to place my application ?
oops, :-), I misread about leaving option StartUp, sorry
-
December 18th, 1999, 09:38 PM
#6
Re: Where to place my application ?
were and how can u make a registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Write any Name as new Value and place the path of your application.
-
December 20th, 1999, 01:47 AM
#7
Re: Where to place my application ?
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Any Name"="C:\\...\\...\\Your.Exe"
Write this into a file, name this file test.reg and doubleclick this file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|