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
What I Hate About Mac and What...
Since I'm into creating comedy videos and recording my own music, I thought I'd try shifting to the Mac platform for my creative pursuits. I made the move in la...
Nginx - Blocking Access to Joo...
I propose blocking all access to Joomla's administrator login page and front-end user login (if you don't use it) because I constantly see a-hole bots in my log...
RDP - Enable Remote Desktop in...
1. Open registry editor (regedt32) and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server. Registry editor can also connect to rem...
KVM - Enable Direct PCI Pass-T...
This example was done on Ubuntu server.* Enable VM direct I/O in the BIOS.* Open /etc/default/grub using an editor like nano or something.* Find GRUB_CMDLINE_LI...