Skip to content

Commit

Permalink
fix - don't delete sync host
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Oct 29, 2023
1 parent 338ab64 commit f1bfce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/features/revision/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ actions:
- !taskKill: {name: "OneDrive*", option: "remove-onedrive"}

- !run: {exeDir: true, exe: "ONED.cmd", option: "remove-onedrive", weight: 40}
- !service: {name: "OneSyncSvc*", option: "remove-onedrive", operation: delete}
# - !service: {name: "OneSyncSvc*", option: "remove-onedrive", operation: delete}
- !registryKey: {path: 'HKCR\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}', option: "remove-onedrive"}
- !registryValue: {path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', value: 'OneDrive', option: "remove-onedrive", operation: delete}
- !registryKey: {path: 'HKCU\SOFTWARE\Microsoft\OneDrive', option: "remove-onedrive"}
Expand Down

0 comments on commit f1bfce5

Please sign in to comment.