Jump to content

Recommended Posts

Posted

Hello

 

I know this is a weird request, but has anyone got any software/ideas of how i can make one of our computers run slower. It is a very good spec, but at the moment it is being treated like a server - we would like this to change but the person in charge of this has said that they would leave it.

 

We do not want to remove any hardware just set the computer to constantly do something to decrease it's performance noticably!! :D

Posted (edited)

There's a program for running DOS games on fast computers that sits and chews up clock cycles - probably what you're after. Lemme go dig for it...

 

Edit: Ah, here we are: Moslo

Dunno how much use it'll be. Could have a looky though.

Edited by Ryan
Posted
The sig says it all.

 

how appropriate

 

Very true, our policy here is if it's broke - tuff. and to hell with learning as long as all the areas where families go look nice everything will be ok.

 

All our admin machines are top of the range computers with brand new flat screens, digital phones, the works. Our family room has everything there heart's desire. We are now going to pay for a brand new flat screen touchable display in reception, when 2 classrooms have been without projectors for almost 7 months now!!!!

 

If you haven't guessed our school is very showy!

Posted
Hello

 

I know this is a weird request, but has anyone got any software/ideas of how i can make one of our computers run slower. It is a very good spec, but at the moment it is being treated like a server - we would like this to change but the person in charge of this has said that they would leave it.

 

We do not want to remove any hardware just set the computer to constantly do something to decrease it's performance noticably!! :D

 

Install Sophos... they kill Processor Speeds

Posted

BIOS - drop the CPU speed to manual and turn it down, go into drive controls and knock them down to the lowest PIO mode they can do, turn off any ROM shadowing, knock the video memory share allocation up...that should make a dent.

 

If it's a P4, disconnect the CPU fan and let the thing thermal throttle to the nth degree..also good fun.

 

http://www.geocities.com/kulhain/

 

any good? ;)

Posted
BIOS - drop the CPU speed to manual and turn it down, go into drive controls and knock them down to the lowest PIO mode they can do, turn off any ROM shadowing, knock the video memory share allocation up...that should make a dent.

 

If it's a P4, disconnect the CPU fan and let the thing thermal throttle to the nth degree..also good fun.

 

http://www.geocities.com/kulhain/

 

any good? ;)

 

Just what I was going to suggest! I had a bizarre request a few years back to do the same. Our Head of science wanted to run a Solar System demo program that I think was made for a 486 or even earlier, it ran so fast on a modern PC that it was unusable. I found an old Pentium II (or even 1) and turned off every thing I could find in the BIOS that normally you would enable to improve performance. It takes forever to boot, but now the prog is watchable!

  • Thanks 1
Posted
Is that Mattx the Terminator now? Or should you be an eduTerminator?

 

Call me what you like - everyone else does...... :D

 

I'll change it again soon - once I've increased my medication...

Posted

Ah I have one. Add a couple of VBS scripts to the login/startup scripts that are used on that pc. The trick is to set up the VBS scripts to create shortcuts on the desktop to locations on servers that don't actually exist.

 

Good for about a 5 minute shell lockup per shortcut.

 

AddLink "killer link", "description", "\\someserverthatdoesnotexist\links\not", 1, "\\someserverthatdoesnotexist\links\not", "", "%SystemRoot%\system32\SHELL32.dll,170"

Sub AddLink(LinkName, Description, Path, WindowStyle, WorkingDir, Arguments, IconPath)
on error resume next
Dim link
Set link = WshShell.CreateShortcut(DesktopPath & "\" & LinkName & ".lnk")
link.Description = Description
link.TargetPath = Path
link.WindowStyle = WindowStyle
link.WorkingDirectory = WorkingDir
if (Arguments <> "") then link.Arguments = Arguments
if (IconPath <> "") then link.IconLocation = IconPath
link.Save
link = empty
on error goto 0
End Sub

Posted
If you really, really want to slow things down, install Boinc and when installed/configured, set the process to high priority. I can guarantee it'll be slower than a 386 33MHz :D
  • 2 weeks later...
Guest itnewbie
Posted
I've got a free utility that does this. I used to use it for playing old qbasic games that were designed for slow 386 PCs. If you let me know your email address by PM I'll email you a copy to try.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...