Windows

From Objectif Client Inc
Jump to navigation Jump to search

Cleanup

dism /online /cleanup-image /spsuperseded

Remove Service

Command Line

  1. Hold down the Windows Key, then press “R” to bring up the Run dialog.
  2. Type “SC DELETE servicename“, then press “Enter“.

Registry

  1. Hold down the Windows Key and press “R“.
  2. Type “regedit“, then select “OK“.
  3. Navigate to the following location in the registry:
    1. HKEY_LOCAL_MACHINE
      1. System
        1. CurrentControlSet
          1. Services
            1. There are folders under “Services” that contain each service. The “DisplayName” values in each of these folders equals the Service Name. Go through the list or use the “Edit” > “Find” menu to search for the service you wish to remove.

Stop Windows 10 Automatic Update

  1. Use the Windows key + R keyboard shortcut to open the Run command
  2. Type gpedit.msc and click OK to open the Local Group Policy Editor
  3. Follow path:
    1. Computer Configuration
      1. Administrative Templates
        1. Windows Components
          1. Windows Update
  4. On the right side, double-click the Configure Automatic Updates policy.
  5. On the left side, check the Enabled option to enable the policy.
  6. Under Options, Select one of this option
    1. "Notify for download and notify for install."
    2. "Auto download and notify for install."
    3. "Auto download and schedule the install."
    4. "Allow local admin to choose setting."
  7. Click on Apply