rundll32 printui.dll,PrintUIEntry, within services mode

  • Thread starter Thread starter paul.haerkens
  • Start date Start date
P

paul.haerkens

I have the following problem:

I want to save and restore my printerdriver preferences within my
program that runs as a services.

I use the "rundll32 printui.dll,PrintUIEntry /Ss" option and that
works fine until my program is running as a services.

I need to by interactive with my desktop, that means that my services
is running with the Local System Account.

If the application is running as a services the functionality
(restore) "rundll32 printui.dll,PrintUIEntry /Sr" is not working
anymore.

Can anybody help ?

Kind regards

Paul
 
Back
Top