Windows: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
##### Services | ##### Services | ||
###### 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. | ###### 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 == | |||
# Use the Windows key + R keyboard shortcut to open the Run command | |||
## Type gpedit.msc and click OK to open the Local Group Policy Editor | |||
### the following path: Computer Configuration\Administrative Templates\Windows Components\Windows Update | |||
#### On the right side, double-click the Configure Automatic Updates policy. | |||
##### On the left side, check the Enabled option to enable the policy. | |||
###### Under Options, Select one of this option | |||
###### 2 - "Notify for download and notify for install." 3 - "Auto download and notify for install." 4 - "Auto download and schedule the install." 5 - "Allow local admin to choose setting." |
Revision as of 13:01, 28 October 2017
Cleanup
dism /online /cleanup-image /spsuperseded
Remove Service
Command Line
- Hold down the Windows Key, then press “R” to bring up the Run dialog.
- Type “SC DELETE servicename“, then press “Enter“.
Registry
- Hold down the Windows Key and press “R“.
- Type “regedit“, then select “OK“.
- Navigate to the following location in the registry:
- HKEY_LOCAL_MACHINE
- System
- CurrentControlSet
- Services
- 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.
- Services
- CurrentControlSet
- System
- HKEY_LOCAL_MACHINE
Stop Windows 10 Automatic Update
- Use the Windows key + R keyboard shortcut to open the Run command
- Type gpedit.msc and click OK to open the Local Group Policy Editor
- the following path: Computer Configuration\Administrative Templates\Windows Components\Windows Update
- On the right side, double-click the Configure Automatic Updates policy.
- On the left side, check the Enabled option to enable the policy.
- Under Options, Select one of this option
- 2 - "Notify for download and notify for install." 3 - "Auto download and notify for install." 4 - "Auto download and schedule the install." 5 - "Allow local admin to choose setting."
- On the left side, check the Enabled option to enable the policy.
- On the right side, double-click the Configure Automatic Updates policy.
- the following path: Computer Configuration\Administrative Templates\Windows Components\Windows Update
- Type gpedit.msc and click OK to open the Local Group Policy Editor