Monday, March 2, 2020

LPT1

You can trick Windows by using the USB printer as a dummy "network" printer connected to LPT1.

Share the USB printer

Use a share-name easy to remember, such as "Printer".

Connect the shared printer as LPT1

NET USE LPT1: \\[Computer-Name]\Printer /PERSISTENT:YES

----------------

@echo off
::delete the printer
net use lpt1 /delete
::add the printer
net use lpt1 \\\COMPUTER\PRINTER /persistent:yes
::fire up the nasty ol' DOS program
<existing syntax used to start the program>


-------------------


https://www.eurosecurity.rs/pravni-aspekti-bezbednosti-ikt-sistema-od-posebnog-znacaja


MORE TIPS:

NUM LOCK issues:

No comments:

Post a Comment

Коментар: