Run the Printer Installation UI as Administrator in Windows
- Posted by
- Posted on May 15, 2026
- Computers, IT Support, Windows
- No Comments.

In some situations, Windows may require administrator permissions to install or configure a printer. This can happen when adding a local printer, installing printer drivers, or modifying printer settings that require elevated rights.
One way to launch the printer installation interface with administrator permissions is to open an elevated Command Prompt and run the Windows Print UI command manually.
Open Command Prompt as Administrator
-
Click Start.
-
Type Command Prompt or cmd.
-
Right-click Command Prompt.
-
Select Run as administrator.
-
Accept the UAC prompt if prompted.
Run the Printer Installation UI
In the elevated Command Prompt window, run the following command:
rundll32 printui.dll,PrintUIEntry
This launches the Windows printer installation interface using the elevated permissions of the administrator Command Prompt.
Add Printer Wizard Option
If you specifically want to open the printer installation wizard, you can use:
rundll32 printui.dll,PrintUIEntry /il
The /il switch opens the local printer installation wizard.
Why This Helps
Running the printer installation UI as administrator can help avoid permission-related issues when installing printer drivers or adding printers that require administrative access.
This is especially useful on business computers, domain-joined systems, or environments where standard users do not have permission to install printer drivers.
Notes
You may still need the correct printer driver, printer IP address, or network path before completing the installation.
Example network printer path:
\\PrintServerName\PrinterName
Example TCP/IP printer address:
192.168.1.50
Recent Posts
- Run the Printer Installation UI as Administrator in Windows
- Change the Maximum Size Limit for Outlook PST and OST Files
- So You Want to Be a Hacker, Eh?
- New Chrome Setting Which Blocks Local Network Access for Web Apps
- Creating and Removing Local Administrator Accounts in Windows
Archives
- May 2026
- February 2026
- January 2026
- December 2025
- October 2025
- September 2025
- August 2025
- July 2025
- June 2025
- February 2025
- January 2025
- July 2022
- February 2022
- January 2021
- July 2020
- May 2020
- February 2020
- December 2019
- August 2019
- January 2019
- July 2018
Categories
- Computers
- Hacking
- IT Support
- Lab
- Linux
- Mac OS
- Management
- Microsoft Applications
- Networking
- Printer
- Router
- Servers
- Switch
- Uncategorised
- Video Conferencing
- Virtualization
- Website
- Windows
