You are here

Startup Folder

9 posts / 0 new
Last post
shinit
Offline
Last seen: 16 years 7 months ago
Joined: 2006-12-10 08:28
Startup Folder

Is it possible to have a startup folder which can have shortcuts to prorams you want to run when the USB stick is plugged in?

Bahamut
Bahamut's picture
Offline
Last seen: 12 years 3 months ago
Joined: 2006-04-07 08:44
What do you mean? Most

What do you mean?
Most people either use the PA menu or place shortcuts in the root directory.

Vintage!

vamp1r
Offline
Last seen: 16 years 2 months ago
Joined: 2006-10-11 15:06
You can't have a startup

You can't have a startup folder on a flash drive which functions like the startup folder in Windows. You can write an autorun.inf, but this will only work in WinXP /w SP2. For all other versions of Windows you're out of luck. You could try to pull a more complicated trick and fool Windows the same way U3 does, though. (by creating an autorun on a cd partition of your flash drive)

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Or

(to get really complicated)
You could make a bootable USB which adds your apps to the Startup folder on the harddrive (simple Linux distro could do it) then boots into Windows.
On unbooting, it removes these from the Startup folder.
----
Ryan McCue
Life is like a sewer. What you get out of it depends on what you put into it.
(Tom Lehrer)

"If you're not part of the solution, you're part of the precipitate."

vamp1r
Offline
Last seen: 16 years 2 months ago
Joined: 2006-10-11 15:06
Yes, but on public computers

Yes, but on public computers (which are typically already on when you access them) it would take longer to reboot than it would to just launch the programs by hand. Wink

Stretch 4x4
Offline
Last seen: 16 years 5 months ago
Joined: 2006-10-25 00:15
how..

Do you know how to do this "fooling" of windows like u3? I thought about making a partition and formatting it as a cd and then as you said have an autorun.inf but I couldn't think how to do the formatting and I wasn't sure how you would know what the other drive letter was to call PStart etc but I am sure this is the least of the problems, if you know how to create this cd partition

Espreon
Espreon's picture
Offline
Last seen: 11 years 7 months ago
Joined: 2006-09-29 18:23
Or you could

keep your thumb drive in your computer forever and put the startportableapps.exe in the windows start up folder.(if you are a Portable Apps Menu User).

This is probably not what you are looking for though.

arqbrulo
arqbrulo's picture
Offline
Last seen: 4 years 1 month ago
Joined: 2006-08-10 16:38
or Autoit

compile an autoit script to exe. There's what you need to do
Run(@ScriptDir & "\portableapps\firefox\firefox.exe")
Run(@ScriptDir & "\portableapps\thunderbird\thunderbird.exe")

etc.
then change your autorun.inf to run this new exe that you created.
---------------
Teen1: Oh, here comes that cannonball guy. He's cool.
Teen2: Are you being sarcastic, dude?
Teen1: I don't even know anymore.

"In three words I can sum up everything I've learned about life: it goes on." -- Robert Frost
"In three words I can sum up everything I've learned about life: baby ain't mine." -- Adam Holguin

azjerry
Offline
Last seen: 6 years 6 months ago
Joined: 2005-12-09 12:42
or a simple batch file

or a simple batch file

Topic locked