Additional Script Updates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
if (Test-Path C:\Windows\SoftwareDistribution.old)
|
||||
{Write-Output "Folder Exist"
|
||||
exit 1
|
||||
} else {
|
||||
Write-Output "Folder Doesnt Exists"
|
||||
exit 0
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
Remove-Item -Path C:\Windows\SoftwareDistribution.old
|
||||
Reference in New Issue
Block a user