Startuo Group

  • Thread starter Thread starter Willy
  • Start date Start date
W

Willy

I'm having a problem with programs I put in the Startup Group. Some get
duplicated and even if I delete the duplicate, on restart of the PC is comes
back. Others in the group do not show on SysTray (next to clock) but do
show in the Task Manager. I can close it in the Task Manager and click on
it in the Startup Group & it works okay.
I'm only user & log on with Administrator Privileges.
Any suggestions or help out there?
 
Some older apps need to run after the startup group finishes, to show in the
Notifications area. My solution is to run from startup a script to sleep
for 4 minutes, and then run my app

--go.vbs--
set shell=createobject("wscript.shell")
wscript.sleep 240000
shell.run "c:\program files\myappfolder\myapp.exe"
--cut here--
 
Mark,
Thanks for the suggestion but what do you mean in the following?

--go.vbs--
--cut here--

And what about the duplicates that keep showing up on restart in the Startup
Folder?
 
Back
Top