Pages

Thursday, March 5, 2015

Disable Camfrog Update Service


Almost every users of Camfrog Video Chat are being updated from version 6.9 to 6.10 with its update service. To stop it do following.

1. Open CMD in elevated Admin mode.

For XP users: Go to  run type cmd and press Ctrl+ Shift+ Enter
For Windows 7 or 8 click Start type cmd and press Ctrl+ Shift+ Enter


2. In Cmd window pass these commands


 sc config Camfrog_Update_Service start= disabled

output will be :
[SC] ChangeServiceConfig SUCCESS

Final command: net stop Camfrog_Update_Service


output will be :
The Camfrog Update Service service was stopped successfully.

From now on Camfrog Update utility will not update its client . You had to download from there webiste and install it manually. 


If you want to re-able the service just change " diabled" to " enabled"  and "Stop" to " start" in above commands.

Thanks :)


1 comment: