Thread: Adjusting OS Speed

  1. #1
    Set Apart -- jrahhali's Avatar
    Join Date
    Nov 2002
    Posts
    256

    Adjusting OS Speed

    I'm sure some of you are familiar with programs that can increase the speed of you operating system. Programs, movies, games, etc. will run faster ( or slower ) than normal.

    My first question is, how does this work? As simply as possible.

    And my second quesiton is, does anybody have any suggestions on how i can write some code to be able to detect whether the OS is running faster, slower, or at normal speed.
    Clear the mines from our Shazbot!
    Get the enemy Shazbot!

  2. #2
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Sounds like an overclocking tool.

    There is no real way that I know of to determine what speed an OS is running at - or really to determine what is "normal." Speed is determined by many factors - processor, motherboard bus speed, memory speed, harddrive speed, etc.

    Personally I would avoid any tools that claim to increase speed. If they do increase it, it won't be by much unless they're actually overclocking the hardware. And then you'll be introducing instability that typically comes with attempts at overclocking.
    Last edited by Frobozz; 09-05-2005 at 08:33 PM.

  3. #3
    Cat Lover
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    109
    You should be able to write code to measure stuff like CPU usage, ram usage, run a benchmark test and measure how long it takes it to do something, etc.

    You can probably download a ton of free stuff that does that anyway as well.

  4. #4
    Set Apart -- jrahhali's Avatar
    Join Date
    Nov 2002
    Posts
    256
    Dweia! BE-A-UTIFUL!
    cpu usage..hmm. sounds like a good idea. thanks, i'll try that out.
    Clear the mines from our Shazbot!
    Get the enemy Shazbot!

  5. #5
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    I know there are a lot of benchmarking toolsets out there, several server apps come with benchmarking tests.

    your bios and os configurations can improve performance a bit.
    but unless you are going to go with expensive liquid cooling, the basic improvement from overclocking is always a good way to fry systems.

    some performance optimisations will benefit some applications, at the expense of others.

    it's usually a good idea to tweak by shutting down un-needed services in theos rather than changing bios settings.
    ( do you really need the shadow copy services, remote desktop services etc that windows starts by default? )
    using services.msc and disabling or turning to manual such services frees up resources, speeding the system up a lot.
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  6. #6
    Registered User xxxrugby's Avatar
    Join Date
    Jan 2005
    Posts
    178
    If you wanna make that your computer Run like a Wing. And no overclocking.!

    Just go and Disable some services. And look into HKLM\Run and Delite all that startup programs.!
    Sorry for spelling errors, not English!
    xxxrugby: "All Human Race Will Die From My Hand!"
    xxxrugby: "We are all philosophers, when question is about politics!"

  7. #7
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Quote Originally Posted by xxxrugby
    Just go and Disable some services. And look into HKLM\Run and Delite all that startup programs.!
    This is one method you could try but only if you know what they are. Messing with the registry without knowledge of what you are doing is a quick way to mess a lot of things up!

    For example, my run has about one dozen applications loading. But, they are needed.

    Items in mine:
    1) Antivirus
    2) Keyboard internet button tool
    3) Nero Burning ROM
    4) nVidia video tools
    5) TV tuner card tools
    6) Sound system
    7) Sun Java

    As you can see, most of them are for my hardware. Removing them wouldn't stop the hardware from functioning, but it would weaken their abilities.

  8. #8
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    Frobozz,
    nero burning rom is only thier "start smart" wrapper, not actually a required part of nero.
    you also have a shortcut to it on your desktop.

    it's not a resource hog, so removing it won't have any noticable difference in base system performance, only in starting nero.
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I am very new . . . :(
    By Eternalglory47 in forum C++ Programming
    Replies: 6
    Last Post: 09-05-2008, 11:29 AM
  2. Detecting if OS is Windows???
    By Ktulu in forum Windows Programming
    Replies: 2
    Last Post: 11-19-2006, 02:49 AM
  3. Flight Simulator Wind Speed!!
    By Dilmerv in forum C++ Programming
    Replies: 6
    Last Post: 03-20-2006, 12:40 AM
  4. Replies: 6
    Last Post: 01-08-2006, 02:49 PM
  5. a simple OS
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 06-06-2004, 10:47 PM