win10script
win10script copied to clipboard
Fix Test-Path Bug in $essentialundo
- It seems that when $essentialundo was written, the Test-Path's in the if-statements didn't have the ! removed from them, making it that the items were removed if the command found that it didn't exist, which is not the intended behavior.
- Fixed by removing the !'s from the if-statements