Hello calvin sucharov, welcome to Microsoft Q&A forum.
I understand your situation. There are two reliable ways to delete the contents of the Downloads folder without triggering the crash:
Via Command Prompt (run as administrator):
del /F /Q "%USERPROFILE%\Downloads*.mp4"
This deletes all .mp4 files in your Downloads folder.
- You can change
*.mp4to another video extension like*.mkv,*.avi, or use*.*to delete everything in the folder. - Note: Don’t replace
%USERPROFILE%with your actual username — just leave it as-is.
Via Safe Mode:
Boot into Safe Mode using the official Microsoft guide: Windows Startup Settings
In Safe Mode, Windows loads only essential drivers and services, which should avoid the crash. Once you’re in Safe Mode, just open the Downloads folder and delete the problematic files as usual.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.