Меню Рубрики

Printui dll windows 7

rundll32 printui.dll,PrintUIEntry

Applies to: Windows Server (Semi-Annual Channel), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Automates many printer configuration tasks. printui.dll is the executable file that contains the functions used by the printer configuration dialog boxes. These functions can also be called from within a script or a command-line batch file, or they can be run interactively from the command prompt.

Syntax

You can also use the following alternate syntaxes, although the examples in this topic use the previous syntax:

Parameters

There are two types of parameters: base parameters and modification parameters. Base parameters specify the function that the command is to perform. Only one of these parameters can appear in a given command line. Then, you can modify the base parameter by using one or more of the modification parameters if they are applicable to the base parameter (not all modification parameters are supported by all base parameters).

Base Parameters Description
/dl Deletes the local printer.
/dn Deletes a network printer connection.
/dd Deletes a printer driver.
/e Displays the printing preferences for a given printer.
/ga adds a per computer printer connection (the connection is available to any user on that computer when they log on).
/ge Displays per computer printer connections on a computer.
/gd Deletes a per computer printer connection (the connection is deleted the next time a user logs on).
/ia Installs a printer driver by using an .inf file.
/id Installs a printer driver by using the add printer Driver Wizard.
/if Installs a printer by using an .inf file.
/ii Installs a printer by using the add printer wizard with an .inf file.
/il Installs a printer by using the add printer wizard.
/in Connects to a remote network printer.
/ip Installs a printer by using the Network printer Installation Wizard (available from the user interface from print Management).
/k prints a test page on a printer.
/o Displays the queue for a printer.
/p Displays the properties of a printer. When you use this parameter, you must also specify a value for the modification parameter /n[name].
/s Displays the properties of a print server. If you want to view the local print server, you do not need to use a modification parameter. However, if you want to view a remote print server, you must specify the /c[name] modification parameter.
/Ss Specifies what type of information for a printer will be stored. If none of the values for /Ss are specified, the default behavior is as if all of them were specified. Use this base parameter with the following values placed at the end of the command line:

  • 2: Stores the information contained in the printer s printER_INFO_2 structure. This structure contains the basic information about the printer such as its name, server name, port name, and share name.
  • 7: Used to store the directory service information contained in the printER_INFO_7 structure.
  • c: Stores the color profile information for a printer.
  • d: Stores printer specific data such as the printer s hardware ID.
  • s: Stores the printer s security descriptor.
  • g: Stores the information in the printer s global DEVmode structure.
  • m: Stores the minimal settings for the printer. This is equivalent to specifying 2d, and g.
  • u: Stores the information in the printer s per user DEVmode structure.
/Sr Specifies what information about a printer is restored and how conflicts in settings are handled. Use with the following values placed at the end of the command line:

  • 2: Restores the information contained in the printer s printER_INFO_2 structure. This structure contains the basic information about the printer such as its name, server name, port name, and share name.
  • 7: Restores the directory service information contained in the printER_INFO_7 structure.
  • c: Restores the color profile information for a printer.
  • d: Restores printer specific data, such as the printer s hardware ID.
  • s: Restores the printer s security descriptor.
  • g: Restores the information in the printer s global DEVmode structure.
  • m: Restores the minimal settings for the printer. This is equivalent to specifying 2, d, and g.
  • u Restores the information in the printe s per user DEVmode structure.
  • r: If the printer name stored in the file is different from the name of the printer being restored to, then use the current printer name. This cannot be specified with f. If neither r nor f is specified and the names do not match, restoration of the settings fails.
  • f: If the printer name stored in the file is different from the name of the printer being restored to, then use the printer name in the file. This cannot be specified with r. If neither f nor r is specified and the names do not match, restoration of the settings fails.
  • p: If the port name in the file being restored from does not match the current port name of the printer being restored to, the printer s current port name is used.
  • h: If the printer being restored to could not be shared using the resource share name in the saved settings file, then attempt to share the printer with either the current share name or a new generated share name if neither H nor h is specified and the printer being restored to cannot be shared with the saved share name, then restoration fails.
  • h: If the printer being restored to cannot be shared with the saved share name, then do not share the printer. If neither H nor h is specified and the printer being restored to cannot be shared with the saved share name, then restoration fails.
  • i: If the driver in the saved settings file does not match the driver for the printer being restored to, then the restoration fails.
/Xg Retrieves the settings for a printer.
/Xs Sets the settings for a printer.
/y Sets the printer being installed as the default printer.
/? Displays the in-product help for the command and its associated parameters.
@[file] Specifies a command-line argument file and directly inserts the text in that file into the command line.
Modification Parameters Description
/a[file] Specifies the binary file name.
/b[name] Specifies the base printer name.
/c[name] Specifies the computer name if the action to be performed is on a remote computer.
/f[file] Species the Universal Naming Convention (UNC) path and name of the .inf file name or the output file name, depending on the task that you are performing. Use /F[file] to specify a dependent .inf file.
/F[file] Specifies the UNC path and name of a .inf file that the .inf file specified with /f[file] depends on.
/h[architecture] Specifies the driver architecture. Use one of the following: x86, x64, or Itanium.
/j[provider] Specifies the print provider name.
/l[path] Specifies the UNC path where the printer driver files that you are using are located.
/m[model] Specifies the driver model name. (This value can be specified in the .inf file.)
/n[name] Specifies the printer name.
/q Runs the command with no notifications to the user.
/r[port] Specifies the port name.
/u Specifies to use the existing printer driver if it is already installed.
/t[#] Specifies the zero-based index page to start on.
/v[version] Specifies the driver version. If you do not also specify a value for /K, you must specify one of the following values: type 2 — Kernel mode or type 3 — User mode.
/w prompts the user for a driver if the driver is not found in the .inf file that is specified by /f.
/Y Specifies that printer names should not be automatically generated.
/z Specifies to not automatically share the printer being installed.
/K changes the meaning of the parameter /h[architecture] to accept 2 in place of x86, 3 in place of x64, or 4 in place of Itanium. It also changes the value of the parameter /v[version] to accept 2 in the place of type 2 — Kernel mode and 3 in place of type 3 — User mode.
/Z Shares the printer that is being installed. Only use with the /if parameter.
/Mw
Displays a warning message to the user before committing the changes specified in the command line.
/Mq
Displays a confirmation message to the user before committing the changes specified in the command line.
/W[flags] Specifies any parameters or options for the add printer wizard, the add printer Driver Wizard, and the Network printer Installation Wizard.

r: Enables the wizards to be restarted from the last page.

/G[flags] Specifies global parameters and options that you want to use.

w: Suppresses setup driver warnings to the user.

Remarks

The PrintUIEntry keyword is case sensitive, and you must enter the syntax for this command with the exact capitalization shown in the examples in this topic.

For more examples, at a command prompt type: rundll32 printui.dll,PrintUIEntry /?

Examples

To add a new remote printer, printer1, for a computer, Client1, which is visible for the user account where this command is run, type:

To add a printer using the add printer wizard and using an .inf file, InfFile.inf, located on drive c: at Infpath, type:

To delete an existing printer, printer1, on a computer, Client1, type:

To add a per computer printer connection, printer2, for all users of a computer, Client2, type (the connection will be applied when a user logs on):

To delete a per computer printer connection, printer2, for all users of a computer, Client2, type (the connection will be deleted when a user logs on):

To view the properties of the print server, printServer1, type:

To view the properties of a printer, printer3, type:

Источник

Устранение неполадок с Printui.dll : практическое руководство (бесплатная загрузка)

Последнее обновление: 05/05/2020 [Время, требуемое для чтения: 3,5 мин.]

Файл printui.dll использует расширение DLL, в частности известное как файл Printer Settings User Interface. Классифицируется как файл Win32 DLL (Библиотека динамической компоновки), созданный для Microsoft® Windows® Operating System компанией Microsoft.

Выпуск printui.dll для Windows состоялся 10/25/2001 в Windows XP. Самый последний выпуск для Windows 10 состоялся 07/29/2015 [версия 10.0.15063.0 (WinBuild.160101.0800)]. Файл printui.dll входит в состав Windows 10, Windows 8.1 и Windows 8.

В этой статье приведены подробные сведения о printui.dll, руководство по устранению неполадок с файлом DLL и список версий, доступных для бесплатной загрузки.

Рекомендуемая загрузка: исправить ошибки реестра в WinThruster, связанные с printui.dll и (или) Windows.

Совместимость с Windows 10, 8, 7, Vista, XP и 2000

Средняя оценка пользователей

Обзор файла

Общие сведения ✻
Имя файла: printui.dll
Расширение файла: расширение DLL
Описание: Printer Settings User Interface
Тип объектного файла: Dynamic link library
Файловая операционная система: Windows NT 32-bit
Тип MIME: application/octet-stream
Пользовательский рейтинг популярности:
Сведения о разработчике и ПО
Разработчик ПО: Microsoft Corporation
Программа: Microsoft® Windows® Operating System
Авторское право: © Microsoft Corporation. All rights reserved.
Сведения о файле
Набор символов: Unicode
Код языка: English (U.S.)
Флаги файлов: (none)
Маска флагов файлов: 0x003f
Точка входа: 0xb1c0
Размер кода: 438784
Информация о файле Описание
Размер файла: 1063 kB
Дата и время изменения файла: 2017:03:18 18:19:22+00:00
Дата и время изменения индексного дескриптора файлов: 2017:11:05 07:07:54+00:00
Тип файла: Win32 DLL
Тип MIME: application/octet-stream
Предупреждение! Possibly corrupt Version resource
Тип компьютера: Intel 386 or later, and compatibles
Метка времени: 1986:09:02 10:47:53+00:00
Тип PE: PE32
Версия компоновщика: 14.10
Размер кода: 438784
Размер инициализированных данных: 650752
Размер неинициализированных данных: 0
Точка входа: 0xb1c0
Версия ОС: 10.0
Версия образа: 10.0
Версия подсистемы: 10.0
Подсистема: Windows command line
Номер версии файла: 10.0.15063.0
Номер версии продукта: 10.0.15063.0
Маска флагов файлов: 0x003f
Флаги файлов: (none)
Файловая ОС: Windows NT 32-bit
Тип объектного файла: Dynamic link library
Подтип файла: 0
Код языка: English (U.S.)
Набор символов: Unicode
Наименование компании: Microsoft Corporation
Описание файла: Printer Settings User Interface
Версия файла: 10.0.15063.0 (WinBuild.160101.0800)
Внутреннее имя: printui.dll
Авторское право: © Microsoft Corporation. All rights reserved.
Оригинальное имя файла: printui.dll
Название продукта: Microsoft® Windows® Operating System
Версия продукта: 10.0.15063.0

✻ Фрагменты данных файлов предоставлены участником Exiftool (Phil Harvey) и распространяются под лицензией Perl Artistic.

Что такое сообщения об ошибках printui.dll?

Ошибки библиотеки динамической компоновки printui.dll

Файл printui.dll считается разновидностью DLL-файла. DLL-файлы, такие как printui.dll, по сути являются справочником, хранящим информацию и инструкции для исполняемых файлов (EXE-файлов), например sapisvr.exe. Данные файлы были созданы для того, чтобы различные программы (например, Windows) имели общий доступ к файлу printui.dll для более эффективного распределения памяти, что в свою очередь способствует повышению быстродействия компьютера.

К сожалению, то, что делает файлы DLL настолько удобными и эффективными, также делает их крайне уязвимыми к различного рода проблемам. Если что-то происходит с общим файлом DLL, то он либо пропадает, либо каким-то образом повреждается, вследствие чего может возникать сообщение об ошибке выполнения. Термин «выполнение» говорит сам за себя; имеется в виду, что данные ошибки возникают в момент, когда происходит попытка загрузки файла printui.dll — либо при запуске приложения Windows, либо, в некоторых случаях, во время его работы. К числу наиболее распространенных ошибок printui.dll относятся:

  • Нарушение прав доступа по адресу — printui.dll.
  • Не удается найти printui.dll.
  • Не удается найти C:\Windows\System32\printui.dll.
  • Не удается зарегистрировать printui.dll.
  • Не удается запустить Windows. Отсутствует требуемый компонент: printui.dll. Повторите установку Windows.
  • Не удалось загрузить printui.dll.
  • Не удалось запустить приложение, потому что не найден printui.dll.
  • Файл printui.dll отсутствует или поврежден.
  • Не удалось запустить это приложение, потому что не найден printui.dll. Попробуйте переустановить программу, чтобы устранить эту проблему.

Файл printui.dll может отсутствовать из-за случайного удаления, быть удаленным другой программой как общий файл (общий с Windows) или быть удаленным в результате заражения вредоносным программным обеспечением. Кроме того, повреждение файла printui.dll может быть вызвано отключением питания при загрузке Windows, сбоем системы при загрузке printui.dll, наличием плохих секторов на запоминающем устройстве (обычно это основной жесткий диск) или, как нередко бывает, заражением вредоносным программным обеспечением. Таким образом, крайне важно, чтобы антивирус постоянно поддерживался в актуальном состоянии и регулярно проводил сканирование системы.

Как исправить ошибки printui.dll — 3-шаговое руководство (время выполнения:

Если вы столкнулись с одним из вышеуказанных сообщений об ошибке, выполните следующие действия по устранению неполадок, чтобы решить проблему printui.dll. Эти шаги по устранению неполадок перечислены в рекомендуемом порядке выполнения.

Шаг 1. Восстановите компьютер до последней точки восстановления, «моментального снимка» или образа резервной копии, которые предшествуют появлению ошибки.

Чтобы начать восстановление системы (Windows XP, Vista, 7, 8 и 10):

  1. Нажмите кнопку «Пуск» в Windows
  2. В поле поиска введите «Восстановление системы» и нажмите ENTER.
  3. В результатах поиска найдите и нажмите «Восстановление системы»
  4. Введите пароль администратора (при необходимости).
  5. Следуйте инструкциям мастера восстановления системы, чтобы выбрать соответствующую точку восстановления.
  6. Восстановите компьютер к этому образу резервной копии.

Если на этапе 1 не удается устранить ошибку printui.dll, перейдите к шагу 2 ниже.

Шаг 2. Запустите средство проверки системных файлов (System File Checker), чтобы восстановить поврежденный или отсутствующий файл printui.dll.

Средство проверки системных файлов (System File Checker) — это утилита, входящая в состав каждой версии Windows, которая позволяет искать и восстанавливать поврежденные системные файлы. Воспользуйтесь средством SFC для исправления отсутствующих или поврежденных файлов printui.dll (Windows XP, Vista, 7, 8 и 10):

  1. Нажмите кнопку «Пуск» в Windows
  2. В поле поиска введите cmd, но НЕ НАЖИМАЙТЕ ENTER.
  3. Нажмите и удерживайте CTRL-Shift на клавиатуре, одновременно нажимая ENTER.
  4. Появится диалоговое окно запроса разрешения.
  5. В поле нажмите «ДА».
  6. Должен отображаться черный экран с мигающим курсором.
  7. На этом черном экране введите sfc /scannow и нажмите ENTER.
  8. Средство проверки системных файлов (System File Checker) начнет поиск неполадок, связанных с printui.dll, а также других неполадок с системными файлами.
  9. Для завершения процесса следуйте инструкциям на экране.

Следует понимать, что это сканирование может занять некоторое время, поэтому необходимо терпеливо отнестись к процессу его выполнения.

Если на этапе 2 также не удается устранить ошибку printui.dll, перейдите к шагу 3 ниже.

Шаг 3. Выполните обновление Windows.

Когда первые два шага не устранили проблему, целесообразно запустить Центр обновления Windows. Во многих случаях возникновение сообщений об ошибках printui.dll может быть вызвано устаревшей операционной системой Windows. Чтобы запустить Центр обновления Windows, выполните следующие простые шаги:

  1. Нажмите кнопку «Пуск» в Windows
  2. В поле поиска введите «Обновить» и нажмите ENTER.
  3. В диалоговом окне Центра обновления Windows нажмите «Проверить наличие обновлений» (или аналогичную кнопку в зависимости от версии Windows)
  4. Если обновления доступны для загрузки, нажмите «Установить обновления».
  5. После завершения обновления следует перезагрузить ПК.

Если Центр обновления Windows не смог устранить сообщение об ошибке printui.dll, перейдите к следующему шагу. Обратите внимание, что этот последний шаг рекомендуется только для продвинутых пользователей ПК.

Если эти шаги не принесут результата: скачайте и замените файл printui.dll (внимание: для опытных пользователей)

Если ни один из предыдущих трех шагов по устранению неполадок не разрешил проблему, можно попробовать более агрессивный подход (примечание: не рекомендуется пользователям ПК начального уровня), загрузив и заменив соответствующую версию файла printui.dll. Мы храним полную базу данных файлов printui.dll со 100%-ной гарантией отсутствия вредоносного программного обеспечения для любой применимой версии Windows . Чтобы загрузить и правильно заменить файл, выполните следующие действия:

  1. Найдите версию операционной системы Windows в нижеприведенном списке «Загрузить файлы printui.dll».
  2. Нажмите соответствующую кнопку «Скачать», чтобы скачать версию файла Windows.
  3. Копировать файл в соответствующий каталог вашей версии Windows:

Если этот последний шаг оказался безрезультативным и ошибка по-прежнему не устранена, единственно возможным вариантом остается выполнение чистой установки Windows 10.

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • Printopia pro для windows
  • Printershare premium для windows
  • Print to pdf windows 7 бесплатно
  • Print to pdf free windows xp
  • Print spooler windows 7