Skip to content

Commit

Permalink
Added removal of config at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
alonstarikov4 committed May 11, 2022
1 parent fec35be commit 26b7e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MrKaplan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ function Clear-Evidence {

if ($result) {
Write-Host "[+] Restored! Be careful with your actions now." -ForegroundColor Green
Remove-Item -Path $rootKeyPath -Recurse -Force
}
else {
Write-Host "[!] Finished with partial restoration." -ForegroundColor Yellow
Expand Down

0 comments on commit 26b7e19

Please sign in to comment.