Skip to content

Commit

Permalink
Update Remove-Directory.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Nov 25, 2024
1 parent 7bb349d commit 66656bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tweaks/Remove-Directory.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if (Test-Path -Path "$Env:SystemDrive\Apps") {
if (Test-Path -Path "$Env:SystemDrive\DeployAgent") {
Remove-Item -Path "$Env:SystemDrive\DeployAgent" -Recurse -Force -ErrorAction "SilentlyContinue"
}

Remove-Item -Path "$Env:SystemDrive\Users\AgentInstall.txt" -Force -Confirm:$false -ErrorAction "SilentlyContinue"
Remove-Item -Path "$Env:SystemDrive\Users\AgentBootLoaderInstall.txt" -Force -Confirm:$false -ErrorAction "SilentlyContinue"
Remove-Item -Path "$Env:Public\Desktop\*.lnk" -Force -Confirm:$false -ErrorAction "SilentlyContinue"

0 comments on commit 66656bd

Please sign in to comment.