Jump to content

Recommended Posts

Posted

That's interesting. We're a CC4 and WBalance.exe doesn't display any dialogue. I need to find another school with CC4 and Pcounter.

 

At the moment it is sending messages through the messenger service which is not what it is supposed to do.

 

I'm not sure if it's RM policies in place blocking it.

 

Can you try altering your credit to 0 and printing, on a user that shouldn't be allowed to print with 0 credits. Does the dialogue display with a 'Messenger service' title or WBalance?

Posted
This is what I keep getting when I try to do it remotely. How do I know if the CMD is successful without going round each machine?

SC.PNG

Guest TheLibrarian
Posted (edited)

Shorten the "start=Automatic" to "start=auto".

 

The command is failing because it doesn't recognise "Automatic".

 

To check the config, "sc \\machine_name qc messenger".

Edited by TheLibrarian
Guest TheLibrarian
Posted

The command help isn't exactly clear.

 

I've just tried it, you have to have a space between "start=" and "auto", so it should read "sc \\machine_name config messenger start= auto".

 

That *does* work here, I've just tested it.

Posted
It looks like you need the PopUp application they have and create a screen that is roughly the same as their last screenshot.

 

Looked at that. It's designed to 'pop up' when they hit print to confirm the cost of the print or to ask for departmental ID and Password to be able to print.

 

Shame.

 

Pete

  • Thanks 1
Posted
The command help isn't exactly clear.

 

I've just tried it, you have to have a space between "start=" and "auto", so it should read "sc \\machine_name config messenger start= auto".

 

That *does* work here, I've just tested it.

You, my friend, are great. Thanks! :D

Posted (edited)

How would I batch this?

 

I tried just listing putting the various lines into a bat file but it doesn't start the service. If however I do it manually, one by one, it does.

 

Edit: Think I've cracked it.

Edited by Edu-IT
Posted

You can do this from the preferences extension in group policy managment.

 

computer configuratoin, prefrences, control panel settings, services.

Posted
How would I batch this?

 

you wouldnt it would just apply to the computer(s) you have the policy applied to at next group policy refresh (or possibly reboot not 100% sure if it will start a stopped service) and once its set you never have to worry about it again any new pcs added that get that policy will automatically have the service turned on. I use this method to stop javawebstart that can play havock with java upgrades and have few problems

Posted

I have the command which works:

 

sc \\machine config messenger start= auto

 

I'm just wanting to know how to run multiple from a bat file. As it stands, I've got it, I beleive. I needed a line space between each command.

Guest TheLibrarian
Posted
am i being silly in suggesting net start ???

 

The service has to be configured changed from disabled to start automatically before net start could start the service.

 

Of course, once it's set to start automatically a reboot will start the service.

Posted
The service has to be configured changed from disabled to start automatically before net start could start the service.

 

Of course, once it's set to start automatically a reboot will start the service.

 

sorry obviously missed the point that it was disabled..

Guest TheLibrarian
Posted
sorry obviously missed the point that it was disabled..

 

Don't be sorry, sensible suggestions are always welcome.

Posted
Thanks for your help everyone, I appreciate it!

 

Now to go and sort this pesky Java package. ;)

 

I have Java woes at the moment as well :( Glad you got it all working!

Posted (edited)
I have Java woes at the moment as well :( Glad you got it all working!

I'm not there yet, see my other thread, trying to work out which part of the MSI I need to edit. I'm about there though, thanks to cookie. :D

Edited by Edu-IT

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



×
×
  • Create New...