Windows 10: CMD File Deletion

Discus and support CMD File Deletion in Windows 10 Gaming to solve the problem; Hello! I want to ask you a question, my question is: We run CMD as administrator on the computer --> Then C:\Windows\System32> will appear, we enter... Discussion in 'Windows 10 Gaming' started by TacticArea, Mar 25, 2025.

  1. CMD File Deletion


    Hello! I want to ask you a question, my question is: We run CMD as administrator on the computer --> Then C:\Windows\System32> will appear, we enter the following command there --> del /f /q *.* --> then what is deleted on the computer? Will any file be deleted? Or not? Please help me on this issue.

    :)
     
    TacticArea, Mar 25, 2025
    #1

  2. Instructions for deleting files, using CMD

    Hello to the Community,

    Need to delete lots of files; some are large.

    I'm looking for the steps to permanently delete selected files, using CMD (I am NOT a skilled User)

    The standard Delete via File Explorer sometimes doens't work....and/or is very slow to delete.

    Its 2-step operation... to collect, and then delete via the Recycle Bin .... takes
    approximately forever on some files.

    Google research shows me there's some simple ways to use CMD like DEL / RMDIR / /Q /S But I don't know how to use them.

    Could someone send me the specific steps I should enter?

    And also, what is the exact layout/format for defining the file(s) to be deleted, in each CMD string ?

    Thank you,

    Gary
     
    Gary_S_1943, Mar 25, 2025
    #2
  3. newtekie1 Win User
    Deleting Hiberfil & Pagefile

    You would have to move your Page File to a different drive to get rid of that file, however you can make is smaller by adjusting the size in Windows.

    To get rid of Hyberfile.sys you need to disable hibernation by doing the following:

    • Click Start, and then type cmd in the Start Search box.
    • In the search results list, right-click Command Prompt, and then click Run as Administrator.
    • When you are prompted by User Account Control, click Continue.
    • At the command prompt, type powercfg.exe /hibernate off, and then press ENTER.
    • Type exit and then press ENTER to close the Command Prompt window
    Then you can delete the hyberfile.sys file.
     
    newtekie1, Mar 25, 2025
    #3
  4. CMD File Deletion

    Windows and CMD- renaming a file in CMD

    Steps I've done

    Here what happens


    • turn on PC

    • start windows

    • get blue screen ( message NTFS file)

    • it reboots returns to diagnosing PC

    • Diagnose and repair fails

    • I move to advance options

    • will not reset windows , I click on CMD

    things I've tried
    commands:

    reagentc /disable

    reagentc /enable

    *************************FAILED
    not recognized
    **********************************

    Please advise


     
    RandallBrock, Mar 25, 2025
    #4
Thema:

CMD File Deletion

Loading...
  1. CMD File Deletion - Similar Threads - CMD File Deletion

  2. CMD File Deletion

    in Windows 10 Software and Apps
    CMD File Deletion: Hello! I want to ask you a question, my question is: We run CMD as administrator on the computer --> Then C:\Windows\System32> will appear, we enter the following command there --> del /f /q *.* --> then what is deleted on the computer? Will any file be deleted? Or not?...
  3. Recover Deleted Files with cmd+z

    in Windows 10 Gaming
    Recover Deleted Files with cmd+z: HiI googled around but didn't find a good answer.I put all my work of three whole days in one new folder to send it to my colleague.Working in a CAD-Software i used cmd+z not noticing the Explorer windows was still active.It deleted my whole folder with everything in it.How...
  4. Recover Deleted Files with cmd+z

    in Windows 10 Software and Apps
    Recover Deleted Files with cmd+z: HiI googled around but didn't find a good answer.I put all my work of three whole days in one new folder to send it to my colleague.Working in a CAD-Software i used cmd+z not noticing the Explorer windows was still active.It deleted my whole folder with everything in it.How...
  5. Is there any cmd file capable of deleting all files in a drive ?

    in Windows 10 Gaming
    Is there any cmd file capable of deleting all files in a drive ?: I recently been exploring a program and its files which gives error when installingasus splendid and coincidentally click this cmd file and then seeing in front of my eyes the deletion of my whole D: drive.I could not believe and astonished and perplexed and lost my whole...
  6. Is there any cmd file capable of deleting all files in a drive ?

    in Windows 10 Gaming
    Is there any cmd file capable of deleting all files in a drive ?: I recently been exploring a program and its files which gives error when installingasus splendid and coincidentally click this cmd file and then seeing in front of my eyes the deletion of my whole D: drive.I could not believe and astonished and perplexed and lost my whole...
  7. Is there any cmd file capable of deleting all files in a drive ?

    in Windows 10 Software and Apps
    Is there any cmd file capable of deleting all files in a drive ?: I recently been exploring a program and its files which gives error when installingasus splendid and coincidentally click this cmd file and then seeing in front of my eyes the deletion of my whole D: drive.I could not believe and astonished and perplexed and lost my whole...
  8. CMD to delete 'autorecovered' files from c:

    in Windows 10 Support
    CMD to delete 'autorecovered' files from c:: What would be the cmd instruction to delete files on C: including 'autorecovered' in the name and have extension .xlsb So, files that would show up after: C:\>dir /s *autorecovered*.xlsb They show up in various sub folders within:...
  9. Delete files using cmd

    in Windows 10 Support
    Delete files using cmd: Hello, I want to search and delete files, in a folder by file extension ie: all files with extension jpeg, in a folder and it's subfolders ie: D:\New Can someone please write me a script to do that? Regards 181303
  10. Instructions for deleting files, using CMD

    in Windows 10 Network and Sharing
    Instructions for deleting files, using CMD: Hello to the Community, Need to delete lots of files; some are large. I'm looking for the steps to permanently delete selected files, using CMD (I am NOT a skilled User) The standard Delete via File Explorer sometimes doens't work....and/or is very slow to delete....