06:25:42AM, 05/09/10 AEST-06:46:10AM, 05/09/10 AEST
Stuck pixels are generally just a jam in the LCD display. They can be fixed many different ways and in this post I'll show you how to do it using a batch file.
Now, step one, open up your text editor (mines Notepad) and enter this code:
:LOOP
@echo off
@color 53
@color 23
@color 35
@color 32
goto LOOP
Now, an explanation. :LOOP is the name of our subroutine. @ echo off turns on the echo function (I just put it in their it's not required). @color displays a color (which one depends on the number after it). Then finally, goto LOOP executes the LOOP subroutine.
This code will be an infinite loop (not really but theoretically). So, save it as whatever you like but end it as .bat filetype. Then execute the batch script and move the window over the area of the stuck pixel(s). Leave it for 5 seconds and then close the program. Feel free to edit the source code as you wish, but leave the colours the same.
Now, if that didn't fix it, try going to http://tinkernut.com/archives/442 and watch the video.
Yes, I sourced of Tinkernut.com, but I think it follows the sites philosophy of spreading knowledge. He also has other great tutorials I suggest you watch. In this video, he also has other methods of fixing stuck pixels.
Enjoy.
Search This Blog
Showing posts with label MS-DOS. Show all posts
Showing posts with label MS-DOS. Show all posts
Sunday, September 5, 2010
Monday, March 29, 2010
My Programming Languages
07:23:10PM, 29/03/10 AEST-08:11:40PM, 29/03/10 AEST
Well I was bored so I thought I'd post all the languages I know on my blog.
My fist language is C++. It is my favourite and I put the most time into it.
My second language is Java. It is my second favourite and I would put the second amount of time doing.
My third language is JavaScript, as of this time I have not started yet, but will this week (when the holidays start here).
I used Python for a Keylogger only to test how good Python was, I didn't ike it as much as other languages but it was okay. I use MS-DOS at school (because they blocked all good programming languages). Also I use MS-DOS for hacking. I am deeply interestedin Servers and am trying to get a home server.
Maybe, instead of learning JavaScript I should learn MySQL, or PHP or HTML. A poll will be put up.
Well I was bored so I thought I'd post all the languages I know on my blog.
My fist language is C++. It is my favourite and I put the most time into it.
My second language is Java. It is my second favourite and I would put the second amount of time doing.
My third language is JavaScript, as of this time I have not started yet, but will this week (when the holidays start here).
I used Python for a Keylogger only to test how good Python was, I didn't ike it as much as other languages but it was okay. I use MS-DOS at school (because they blocked all good programming languages). Also I use MS-DOS for hacking. I am deeply interestedin Servers and am trying to get a home server.
Maybe, instead of learning JavaScript I should learn MySQL, or PHP or HTML. A poll will be put up.
Subscribe to:
Posts (Atom)