Support | Dell US
https://www.dell.com/supportGet support for your Dell product with free diagnostic tests, drivers, downloads, how-to articles, videos, FAQs and community forums. Or speak with a Dell technical expert by phone or chat.
Del - Delete Files - Windows CMD - SS64.com
https://ss64.com/nt/del.htmDEL. Delete one or more files. Syntax DEL [options] [/A:file_attributes] files_to_delete Key files_to_delete: A filename or a list of files, may include wildcards.options: /P Give a Yes/No Prompt before deleting. /F Ignore read-only setting and delete anyway (FORCE) /S Delete from all Subfolders (DELTREE) /Q Quiet mode, do not give a Yes/No Prompt before deleting.
Support | Dell US
www.dell.com › supportGet support for your Dell product with free diagnostic tests, drivers, downloads, how-to articles, videos, FAQs and community forums. Or speak with a Dell technical expert by phone or chat.
del | Microsoft Docs
docs.microsoft.com › windows-commands › delMar 03, 2021 · del c:\test del c:\test\*.* To delete all files with the .bat file name extension from the current directory, type: del *.bat To delete all read-only files in the current directory, type: del /a:r *.* Additional References. Command-Line Syntax Key. Windows Recovery Environment (WinRE) Feedback