home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Système / Startup / readme.txt < prev    next >
Text File  |  1999-02-09  |  2KB  |  50 lines

  1. Startup Control Panel
  2. ---------------------
  3. by Mike Lin (mlin@monmouth.com)
  4.  
  5. Startup Control Panel is a nifty control panel applet that allows you
  6. to control what programs run at system startup. I wrote it because
  7. I was tired of digging through the registry all the time; I hope you
  8. like it!
  9.  
  10. TO INSTALL:
  11.  
  12. Simply run install.exe from the zip. It will extract the compressed
  13. program file to your control panel.
  14.  
  15. TO USE:
  16.  
  17. Open control panel and select "Startup".
  18.  
  19. You are presented with a dialog box with several tabs. Each tab
  20. represents a different method of starting a program at system
  21. startup. These include:
  22.  
  23. Startup (user) - Run the program from the current user's Startup
  24. folder.
  25.  
  26. Startup (common) - Run the program from the common (all users) Startup
  27. folder (NT only)
  28.  
  29. HKLM / Run - Run the program from the HKEY_LOCAL_MACHINE (all users)
  30. Registry key.
  31.  
  32. HKCU / Run - Run the program from the HKEY_CURRENT_USER Registry key.
  33.  
  34. Services - Run these system services before the user logs on. This
  35. is usually used for things like virus scanners.
  36.  
  37. Run Once - These programs are run once and once only at the next
  38. system startup.
  39.  
  40. To add an item to a list, right-click some blank space in the list
  41. and select "New...". Here you can enter a descriptive name for the
  42. program, and the path to the program's executable (you can also
  43. browse for it).
  44.  
  45. To modify an existing item, right-click it and select "Edit...".
  46.  
  47. To delete an item, right-click it and select Delete.
  48.  
  49. You can also drag & drop files from Windows Explorer into one of
  50. the lists to add it to the list.