After time your hard disk becomes “fragmented” – files are split into several pieces all over the disk. This slows your computer down. To overcome this you need to defrag the disk. To do this, we recommend… Auslogics Disk Defrag: dw.com.com Auslogics only works when your computer isn’t busy, so doesn’t slow it down. Visit our website: www.deafempower.co.uk Follow us on Facebook www.facebook.com
Posts Tagged ‘ fix it ’
Computer problems (laggy/hang)
Minecraft – 8 bit CPU
lazcraft.info This is an 8 bit CPU that I built in minecraft using redstone. It takes in binary machine code and outputs to a line of redstone torches. There’s a forum thread about it here www.minecraftforum.net Another forum thread about programming it here: www.minecraftforum.net Save file: lazcraft.tumblr.com
Slow Computer #1 – Anti-Virus
So, now Anti-Virus software has a mind of its own? Mine turned off twice by its own free will, once when doing nothing, and once when attempting a Revo Uninstaller update. These were done while I was using my high-speed internet, making my computer vulnerable to viruses! This is MADNESS! THIS IS SPARTA!
Solve the problem of slow computer
Hard Drive Upgrade – Fix Your Slow PC
Learn Guitar FREE on iPhone & iPad: bit.ly In this video, Mahalo expert Sean Hewitt explains what to look for when choosing a new hard drive upgrade. How to Upgrade Your Hard Drive ——————————————————————— If you’re wondering why your computer is so slow, the problem is most likely your hard drive. You may wish to upgrade so you can get up to speed. You can choose between two basic types of hard drives. 1. A standard hard drive connect with either an IDE (integrated drive electronics) or a SATA (serial AT attachment) cable. 2. A solid state hare drive is one with no moving parts. It’s a newer style that is becoming more popular. You’ll also want to keep a few things in mind when choosing which hard drive to upgrade to. * The RPM (revolutions per minute) is the speed at which the disks spin inside the drive. 7200 is a good, normal number. Anything below that would be considered inadequate. Anything above is always better. * Cache is like short-term memory. It’s a small block of memory dedicated for the temporary storage of data that is likely to be used again. A larger cache is usually better than a smaller one. * The capacity refers to the size of the hard drive, which reflects how much data can actually be stored on it. How many programs can you install? How many files can you store? The larger the capacity, the more space it has to store programs and files. * The interface refers to the manner in which the hard drive is …
Skyrim – Esbern fix
Hi everyone, this is a quick video to show you how to fix the audio bug on The cornered rat mission on skyrim, when Esbern wont open the damn door. This is a way of fixing the problem without the use of the oblivion or fallout mod managers which only work if you have those games installed at the time. Download link – www.gamebanana.com Thanks for watching and please subscribe
Dead Space 1 PC: Mouse Extremely Slow/Too Fast Framerate Problem Fix tutorial
FOR ATI USERS: I believe ATI still uses a program called “Catalyst Control Center.” You just right click on your desktop and it should be there. If it’s not, simply type “ati catalyst control center download” into Google and it’s one of the first links on the ATI site! Please leave a comment or message me if you have any other questions.
Speed running web games with Python
Burrito Bison being played by a python bot. *Note: The shell output and the video don’t line up. I had to record them separately since the code forces focus onto the game which hides the interpreter. So its output is responding to a different run * **For those testing out the code, you’ll need to make sure you have Python Imaging library (www.pythonware.com and PyWin (sourceforge.net installed. Make sure to set your environment PATH to include the pywin directory otherwise you’ll still get the import error. Speed running (slowly) with Python. It finishes it run in just over 1 hour and 20 minutes. It’s severely edited down because watching a computer play a videogame is about as exciting as watching a human. Small practice program for controlling things onscreen. Pretty clunky, but it will play beginning to end with no problems. Code and notes on github (github.com It responds to police and bubble gummies… just not very often. The bison has to be traveling pretty slow in order to ‘see’ them. It responds fairly we’ll to special events such as the pogo stick and glider (all it has to do is see it and then click). There are TONS of things to fix, but it’s good enough for now.