AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How can I make computer run faster and stop it crashing?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Jag02



Joined: 16 Apr 2008
Posts: 39

PostPosted: Tue Jun 03, 2008 7:34 am    Post subject: How can I make computer run faster and stop it crashing? Reply with quote

How can I make the computer run faster and stop it crashing by using a AutoHotkey script?
Back to top
View user's profile Send private message
BlackMage
Guest





PostPosted: Tue Jun 03, 2008 7:56 am    Post subject: Reply with quote

use vodoo() or blackmagic() functions
Back to top
BoBo²
Guest





PostPosted: Tue Jun 03, 2008 8:05 am    Post subject: Reply with quote

What about the buymomemory() funcion ??
Back to top
Jag02



Joined: 16 Apr 2008
Posts: 39

PostPosted: Tue Jun 03, 2008 8:13 am    Post subject: Reply with quote

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
View user's profile Send private message
Beware of Voodoo
Guest





PostPosted: Tue Jun 03, 2008 8:21 am    Post subject: Reply with quote

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

PostPosted: Tue Jun 03, 2008 8:42 am    Post subject: Reply with quote

No, this has not worked. Nothing ends up happening.
Back to top
View user's profile Send private message
woodoo
Guest





PostPosted: Tue Jun 03, 2008 8:49 am    Post subject: Reply with quote

Quote:
Nothing ends up happening
Success! No crash! Very Happy Mission accomplished!!
Back to top
engunneer



Joined: 30 Aug 2005
Posts: 6772
Location: Pacific Northwest, US

PostPosted: Tue Jun 03, 2008 8:52 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Oberon



Joined: 18 Feb 2008
Posts: 458

PostPosted: Wed Jun 04, 2008 9:08 pm    Post subject: Reply with quote

You can make a script to kill idle processes and services.
Back to top
View user's profile Send private message
interiot



Joined: 06 Nov 2005
Posts: 64

PostPosted: Thu Jun 05, 2008 12:22 am    Post subject: Reply with quote

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
View user's profile Send private message
Zippo()
Guest





PostPosted: Thu Jun 05, 2008 12:44 am    Post subject: Reply with quote

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





PostPosted: Thu Jun 05, 2008 5:05 am    Post subject: Reply with quote

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

PostPosted: Thu Jun 05, 2008 4:55 pm    Post subject: Re: How can I make computer run faster and stop it crashing? Reply with quote

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
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Thu Jun 05, 2008 5:02 pm    Post subject: Reply with quote

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






PostPosted: Sat Jun 07, 2008 5:27 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group