Posts Tagged ‘computer help’

my computer screen is flipped 90 degree help!?

hi all, I have dell desktop, and all of the sudden, after I pressed some key(not sure which), screen fliped 90 degree. When i run internet and ect, it stays that way, but when I run games and etc it goes back to normal. I have to turn my monitor 90 degree everytime i play game, what can i do?

Answer:
Try to uninstall the graphics card drivers: 1. Right click on “My Computer” 2. Click on “Properties”. 3. Click on the “Hardware” tab. 4. Open the “Device Manager”. 5. Expand the “Display Adpaters” option. 6. Select the name of your graphics card underneath this option and right click on it. 7. From the menu, click on “Uninstall” and then “OK”. 8. Restart your computer. Once the system boots back up, everything should be OK. You will get the message that says “Found new hardware”, and Windows will automatically install the driver.

How I fixed my slow computer

I assume that the problem of a slow computer is what that many people suffer from so I wrote this account of how I fixed mine to help. So lets begin with looking at what was wrong with it. Well in the time I had owned my computer its performance had fallen of gradually but significantly. The computer now took a lot longer to boot up than it had done previously and program's were much slower to respond than before and frequently crashed with the message “program has stopped responding”.

 

I had of course thought about replacing the computer but this seemed to me like an expensive option epically as I was not trying to do anything which the computer had not been capable of in the past. So I began to search the Internet for a solution and I came across www.fix-this-computer.com a web site offering advice on getting the most out of your computer. I took a good look around the site and tried the virus checker and the spy ware checker. These scans didnt find anyhting but then i cam across the section of the web site about windows registry errors. I read the text in this section and the symptoms sounded just like mine so I decided I probably had registry errros. I visited the the link offering a free scan and was directed to a software site where I downloaded software that scanned my computer for registry errors. The program found an amazing 307 errors on my computer. I elected to purchase the software to fix these problems and upon purchasing a license was given a password to upgrade the software from the trial version. Once I had the software it was easy and the software was scanning my computer in minutes. It took about ten minutes to fix all the errors and since they were repaired the computer has ran like a treat.

restore computer…help PLEASE!?

i have an hp laptop and everytime i restart it it just freeezes and wont do anything. how can i just restore it? im broke, so thats not an option of paying someone. im on my moms computer right now. thanks everyone! these helped. fixed it. now i’ll know incase there’s ever a “next time”. i started to panic. i love my computer lol. ♥

Answer:
Some pc’s dont come with a cd for windows. For these you must turn off your pc, wait 15 seconds and turn on again. Place your finger on the F11 key and be ready. When the screen says to, you only have about 3 seconds to push the F11 key. Then just follow directions. This will do a total restore so you will need to save your photos and music first, if you can. This takes out all junk, even virus’s.

Computer terms please help!?

Does anyone know what these terms mean? and wat they have 2 do w/ computers? (art design) array, loop, variable, constant, function

Answer:
array is an object that holds a set of primitives. a loop is a construct that continuously executes a statement a variable is an object that changes in value a constant is an object that never changes in value after being assigned a function is a code block that executes statements and is called by another function or program They are all computer programming fundamentals.