Remove computer from printer memory (scan to computer) SOLVED

Recently I replaced some computers at home.
When I want to use the option "scan to computer" the old computers are still listed and I have no clue how to remove them from the printermemory. Is there a way to do this ?

Problem solved.
I used the "return to factory settings" in the menu.
I had tried that earlier, but without result.
This time it worked fine.

Similar Messages

  • ACE - removing script from ACE memory

    Hi,
    I played with scripted probes and now I can't remove script from ACE memory... because I have no 'script file NN SCRIPT_NAME' in my running config, therefore I can't remove script from memory with 'no script file NN'.
    When I try delete file from disk0: and upload modified file (with the same file name), 'sh file disk0:SCRIPT_NAME' shows correct file content, but 'sh script code SCRIPT_NAME' is wrong (because script is loaded in memory).
    How it's possible to unload script from memory if no 'script file NN script_name' in running config exists?
    martin

    Martin,
    this is a bug.
    The 'no script file ' should be enough to remove the script from memory.
    I checked the code and this is something that can easily be fixed.
    I will submit a new ddts.
    Thanks for pointing this issue to us.
    Gilles.

  • Bonjour shared printer keeps removing itself from printer list

    I print thru my imac G5 Tiger to a "Bonjour Shared" Smasung printer. I add the printer, load drivers, lock the preferences. Next day I have to search for the the printer again and reload again (searching) for drivers. Any way to keep this in my printer list so it does not have to search for drivers every time??
    Thanks!

    Known issue I guess- just keep doing the setup for now.....
    http://docs.info.apple.com/article.html?artnum=307012
    Issue or symptom
    If you add a printer that is being shared by another Mac (it is displayed as "Kind: Bonjour Shared" in the Add Printer dialog window) to your printer list, then put your Mac to sleep, the printer may be removed from the printer list. The shared printer may not be removed during display sleep, only during system sleep (when your Mac's sleep light is pulsating).
    Products affected
    Mac OS X 10.5 Leopard
    Solution
    After waking your computer from sleep, add the printer again in the Print & Fax pane of System Preferences, or by choosing Add Printer... from the Printer pop-up menu in the Print dialog.
    This document will be updated as more information becomes available.

  • PowerShell Print Server remove checkmark from print share "List in the Directory"

    I needed to remove the checkmark in the "List in the directory" box under printer queue sharing for several hundred print queues on multiple Windows 2003 print servers.  I ended up doing it manually because I could not figure out how to do it with
    PowerShell.  Would like to be prepared for next time and learn a bit more about PowerShell.  Scripting newbie.  Anyone able to get me started?  Couldn't find the registry key pertaining to the setting though I could find it under get-wmiobject
    - class win32_printer ... -property published.  Have googled for 2 days.  Most of the scripts suggestions that seem to apply are a bit more extensive and complicated than I am willing to tackle with my experience level.

    Great code. I wanted the opposite (to enable it) so I wrote this - which checks to see if the printer has a . in the portname (which for me shows it has an IP address) and to see that it's not already shared.
    $printers = Get-WMIObject -class Win32_Printer -computer localhost
    foreach ($printer in $printers) {
    IF ($Printer.PortName.Contains(".") -and $printer.published -eq $false) {
    $printer.Name + " : " + $printer.published
    $printer.published = $true
    $printer.put()

  • How to remove name from printed matter

    when printing most items from the web, my name is on the top left side of the pages. How do I remove this activity.

    When you are designing a book, on top of the viewer you buttons to edit the layout of the pages.
    The following image will show you the button I'm talking about, it's the grayed one, if you leave the mouse pointer on it for a second you'll see it's called 'edit layout'. Click on it and then you can select and delete all the text boxes you want.

  • Removing AppleID from iMac memory

    I'm selling my mid-2011 iMac 21.5 and I'm in the process of removing my info from this machine.  The only place my name/ID shows up is when I start iMessage.  The mac remembers my Apple ID (it's not logging in) and I cannot figure out how to remove that info from auto populating.
    What I've done:
    Reset PRAM
    Reset SMC
    What I'm trying above is plan B, plan A didnt go so well:
    I've also read all the threads about reinstalling the original OS, but this model came with OS X Lion and did not inlcude disks.  It now has OS X Mavericks and when I try to do a OS reinstall it wants my Apple ID (on hold with apple now).
    thanks,

    In order to be able to sell the Mac with the original system installed, you can simply use internet recovery - hold Command + Option + R upon restart/boot up. Use the disk utility to completely wipe your drive and it will then reinstall the original system (Lion) on the machine. This process will satisfy the SLA requirements.
    Also, you need to un-register your Mac and OS here:
    https://daw.apple.com/cgi-bin/WebObjects/DSAuthWeb.woa/wa/classicLogin?appIdKey= 58ef9db8ff4d201409e7270a68e4408ae1678e1618204c476572a1b5e5fb3518&path&language=U S-EN
    These steps are necessary as your current OS's license is not transferable and tied to your Apple ID - any buyer would not be able to reinstall the OS - ever. Following above steps will allow a smooth transfer and the buyer will be able to reinstall/update with their own Apple ID.

  • Change folder that scanner saves to when scanning from printer

    Just got an OfficeJet 8600 all in one, and it appears that when you use the scan button on the printer's control panel to scan, by default it saves the files into your My Documents folder.  Is there any way to change where it saves to?  I'd prefer if it would save to my Scans folder that is inside My Documents, but dont see an option anywhere to change that, so not sure if that is even configurable.

    Hello rr2222, On my OJ 8600 Pro Plus setup - yes, the two "destinations" ... scan from printer and scan from PC ... become aligned to the same folder, once the destination folder has been setup just once using the (Windows) Control Panel icon. Although I need to take a slightly different 'path' through my HP-installed Control Panel shortcut from that described by ShlomiL in order to find my "Scan dialog", once I've set a preferred "Save location" for each of the "Scan to JPEG" or "Scan to PDF" etc. options (using the 'Advanced' link that's alongside them on my Scan dialog), back at my printer I can now choose "Scan" then "Computer" then [one of my named PCs on the list] ... and I can then select one of the same "Scan to JPEG" or "Scan to PDF" etc. options - and the scanned file pops up in my chosen folder on my PC. Hope that helps a bit?Colin P.

  • Removing from objects  memory

    Hi
    How do I load an object to memory and remove it?
    I mean if I create an object, like newObject anobject = new newObject();
    will it be in the memory? I want to create an object and display it in a panel when a button is clicked and remove it from the memory when another object is loaded into the panel.
    Also, in NetBeans IDE, how do I edit the code in the blue area?
    Thanks in advance :)

    Well, its going to be a wizard like application, and I am creating all the panels required for the wizard in the main frame. All the GUI elements of each step of the wizard will be in a panel. What I want to do is, to remove the initial panel when the next panel is loaded to reduce load on memory.
    I'm thinking if I dont, all the panels will be just there even if it is not seen because I'm using setVisible(true) to show the next step of the wizard and setVisible(false) to hide it when the next button is clicked.
    Is there any other way to do it? What I would really like to do is create the new instance of the panel when a button is clicked and remove the instance when next button is clicked, but this doesnt seem possible.
    Thanks for the help :)

  • Remove apps from HP Photosmart 7520

    I have signed up with HP connected and now it prints out a daily calander, recipies weekly menus and it is waisting paper and I would like to remove these from printer. How do I do this?
    This question was solved.
    View Solution.

    Hello 40stinemates,
    Welcome to the HP Support Forums!
    I think I have found a way to stop the scheduled Printables on for the Photosmart 7520 for you.
    How to Stop or Pause Scheduled Printables<---
    Cheers,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • HELP: How do I print a photograph from my computer (not from a memory card) with photo quality ?

    HP6510 print-scan-copy-web (All-in-one) ePrint wireless
    Mac OS X 10 6.8
    How do I print a photograph from my computer (not from a memory card) with photo quality ? 
    Is there a software that enables me to let the printer know that what I am sending to print is a photograph and not, for example, a document?
    I sent a photograph to print from I-Photo and from Photoshop and the printer prints it like a document, that is to say, quickly and with very poor quality...for what is a PHOTOGRAPH.
    I bought my print yesterday in Spain and Monday I must turn in a printing job at work. Pleas help. (Today is already Saturday.)
    Thanks

    In OSX when you go to file and print you will usually get a window that pops up with print settings.
    In 10.6 it may only show you the printer to use, and the preset to use, but you can click the square to the right of that with a triangle in it to view more options.
    From here there is a drop down for paper type/quality, where you can select photo paper, and a higher quality, then go to print.
    The following link will actually show screenshots of these settings and how to navigate them:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01662562&tmp_task=useCategory&cc=us&dlc=en&lang...
    Jon-W
    I work on behalf of HP
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS STAR on the left to say “Thanks” for helping!

  • I have been using Adobe Photoshop Elements 11 for two years. I got a new printer and installed it although I did not remove my old printer from my computer. I used this program and my new printer for quite a few months, but today I deleted my old printer

    I have been using Adobe Photoshop Elements 11 for along time now. When I first used the program I had a different printer than I have now. Although I changed printers I never removed the software from my old one. Now this was never a problem until today. When I choose a printer I still had option to use the old one but always chose my new HP Envy 5530 and Adobe never had a problem printing from that new printer. However today I decided to remove my old printer from my computer and now my Adobe cannot find my new printer.  How can I make it find the HP printer?

    Try this --
    Go to the bottom of the link I gave you, and you will see
    click that link and then click the chat button to talk to an Adobe agent

  • Scanning multiple pages from print book into computer

    How to scan multiple pages from print book into computer? Someone supplied a link to this question, but I got stuck at step 1: Where is "HP Director software"? In other directions, it says to open the "HP Scan window," but that option is not available to me when I follow the directions. I have an HP 2159m computer, HP Photosmart Plus all-in-one, Windows 7, and use Firefox, if that's any help.
    TIA

    I have a similar problem:
    I am using an HP Officejet 6310xi via its TWAIN interface.  Regardless of which application invokes TWAIN (whether Irfanview, Thumbs Plus, or something else), the scanner dialog closes after transferring each scanned image.  To scan the next page requires re-starting the scanner, beginning with a whole new preview and re-entering all my scan settings.  This is only an issue with the HP scanner, not with my Cannon CanoScan LIDE 100, Visioneer OneTouch 8920, or any other scanner, each of whose scanner dialogs stay open for scan after scan.  Can anyone help me make the HP scanner dialog stay open for multiple pages?
    Note: Based on a suggestion on another site I set my scan preferences to include "Prompt for Additional Scans from Glass" as follows, but it did not help.
    I am experienced at scanning, but I find it extremely frustrating that the HP scan dialog closes, forgetting its settings, after each page.
    If it helps others, I gladly share my article, "Freedom from Paper--At Last" here
    http://www.richpasco.org/paperless.html

  • Canon d1320 I can't print or scan from my computer

    I have Canon D1320. the problem I can't print or scan from my computer until i choose the printer mode first. and then i print or scan from my computer

    Hi Ibrahim!
    So that the Community can help you better, we will need to know what Computer Operating System you're using (Windows XP/Vista/7/8 or Mac 10.x).
    Any other details you'd like to give will only help the Community better understand your issue!
    If this is an urgent support need, please CLICK HERE to reach our friendly Technical Support Team by phone or email.
    Thanks and have a great day!

  • My officejet 4500 g510n-z wont print faxes or from copy or scan. It prints perfect from computer.

    my officejet 4500g510n-z suddenly wont print incoming faxes, or from copy or scan. It prints perfectly from computer. it also wont print fax reports or test pages. I have tried uninstalling and re-installing with software disc, still no go.what do i need to do please?

    Let's set a static IP address for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP.  Let's us 192.168.1.100 for your printer.
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Enter your router's IP (on the Network Config Page) for the gateway and first DNS. Leave the second one blank.
    - Click 'Apply'.
    Now, shut down the router and printer, start the router, wait, then start the printer.
    After this you may need to redo 'Add a Printer' using the new IP address.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • How do i transfer pictures from a memory card to my computer using my printer

    HP PHOTOSMART 5514 WIRELESS PRINTER/SCANNER/COPIER
    WINDOWS XP
    HOW DO I TRANSFER PICTURES FROM A MEMORY CARD TO MY COMPUTER USING THE SD READER ON THE PRINTER?

    Hi,
    Please follow these steps:
      http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&​dlc=en&cc=us&docname=c00149194
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for