4 lines
82 B
PowerShell
4 lines
82 B
PowerShell
if (Test-Path C:\Windows\SoftwareDistribution.old)
|
|
{exit 0}
|
|
else
|
|
{exit 1} |