|
RivaTuner starts through a registry entry at startup in order to load overclock settings. I want it to start from the startup folder instead. How would I do this?
Started by Phenom on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
And msconfig under Startup, then "Command" column) and place it in the startup folder..
|
|
I am trying to include a link to my application in the Startup folder with a parameter passed to the program.
I think it would work if I created the shortcut locally and then added it to my source. After that I could copy it to the Startup folder on first...
Started by Shawn Simon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
(Updating appears more flexible.)
From your example, it looks like you want your app' to run with a parameter constant... .
It looks like you're limited to your application code.
I'm new to Air, but also haven't found any way to customize the install process .
|
|
I need to add the "Run when Windows starts" option to my program CintaNotes, but do not want to sacrifice the "cleanness" of it: it is a 100% portable freeware and should not leave traces in the system. I've come up with the idea to autodetect running...
Started by Alex Jenter on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're telling the user to create a shortcut in the start-up folder, you're already leaving let them specify "Start with Windows" and then you create the start-up folder shortcut for the user the directory of the executable won't work....
|
Ask your Facebook Friends
|
My application will have a per machine (not per user) Startup shortcut. I can create a shortcut during the installer process no problem. My problem comes when the user later removes it and then tries to re-enable. In otherwords, they turn off RunOnStartup...
Started by blak3r on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The code below does the following:
It gets the path to the All Users Startup Folder for you -> Startup ....
Trying to create a shortcut is more difficult.
At install time and then copy the .lnk to the startup folder.
|
|
I'm new to this forum and so my newsreader didn't download all the
message history it contains. Sorry if this topic has already been
addressed here but I can't find anything in my listing that relates.
After a recent Live Update my machine started displaying...
Answer Snippets (Read the full thread at pcbanter):
--
Garry
Click Start....
Does in advance...
Does anyone know why this is happening and/or how to
prevent it happening? (I'm running XP Pro a recent Live Update my machine started displaying an explorer
window for the System32 folder.
folder.
|
|
Outlook 2010 startup folder selection ignored. For some reason I cannot get my selection of a startup folder for Outlook 2010 to "stick." It reverts to the Inbox, regardless of what I do. Any suggestions?
Started by Asker24 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at windows7forums):
Hi,
have you tried repairing the installation.
Re: Outlook 2010 startup folder selection ignored.
|
|
Simple question...
I dumped an excel file (.xlsx) into my startup folder (W7-64Bit SP1) so it would open everytime I turn the computer on. However, while Excel (Office 10) successfully opens, the file itself does not load. Anyone have a clue to make this...
Started by pradhan on
, 8 posts
by 3 people.
Answer Snippets (Read the full thread at techguy):
Excel opens....
Thanks, but nope...still same results.
Drag the shortcut to the Startup folder.
Save and close.
Try a shortcut to Excel with the file as a parameter at the end .
I put the file in the startup folder of Windows...
|
|
I have a need to remove temp files on tomcat startup, the pass to a folder which contains temp files is in applicationContext.xml
Is there a way to run a method/class only on tomcat startup?
Started by dcave555 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm sure there must be a better way to do .
) { MyOtherClass.callMe(); } }
Strictly speaking, this is only run once on webapp startup, rather than tomcat startup, but that may amount to the same thing.
|
|
I recently installed the OWC data doubler in my early 2011 Macbook Pro with a 6g SSD. I installed the SSD in the main hard drive bay due to some issues doing it the other way that I read about.
However, apps have been crashing constantly, and my computer...
Started by BJB Productions on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at macrumors):
(@!#$%^ you, CNET) So that basically replaced....
I made the huge mistake of installing the TRIM support patch after reading about installing it on CNET .
Well I figured out what happened.
Seems like something is missing.
I would try reinstalling OSX.
|
|
How can I make a Click-once deployed app run a startup?
The best option I found by searching was to set the Publisher on the app to Startup, so the Start menu shortcut would be placed in the Startup folder, but that seems like a huge hack and I would ...
Started by EHaskins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
ClickOnce apps will run the first time they are installed... .
A way to work around into the startup folder on Application startup.
Or if not the startup folder then the startup reg key.
folder is your best bet.
|