What parameters with the del command can I use to delete a folder, all of it's contents, for all file types (read-only, those with missing permissions, etc), permanently, and without a prompt to select yes or no.
Is this sufficient?
Del "Z:\FolderName" /f
/q is for quiet mode, i.e., do not ask if ok to delete on global wildcard.