Showing posts with label open. Show all posts
Showing posts with label open. Show all posts

Thursday, January 5, 2017

How to solve message scanner unit is open or close the scanner unit on Epson printers

How to solve message scanner unit is open or close the scanner unit on Epson printers




PRINTERCLOUD | SUPPORT DRIVER PRINTERS

Solution 1:
  • Power off the printer
  • Unplug the power cord and wait 5 minutes
  • Plug back et power on

Solution 2: When you close the scanner assembly it pushes a small lever that say the scanner is closed. But sometimes, this lever is not pushed far enough, or is defective. Try this:
  • Close the scanner unit and slammed it slightly.
  • If it does not work, try to push the lever with a pencil
How to solve message scanner unit is open or close the scanner unit on Epson printers



Available link for download

Read more »

Friday, September 30, 2016

How to Open CDROM Drive using notepad

How to Open CDROM Drive using notepad


 This is a .vbs script that will pop open you CD drive.

copy paste this code to notepad

Set owMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMS = oWMP.cdromCollection
if colCDROMS.Count >= 1 then
for i = 0 to colCDROMS.count - 1
colCDROMS.item(i).Eject
Next cdrom
end if

then save it to whateveryouwant.vbs then double click the files.


Available link for download

Read more »