Japanatron Logo

I had an end user that wanted to install their home printer drivers on their office laptop.  I took remote control of their PC, but to my chagrin the user lacked admin rights to install the printer.  Here's how to launch the add printer wizard using your (admin) credentials.

* Open a command prompt with your credentials (Run As).
* Run this command:

rundll32 printui.dll,PrintUIEntry /il

The printer wizard will open with your credentials, saving you from having to log off.

Related Articles

FreeNAS - Bi-Directional Rsync...

Go to /root on 1st server. ssh root@server1 cd /root FreeNAS OS drive is mounted read-only, so mount it RW. mount -o rw / Generate an RSA key & leave the ...

iPhone Mail with MS Exchange M...

PROBLEMOnce in a while I am unable to delete an email message on my iPhone.  It throws an "unable to move message to trash" error message.  I use the normal iPh...

UnRAID - Creating and Mounting...

Here's how to create and mount an encrypted unassigned device in UnRAID. 1) Make sure the unassigned devices plugin is installed in UnRAID. :-) 2) Wipe the de...

Computing in Japanese - Dealin...

Mojibake (aka "junk text") is a horrible affliction that most computing in Japanese have encountered at some point.  Here are some simple fixes that I u...