ctyankeeinok Posted January 22, 2013 Posted January 22, 2013 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).
ctyankeeinok Posted January 26, 2013 Author Posted January 26, 2013 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now