home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / startup / readme.txt next >
Text File  |  2000-05-20  |  3KB  |  72 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. Startup Control Panel uses the Microsoft Windows Installer engine for
  13. its setup routine. Many applications from Microsoft and other third
  14. party vendors now use this engine, so there is a good chance that it
  15. is already present on your system. If, however, you are unable to open
  16. the *.msi package contained in this zip file, you will need to install
  17. the runtime.
  18.  
  19. The runtime is about 1.5MB and is available from Microsoft -
  20.  
  21. For Windows 9x:
  22.  
  23. http://www.microsoft.com/downloads/release.asp?ReleaseID=17343
  24.  
  25. For Windows NT 4.0:
  26.  
  27. http://www.microsoft.com/downloads/release.asp?ReleaseID=17344
  28.  
  29. Windows 2000 and Windows Me have the Windows Installer built-in.
  30.  
  31. TO USE:
  32.  
  33. Open control panel and select "Startup".
  34.  
  35. You are presented with a dialog box with several tabs. Each tab
  36. represents a different method of starting a program at system
  37. startup. These include:
  38.  
  39. Startup (user) - Run the program from the current user's Startup
  40. folder.
  41.  
  42. Startup (common) - Run the program from the common (all users) Startup
  43. folder (NT only)
  44.  
  45. HKLM / Run - Run the program from the HKEY_LOCAL_MACHINE (all users)
  46. Registry key.
  47.  
  48. HKCU / Run - Run the program from the HKEY_CURRENT_USER Registry key.
  49.  
  50. Services - Run these system services before the user logs on. This
  51. is usually used for things like virus scanners.
  52.  
  53. Run Once - These programs are run once and once only at the next
  54. system startup.
  55.  
  56. To add an item to a list, right-click some blank space in the list
  57. and select "New...". Here you can enter a descriptive name for the
  58. program, and the path to the program's executable (you can also
  59. browse for it).
  60.  
  61. To modify an existing item, right-click it and select "Edit...".
  62.  
  63. To delete an item, right-click it and select Delete.
  64.  
  65. Items can be disabled by clearing the checkbox next to them or by
  66. right-clicking them and selecting "Disable". Disabled items do not
  67. run at system startup, but they still appear on the list so that you
  68. can re-enable them later. To enable a disabled item, makr the
  69. checkbox next to it or right-click it and select "Enable".
  70.  
  71. You can also drag & drop files from Windows Explorer into one of
  72. the lists to add it to the list.