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
Netgear ReadyNAS - Disturbing ...
I have a Netgear ReadyNAS NV+ and have loved everything about it up until now. I recently enabled password-protected FTP access to 1 share, opened a port in my...
Windows - Install Fonts Via Co...
I found this awesome Windows powershell script that allows you to install fonts via the command line. This is very convenient for mass deployment.$ssfFonts = 0...
My Adventures in Spam Blocking
I hate spam. I detest it. And I'm not talking about the scrumptious processed meat product. I think you all know the spam I'm referring to—the kind peddling ...
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...