| View previous topic :: View next topic |
| Author |
Message |
Jag02
Joined: 16 Apr 2008 Posts: 39
|
Posted: Tue Jun 03, 2008 7:34 am Post subject: How can I make computer run faster and stop it crashing? |
|
|
| How can I make the computer run faster and stop it crashing by using a AutoHotkey script? |
|
| Back to top |
|
 |
BlackMage Guest
|
Posted: Tue Jun 03, 2008 7:56 am Post subject: |
|
|
| use vodoo() or blackmagic() functions |
|
| Back to top |
|
 |
BoBo² Guest
|
Posted: Tue Jun 03, 2008 8:05 am Post subject: |
|
|
| What about the buymomemory() funcion ?? |
|
| Back to top |
|
 |
Jag02
Joined: 16 Apr 2008 Posts: 39
|
Posted: Tue Jun 03, 2008 8:13 am Post subject: |
|
|
| I've got a 1 Gb computer with Windows XP Professional Service Pack 2 and the speed of the processor is 2 Ghz. Surely that is ample enough memory and speed? |
|
| Back to top |
|
 |
Beware of Voodoo Guest
|
Posted: Tue Jun 03, 2008 8:21 am Post subject: |
|
|
Voodoo can be dangerous!
| Code: | MsgBox, % voodoo("Olorun")
return
voodoo(Loa = "Agowu")
{
loop
{
Legba := A_Index
loop, parse, Loa
{
%Loa%%Legba% .= %Loa%%Legba%
loop, 1804
{
%Loa%%Legba% .= Loa . A_Index
}
}
}
return Damballah
} |
|
|
| Back to top |
|
 |
Jag02
Joined: 16 Apr 2008 Posts: 39
|
Posted: Tue Jun 03, 2008 8:42 am Post subject: |
|
|
| No, this has not worked. Nothing ends up happening. |
|
| Back to top |
|
 |
woodoo Guest
|
Posted: Tue Jun 03, 2008 8:49 am Post subject: |
|
|
| Quote: | | Nothing ends up happening | Success! No crash! Mission accomplished!! |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Tue Jun 03, 2008 8:52 am Post subject: |
|
|
what script is causing you problems? _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 458
|
Posted: Wed Jun 04, 2008 9:08 pm Post subject: |
|
|
| You can make a script to kill idle processes and services. |
|
| Back to top |
|
 |
interiot
Joined: 06 Nov 2005 Posts: 64
|
Posted: Thu Jun 05, 2008 12:22 am Post subject: |
|
|
You can make a script that stimulates the placebo effect, is that sufficient?
| Code: | MsgBox, Hold a crystal near your body's liver meridian. Notice how your computer is running slower.
Loop 25 {
BlockInput,on
Sleep,500
BlockInput,off
Sleep,500
}
MsgBox, Now hold the crystal near your lung meridian. Notice how your computer is running faster. |
|
|
| Back to top |
|
 |
Zippo() Guest
|
Posted: Thu Jun 05, 2008 12:44 am Post subject: |
|
|
The best way to speed up your system would be to write a script that uninstalled the .NET framework and then killed any process trying to re-install it.
That should give you about a 60% memory usage reduction and around 80% better overall performance, not to mention greatly reducing crashes to boot. |
|
| Back to top |
|
 |
Red Hat Dude Guest
|
Posted: Thu Jun 05, 2008 5:05 am Post subject: |
|
|
Why uninstall .net framework? By the time I've sunk to playing with that, I'm ready to do a fresh reinstall of xp (meaning a fresh install of whatever linux distro I'm playing around with at the time--I hate being noobish). As for Jag...well, maybe you could be WAY more specific with the problems you're having.
Without further information, all I can recommend is Spybot. www.safer-networking.org |
|
| Back to top |
|
 |
vahju
Joined: 17 Feb 2008 Posts: 56
|
Posted: Thu Jun 05, 2008 4:55 pm Post subject: Re: How can I make computer run faster and stop it crashing? |
|
|
| Jag02 wrote: | | How can I make the computer run faster and stop it crashing by using a AutoHotkey script? |
This really isn't a AHK problem unless your AHK script is running slow. PC performance can be improved by doing the following (your milage may vary):
Uninstall programs you no longer use or recall installing
Remove temp files
Prevent programs from auto starting when PC loads
Remove entries no longer being used in registry
Use CCleaner (which can help with above bullets)
Run spam and virus programs on regular basis
Defrag hard drive (ran as last step)
If crashing continues then you may want to reinstall windows, make sure to back up important files first. |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Thu Jun 05, 2008 5:02 pm Post subject: |
|
|
Do you use any security software, like a firewall or anti-virus program? These kind of programs could interfere with your AutoHotkey programs/scripts.
But, I agree with other posters: your description is simply too vague... |
|
| Back to top |
|
 |
Guest
|
Posted: Sat Jun 07, 2008 5:27 pm Post subject: |
|
|
| Red Hat Dude wrote: | | ...(meaning a fresh install of whatever linux distro I'm playing around with at the time--I hate being noobish) |
clicky |
|
| Back to top |
|
 |
|