|
delete temp dlls via powershell Why does this fail on DLL's??
remove-item -path "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files\*" -recurse -force
I'm logged on as an administrator, and a similar cmd.exe command works fine.
Thanks,
John |