remove testing
This commit is contained in:
@@ -61,7 +61,6 @@ If ( IsAdmin )
|
||||
}
|
||||
|
||||
## Remove AutoCAD temp files
|
||||
LogMsg "AutoCAD"
|
||||
If (-not (IsRunning -Name "acad") ) {
|
||||
$AutoCADTempFiles = Get-ChildItem -Path "${Env:SystemDrive}\Users" | Where-Object { $_.PSIsContainer -eq $true } | ForEach-Object { Get-ChildItem -Path $($_.FullName + "\AppData\Local\Temp\*") -File -Include '*.ac$' -ErrorAction SilentlyContinue }
|
||||
If ( $AutoCADTempFiles ) {
|
||||
|
||||
Reference in New Issue
Block a user