- May
- 13,402
- 190
After several other "Access is denied" errors, the command below terminates when c:\Recovery triggers that error. It doesn't try to process further directories in the root. Is that WAD? Can I change that behavior?
Code:
c:\> do dir in /s /a:d * ( echo %@full[%dir] )
<snip>
C:\ProgramData\Microsoft\Network\Connections
TCC: (Sys) Access is denied.
"C:\ProgramData\Microsoft\Network\Downloader\"
<snip>
C:\ProgramData\VS\vs10sp1\SetupCache\Graphics
C:\ProgramData\Windows Genuine Advantage\Data
TCC: (Sys) Access is denied.
"C:\Recovery\"
********** output stopped here ************
c:\>