Windows: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == Cleanup == <pre>dism /online /cleanup-image /spsuperseded</pre>") |
|||
Line 3: | Line 3: | ||
<pre>dism /online /cleanup-image /spsuperseded</pre> | <pre>dism /online /cleanup-image /spsuperseded</pre> | ||
== 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. |
Revision as of 19:40, 24 June 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