Search this site
Search the Web
Everything HP200LX: Knowledge, Products, Service

 Archives
9 years, 100's of pages of HP Palmtop Paper, jammed with tips, reviews and how-to's

Links
Most useful, up-to-date Web sites devoted to the HP 200LX

Downloads
Direct link into 1000's of pieces of Palmtop software

Tips from Our Techs

2008 Catalog
(PDF, 2.6 MB)

Contact Us/About Us

 
Weekly Palmtop Paper Newsletter
(Palmtop tips, latest happenings, and HP Palmtop Paper Store information)


 

 

Privacy Policy

Disable the Fn+PRTSC Key
Disable the Fn+PRTSC Key

Users sometimes accidentally press the Fn+0 [PRTSC] key. The Palmtop appears to lock up and the tendency is to reach for the CTRL+ALT+DEL keys to reset it. Actually the machine is not "locked up". It's just waiting for you to connect a printer so that it can print the contents of the screen. If you wait about 20 seconds, the computer will return to normal operation on its own.

However, if your fingers find the Fn+0 keys too often and it's becoming a nuisance then here is a way to disable the key altogether.

Type the following code into MEMO and save the file as C:\NOPSCR.SCR. Preserve a blank line between the code "int 20" and "rcx" and at least one blank line after the final "q"

n nopscr.com

a 100

pop ds

or by [500],1

int 20

rcx

8

w

q

Use the More, MENU, Applications, Terminate All, OK, commands to get to the DOS prompt. Type the command DEBUG < NOPSCR.SCR and press ENTER. If any error messages appear check your typing and try assembling the code with the DEBUG command again.

The result of a successful "assemble" will be an 8 byte file called NOPSCR.COM. When you run this program at the DOS prompt, it will disable the PRTSC key altogether. Now you can press the Fn+0 key and the cursor will continue to blink normally and you won't have to wait for the Palmtop to come back to life. The good thing about the program is that it is not a TSR. It merely sets BIOS interrupt 5 to 1 which disables the function. The bad thing about the program is that you'll have to reboot the Palmtop if you ever do want to use the Fn+0 [PRTSC] key.

The source code and the assembled version of the NOPRSC.COM file are available on this issue's The HP Palmtop Paper ON DISK and on the www.PalmtopPaper.com Web site.


Notice about Palmtop.net
The Palmtop Network with its S.U.P.E.R. (Simply Unbeatable Palmtop Essentials Repository) software is now available under the domain name of hp200lx.net.  

 
 

Copyright © 2005 Thaddeus Computing Inc

<