Increase the "Installed" Number in Microsoft Office Patches

Increase the

Some Microsoft Office Updates need a service to be loaded in workstations. The service name is "Office Source Engine" and in many workstations it is Disabled, so Microsoft Office Patches don't apply or don't work.

Here's a solution.

A good practice is to deploy a registry value that changes this Service to Manual State before Distributing the patches. The "Applicable" number of already distributed patches also change after the distribution of the registry value, so it´s useful to finally increase the "Installed" number.

The registry key and value are:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ose]
"Start"=dword:00000003

Value:
3 = Manual
4 = Disabled

Simply copy the key and value to a .reg file and use Deployment to apply it inmediately.

4.083335
Average: 4.1 (36 votes)

anyone looking to batch/cmd

dfnkt_'s picture

anyone looking to batch/cmd file this can use the following command

@ECHO OFF
sc config ose start= Demand

Syndicate content