Remove desktop icons both from user and public folder

This commit is contained in:
Manuel Thalmann 2023-07-19 03:17:27 +02:00
parent 234b49fdf9
commit 6d166ab71e

View file

@ -26,6 +26,7 @@ class Context {
[void] RemoveDesktopIcon($pattern) {
Remove-Item "$env:PUBLIC/Desktop/$pattern";
Remove-Item "~/Desktop/$pattern";
}
[void] RemoveTaskbarItem($pattern) {