Jump to content

Startmenu-->Startup-->xxx


Recommended Posts

Posted (edited)

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

Posted

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"

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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