How can I get the printer without printer name handle?

I want to block printing by hanging. so I hang startdoc.

Unfortunately, if I block the specific printer, I should get the printer handle

I know how to get the handle to the name of the printer printer. but I don't know the name of the printer
I knew the name of the only hdc and document printer.

I tried for 3 days. but I can't find about it :(

If anyone knows, please answer...

[Moved from the community centre of Participation]

Your question is more technical that is usually asked/answered here.

You're more likely to get help in the TechNet forums

https://social.technet.Microsoft.com/forums/IE/en-us/home?Forum=ieitprocurrentver

or

MSDN https://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment

Don

Tags: Windows

Similar Questions

  • How can I get the HBA iScsi IQN name

    How can I get the HBA iScsi IQN name?

    How to use the following object:

    I tried this:

    var myVcHostInternetScsiHba = new VcHostInternetScsiHba();

    IQN = VcHostInternetScsiHba.iScsiName;

    But it does not work.

    regards Denis

    findiSCSIDevice action () returns the string iSCSI device, and not as an object.

    You can duplicate this action (say under a name findiSCSIName) and change its script code by replacing the following line:

    return busAdapter.device;
    

    with

    return busAdapter.iScsiName;
    

    and then use it in your workflow and actions of something like

    var hbaScsiName = System.getModule("com.vmware.library.vc.storage").findiSCSIName(host);
    
  • Windows 7 Desktop w/printer, my desktop XP in network computer, cannot print bc I wonder for the current print driver, I got a current version, but it does not recognize it? How can I get the printer to work?

    I have a desktop computer Windows 7 connected to an HP laserjet 4050N printer, when I try to print from a computer to Office XP, via the network, I wonder for an updated printer driver.  I downloaded the latest print driver, but it does not recognize the file inf and again requests a current print driver.  How can I get the XP desktop to print on the printer connected to the Windows 7 Desktop?

    Hello

    I suggest you to follow the steps mentioned below and check if it helps.

    Method 1:

    Printer in Windows problems:

    http://Windows.Microsoft.com/en-us/Windows/help/printer-problems-in-Windows

    http://h20000.www2.HP.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=18322&lang=en&cc=us&TaskID=135&prodTypeId=18972&prodSeriesId=25475

    For your reference: How to use Windows XP to share a printer with other people on your network: http://technet.microsoft.com/en-us/library/bb457001.aspx

    http://TechNet.Microsoft.com/en-us/library/bb456988.aspx

    To connect to a printer on a network: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/print_connect_net_printerw.mspx?mfr=true

    Hope this information is useful.

  • How can I get the print spooler to start when the file is missing: lexbces.exe? where can I download this file?

    I TRIED TO RE-INSTALL MY HP WIRELESS PRINTER AND IT WOULD NOT INSTALL. I HAVE RECEIVED AN ERROR MESSAGE THAT THE PRINT SPOOLER WAS NOT WORKING AND STOPPED. I have TRIED TO START THE PRINT SPOOLER AND FOUND what IT MISSING THE lexbces.exe FILE. I THINK THAT WHEN I UNINSTALLED THE HP PRINTER, HE WALKED OUT OF THIS FILE. IT IS IN THE SYSTEM 32 AND A FILE OF REMOTE PROCEDURE CALL. DOWNLOAD THIS FILE OR DO I HAVE TO RE-INSTALL WINDOWS XP?

    Lexbces.exe is from Lexmark (or Dell-badged Lexmark) printer install.  When the Lexmark printers are installed, they configure the print spooler to depend on Lexbces.  Unfortunately, when you uninstall the software Lexmark, the uninstall program removes the file but does not have the print spooler dependency.

    Open a command prompt window (start > run > cmd > OK)
    Type the following line in the black command prompt window and press enter

    dependent on the spooler of sc config = RPCSS

    Note that there is no space before the = but there is a space after it.

    Restart the computer.

    See the instructions on One Article to do a clean installation of your printer.

    After the restart, you can check that the print spooler has started in several ways.  One way is:

    Open a command prompt window and type the following command, and then press ENTER:

    spooler request SC

    You should see the following in the command prompt window:

    spooler request SC

    Service_Name: Spooler
    TYPE: 110 WIN32_OWN_PROCESS (interactive)
    STATE: 4 RUNNING
    (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
    WIN32_EXIT_CODE: 0 (0X0)
    SERVICE_EXIT_CODE: 0 (0X0)
    CHECKPOINT: 0X0
    WAIT_HINT: 0X0

  • How can I get the 8.3 file name short AND way?

    We use some old DOS programs and need to use the old format back (filename.xxx). When the files are in the long trees, it is very difficult to find the names of files under Windows.

    There was a response published in Google (http://answers.google.com/answers/threadview/id/522710.html) which works very well under XP, but when I use it in Windows 7, I get the long file name.

    Does anyone know how to do this?  The program can be changed?  Here is the program of this flajason-ga posted, but it must be updated for Windows 7 (I only know how to program in Foxpro).  Thank you, Alan

    Topic: Re: how to get the 8.3 file name short AND path?
    From: flajason-ga on May 27, 2005 10:45 PDT
     

    After my last comment, I read your details a little closer.
    The last script I posted was to list out a whole directory in 8.3 format.
    If you are looking for a friendly way of Clipboard to recover the 8.3
    for individual files, that will be more to your liking.

    Same thing as before. Copy the below into Notepad and save it with a .vbs extension.
    Except that this time, you can simply drag and drop a folder or file icon
    on the .vbs file and it displays the short path in an input box.
    where you can copy the value and use anything you want to.

    If you're industrious, you can also save the .vbs file in your
    Folder "send to" (C:\Documents and Settings\ [yourname] \SendTo) to have
    It is available in your context menu with a right click.

    Set fso = CreateObject ("Scripting.FileSystemObject")

    ' Is a file or a folder?
    If fso. FolderExists (WScript.Arguments (0)) then
    "It's a folder
    Set objFolder = fso. GetFolder (WScript.Arguments (0))
    Refund = InputBox ("this is your short path:", "SHORT PATH", objFolder.ShortPath)
    End If

    If fso. FileExists (WScript.Arguments (0)) then
    "It's a file
    Set objFile = fso. GetFile (WScript.Arguments (0))
    Refund = InputBox ("this is your short path:", "SHORT PATH", objFile.ShortPath)
    End If

    Hello

    Read the following article.

    How Windows generates 8.3 names to long file names
    http://support.Microsoft.com/kb/142982

  • How can I get the printer icon to display on the toolbar

    For some reason, the printer icon disappeared from my toolbar.  How to get to show once again?

    For some reason, the printer icon disappeared from my toolbar.  How to get to show once again?

    What 'toolbar '?

    Internet Explorer toolbar?

    If Yes, open Internet Explorer > right-click on one of the icons such as House, security, etc etc, Page > click Customize > click Add or remove commands > box on the left, scroll and select printer > click Add in the Middle > printer is now on the right box > if you want to move it to a specific location, click on it and use the button move up or move down > click on close when finished.

  • How can I get the "Print screen" key to work? No answer, does nothing.

    Tried ALT-IMPR. SHIFT-PRINT SCREEN, CTRL-print SCREEN. SCREEN, MS LOGO - PRINT SCREEN. Nothing happens. This has been the case with all versions of windows and all the computers I've owned. I must be missing something.

    Funny how not book them a computer I mention this button.

    The Print Screen (only or ALT + PRTSCR) button does not actually print.  What it does is copy the screen to the Clipboard.  Then, you paste in a graphical application (paint, which comes with XP, works) and print from the graphical application.

    You can also use IrfanView, an application that, among other things, free viewing of files screen captures and prints them out then.

  • How can I get the printer icon in the toolbar of firefox

    How to install the printer icon in the toolbar.

    Hello lesvinson, please see the How to customize or rearrange the toolbar items? contained in the controls, buttons, and Toolbars Customize Firefox. This will allow you to drag a button print on the toolbar.

  • How can I get the print dialogue box to show exactly?

    My print dialog box shows that the image is too large. If I go to print it will print correctly. I tried the drivers updated and reinstall Illustrator. Happened since the new update of CC.

    Hello

    18.1.1 update has fixed this problem.

    Sanjay.

  • How can I get the albums without support of Apple's music?

    Can how I buy music without support of Apple's music?

    You can use the iTunes on your iOS device App Store to purchase music and download songs. It is a separate application, then the application of music but once you make a purchase and download songs will be playable in the music app.

  • How can I get the Adobe PDF printer driver to appear in the drop-down list on printer when printing various applications?

    When you try to print to Adobe PDF, it is not available in the select Printer drop-down menu on any of my apps. I particularly need in Autocad for Mac that I then choose sizes large page A1 and A0. How can I get the print driver to show up in the dropdown to printer?

    This printer is available on Windows computers.

  • How can I get the software of the printer Canon - MG6170?

    How can I get the software of the printer Canon - MG6170?

    I can't fing it in the Canon Web Site.

    Help, please!

    I can only find it on non-English language Canon websites such as Taiwan and Hong Kong. You may need to use an online translator to find the drivers you need (assuming that they exist for your version of Windows).

  • Lost printer AIO 966 installation disc. How can I get the drivers?

    I have lost the disc with drivers for the 966 printer. Where and how can I get the drivers and software?

    JERRYWARRINER,

    You can click on the link to download the Dell AIO 966 printer.

    Dell AIO 966 drivers and downloads

  • deleted reception for windows buy but not print product code. How can I get the product code of return

    I bought a code produced, printed at the front desk but the product code does not print.  How can I get the product code of return?  I have the order #.

    Please see: key product & downloads

  • I have a form in which the text area can be developed to accept more text, but the text does not appear on the printed copy.  How can I get the text to print?

    I have a form in which the text area can be developed to accept more text, but the text does not appear on the printed copy.  How can I get the text to print?

    Hi robinm6200,

    Make sure that you have selected 'Document and annotations' under 'Comments and forms' when printing.

    Kind regards

    Nicos

Maybe you are looking for

  • Import bookmarks from Safari to Firefox 36.0.4 5.1.10

    I can't import bookmarks from Safari Firefox 36.0.4 5.1.10. I do not see "Library" or "Bookmark manager" or something (I think I saw a function import in an earlier version of Firefox) which is often considered online. I have a white iMac under Snow

  • Satellite U840T - mouse disappears on the right of the screen and down

    I have a problem with my Satellite U840T screen The mouse disappears on the right of the screen and the background in the black bars at the top and then the left side of the mouse cannot go to bars. In the display settings, everything is good, I thin

  • How to start a full crawl of diagnosis RAM?

    In previous versions of Mac, we used to be able to hold down the D key + an option to make a complete diagnosis of the hardware. In a new iMac running 10.11, when you press Option + D it seems to run a summary scan in a few minutes, but not a full sc

  • Can I switch from a graphics without a new power supply on the Pavilion p6120t?

    Have your desktop Pavilion p6120t with power supply 250w... I was wondering if any of "recommended" card graphic 512 MB (GeForce G210, Radeon HD4350 and nVidia GeForce GT 120) would be OK with 250 watts?

  • Blue screen occurs when I connect hybrid USB TV tuner

    Hi, I brought a USB PX1256E hybrid TV tuner and I can't run. I have Windows Media Center and when I install the software and connect the equipment on the USB port displayed a blue screen (windows crash) and restart my computer. Please, can someone he