Jump to content

Recommended Posts

Posted

I am working on an automated printer installation program and I would like to disable the "Show Informational Notifications" settings on the Print Server Properties. Does anyone know how to do that via command line? I know how to do it using the GUI, but I cannot even figure out how I could automate that (command line is much more preferable).

Posted

I found the answer elsewhere. No command line interface, but it can be done through the registry. Below are the entries for both local and remote. To turn it back on, just set it to 1:

RegWrite("HKEY_CURRENT_USER\Printers\Settings","EnableBalloonNotificationsRemote","REG_DWORD",0)
RegWrite("HKEY_CURRENT_USER\Printers\Settings","EnableBalloonNotificationsLocal","REG_DWORD",0)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...