How many start up programs do I need?

right now there are 85  programs running everytime I start up. Could this be the cause of my internet connection running slowly and how do I d fix it.

Basically what you need to have at startup are the Windows services, antivirus, sound control.
You can set your startup programs by going to
Start > Start Search > type msconfig > Startup > then uncheck all the other programs that is not necessary upon startup and after that it will require you to restart the computer for the changes to take effect.
Message Edited by nicholaiCUTE on 12-05-2008 09:07 PM
oOo
*Read EULA before installing any software.

Similar Messages

  • How many times a program has been run?

    Is there a transaction or table or something that tracks how many times a program has been run?   The number of times the program has been run plus using the programs' attributes for last changed would help me a lot.  We need this for an archiving study to determine of the client has set up the configuration correctly since they went live and have been executing the correct programs.  Thanks and mucho rewards if someone has an answer.  FYI - I have done a forum search and could find nothing on this topic.  I have looked at the tables TADIR and no help, as well as transaction STAT.

    I know ST03N transaction can be used extensively to determine how the programs were executed or even to know who all are using a particular transaction...
    I tried to find if we can find the number of executions of a program through this transaction, I could not find myself...
    try if you can find it through this tcode.
    Phani

  • How to find how many times a program has been executed & by whom

    Can any one help me to find log of program : Details like how many times the program(T-Code) has been executed and by whom(User ID) and when

    Hi,
    sy-uname will give u the name of the person.
    sy-uzeit will give u the time of exection.
    Not sure about number of times of execution.
    <REMOVED BY MODERATOR>
    regards,
    Ramya
    Edited by: Alvaro Tejada Galindo on Mar 19, 2008 4:15 PM

  • I'm trying to back up 10.6.8 (snow leopard) and all my files before upgrade to Mavericks.  I have an old but sturdy external hard drive...how many GB available will I probably need to back up the whole thing? thanks!

    I'm trying to back up 10.6.8 (snow leopard) and all my files before upgrade to Mavericks.  I have an old but sturdy external hard drive...how many GB available will I probably need to back up the whole thing? thanks!

    You will need a separate partition unless you plan to use the entire drive. You will need an amount of space somewhat larger than the total space now used on your startup drive. If you select the startup drive's Desktop icon, then press COMMAND-I to open the Get Info window. Used space will be shown in the topmost panel. Add a GB or two to that number to determine how much space you'll need for the backup.
    Do not backup on a drive that has any files you want to keep. You can make a bootable backup as follows:
    Clone using Restore Option of Disk Utility
      1. Open Disk Utility in the Utilities folder.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Select the destination volume from the left side list and drag
           it to the Destination entry field.
      5. Select the source volume from the left side list and drag it to
          the Source entry field.
      6. Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.

  • Really stuck on how to start this program

    Okay, I know I should be posting some code here and showing where I've started and such, but I'm pretty lost as to how to start this program. Here's the problem:
    2. Making Change:
    This application, named ChangeMaker, will take as input a product price and an amount paid,
    both floating-point numbers representing euro and cent amounts. The application computes and prints the amount of change due the user, and also expresses the change amount in number of 2-euros, 1-euro, 20-cent, 10-cent, 5-cent, 2-cent, and1-cent coins.
    (Assume no change is given in bills, only in coins.)
    For example:
    Enter product price: 2.32
    Enter amount paid: 5.00
    Your change is 2.68 euros
    1 x 2 euro
    3 x 20-cent
    1 x 5 cent
    1 x 2 cent
    1 x 1 cent
    You can assume that the amount paid is greater than the product price, and that both inputs are
    "euro and cent" amounts: positive numbers with at most two decimal places.3
    Now, I know how to print the line asking for product price and enter amount paid, but I cannot figure out how to set up the rest of the code when switching from american USD dollars/coins to euros. I looked up the conversions and they are just intimidating as all get out when trying to take the equivalency of euros to each dollar thats entered and then taking the rest of the USD remainders and represent that in USD coinage. >.< Help is much appreciated thank you.

    thomas.behr wrote:
    random0munky wrote:
    ... when switching from american USD dollars/coins to euros. I looked up the conversions and they are just intimidating as all get out when trying to take the equivalency of euros to each dollar thats entered and then taking the rest of the USD remainders and represent that in USD coinage.Uhm, your requirement doesn't say anything about converting between USD and EUR. For starters, just write the program without any currency information at all. (That is only flavour anyways.)
    For example:
    Enter product price: 2.32
    Enter amount paid: 5.00
    Your change is 2.68
    1 x 2
    3 x 0.2
    1 x 0.05
    1 x 0.02
    1 x 0.01That deception would never fly in a Red State -- 20 cent piece? 2 cent piece? 2 dollar coin? All this smacks of Socialism!

  • How many GB and GH do I need? I'll use for pics and music and surfing Internet. Thanks

    how many GB abd GH do I need for buying MacBook air? I will use for pics, music and Internet surfing. Thanks

    how many GB abd GH do I need for buying MacBook air? I will use for pics, music and Internet surfing. Thanks

  • How many vCPU Sockets Do We Really Need

    For example, Windows 2008 standard is limited to 4 physical CPUs, and it will not utilize any additional vCPUs...
    Says Frank Denneman in his Blog:  vCPU configuration. Performance impact between virtual sockets and virtual cores? - frankdenneman.nl
    How many Physical CPUs ( Virtual Sockets ) does RHEL 5,6.X utilizes.

    Note, Windows Server 2008 Standard is limited to 4 (four) physical cpu (or sockets) BUT it supports 32 logical processors (in 32bit version) or 64 logical processors (in 64bits version)... then when cofiguring a Windows Server 2008 Standard, if you need more than 4 (four) logical processors, rememmber to increase the "number of  core per sockets" in virtual machine configuration.
    About RHEL, take a look here for some limits: Red Hat Enterprise Linux technology capabilities and limits - Red Hat Customer Portal

  • How to start JDBC program from web.

    Okay I have researched this alot on how you are suppose to connect to a database using JSP and all the example just show how to print the entire database. What I need to do is take a JDBC program I have written and make it run on a web page. How can I call the program to run on a web page. The JDBC program will search,update,add information into a database but how do I get the JDBC program run on a web server. I am a newbie in JSP.

    Then could someone tell me what is the point in learning JDBC if you can't use it for web applications? Could someone then tell me which to learn in order for me to implement using my database on the web. Should I learn how to do it as a servlet or in JSP. Which is going to require less time to learn. I am kinda in a time crunch on this one. I would really like to learn both and I will probably go back and do that but I don't have time to learn both so any advice would be helpful. Thank you for you time.

  • How to start Swing programs without console

    Hi, I'm working on Swing program, which can be started in the MS-DOS console by typing:
    java myProgram
    This works great, but for the end-users, I don't want them to see the ugly console that shows up and occasionally display exception code. How do I get the Swing program to start up without having the accompanying console?
    Any help is appreciated. Thanks! :-)

    you can also package it in a jar and make it executable. There's a good discussion in the Jar Forum about how to do that.

  • Download to an external hard drive: How to start the program?

    I seem to have successfully downloaded and installed the trial version of Adobe Photoshop CS5.  My hard drive shows several separate folders: Adobe, Adobe Photoshop CS5.1, Adobe Bridge CS5.1, Adobe Device Central CS5.5, and Adobe Extension Manager CS5.5.  How do I open the program and use it?
    Thanks.

    Which operating system are you using?  Typically you will want to double click on the application itself to launch the program.  They will typically end in .exe for Windows applications or .app for Mac apps.

  • How many Xserves will do what I need to do?

    I will have 150 macbook clients. Want to run ichat server and ical server for 15 users. Do I need multiple xserves to authenticate/profile storage and then another for ical/ichat?
    Thanks

    Are the MacBook clients using the server in any way other than for iCal or iChat?
    For example, are the MacBooks using NetBoot to boot from a disk image stored on the server?
    Are they using network home directories to centralize the location of user home directories?
    If it's just iCal/iChat and directory services, one server will do. You might want a second server for redundancy (so you keep running if the main server crashes).
    For network home directories, you should be OK with 150 users on a single server, although the same issue of redundancy still applies.
    For NetBoot it depends somewhat on how the clients are used - if they're all booting at the same time then one server is going to have a hard time keeping up. If only a few of them are booting and the others are sitting idle then it shouldn't be a problem.

  • How many F20-136 backup disks i need for clean OS installation?

    Hi,
    I wish to clean off my laptop and start again due to a various amount of unwanted programs I've installed.
    I've found a Product Recovery disk (one) does anyone know if there is supposed to be any others and if so what they are called?
    Hopefully its just the one, I seem to remember another disk of somekind but cannot find it.
    Thanks
    Mike

    If you want to clean off your notebook install OS using delivered recovery DVD. On this way your Qosmio will have factory settings again. Before you do this install Qosmioplayer at first using delivered Qosmioplayer recovery CD.

  • How to start a program with Admin rights without UAC dialog?

    I want to run a program with the user's admin rights,but i don't want windows pop up the UAC dialog.How can i do that?tks.

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    Since your post is off-topic, I am moving it to the
    off topic forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • How many copies should I get before needing to replace printhead on a HP Officejet Pro 8500A??

    My printer has started printing the first page of a document but the 2nd and subsequent pages are either only partially inked or blank.  If I wait a few minutes between pages then I have a better chance of getting a good printed document.  What could be wrong?  I purchased new printheads less than a year ago and I would imagine I average maybe 75 printed sheets per month tops.  I've tried cleaning the printheads a couple of times but that doesn't seem to make any difference.  Any ideas?

    Hi @JACofAZ 
    Please take a look at the following document to help answer your inquiry; Limited Warranty for HP Ink Cartridges and Customer-Replaceable Printheads for HP Inkjet Supplies
    Some printheads have warranted usage limits, as shown:
    HP 940 and HP 941 printheads: 560 ml
    I think it might be best to call us. If you are in Canada or US call 800 474 6836, or you can Contact HP Worldwide.
    I hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • How to start bluetooth programming with c# in visual studio?

    i am currently in final year , thought of doing project on bluetooth but dont know how to go about.

    Hi saieesh1638,
    Based on your issue, I did some research about your issue. I find a MSDN blog about the Bluetooth with c# issue, maybe you will be get some useful message.
    Reference:
    http://blogs.msdn.com/b/codejunkie/archive/2008/09/13/bluetooth-device-control-development-using-c.aspx
    In addition, since this forum is discuss the VS IDE issue, if you have any issue about the Bluetooth with c#, I suggest you can post the issue directly to C# forum:https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral,
    maybe you will get better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for