-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win: change system app removal to hard delete $260
This commit changes system app removal behavior of privacy.sexy to conduct a hard-delete, meanwhile keeping soft-delete logic for residual files. It adds better documentation in code to allow users to follow the code execution flow as the logic for removing system apps become longer and more complex. Conducting a hard-delete on these apps resolves issues with residual links to soft-deleted apps: - Fixes Edge remains in programs list $194, $236. - Fixes Edge shortcuts remains $73 Other changes: - `RunPowerShell`: - Add `codeComment` and `revertCodeComment` parameters to allow better documentation in code. - `CommentCode`: - Rename to `Comment` for simplicity. - Rename parameter `comment` to `codeComment` for clarity. - Add ability to comment on revert with `revertCodeComment` parameter.
- Loading branch information
1 parent
e72c1c1
commit 0a86420
Showing
1 changed file
with
123 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters