Jump to content

Startmenu-->Startup-->xxx


Sasi_Ryu

Recommended Posts

Hai,

I have integrated objectdock to my xp cd. But the problem is that it does not load up at windows startup by default when windows is installed. So how can i create a copy(Shortcut) of that .exe file , i know i have to add a shortcut at C:\Documents and Settings\(Username or All Users)\Start Menu\Programs\Startup.

But how can i do automatically without any manual work after xp installation, Should i have to add any entry to RunOnce option in nlite or must do some thing else.

Thanks.

Edited by Sasi_Ryu
Link to comment
Share on other sites


You could add the following to your Registry via a script for example or you could automatically create a shortcut in the Startup folder in your Start Menu, which you can achieve in different ways; you could use Shortcut.exe in a batch script to create it, you could use default SFX commands, or you could simply copy over an existing shortcut from your Start Menu to the Startup folder using a batch script.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Application"="%ProgramFiles%\\Application\\Application.exe"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...