I am trying to delete the local profiles on my computer. However, whenever I
try to delete a users profiles under C:\Users\* on my Vista machine, my
script fails. It seems to be that it can't some of the special folders in
C:\Users\*\AppData. For example, my script always fails on
C:\Users\*\AppData\Local\Application Data. This appears to be a redirector
but my script sees it as a folder and tries to delete it. I have spent many
hours trying to get around this but every time my script fails with an Access
Denied error. I have used WMI and the FileSystemObject. Any help with this
problem would be greatly appreciated.
Thanks