Windows 10: Batch files for use in BSOD debugging
Discus and support Batch files for use in BSOD debugging in Windows 10 BSOD Crashes and Debugging to solve the problem; [img] Warning This thread is for use by the BSOD team ONLY, to store batch files that can be used to collect additional data, fix settings or anything... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Ztruker, Aug 13, 2020.
Thema:
Batch files for use in BSOD debugging
Loading...
-
Batch files for use in BSOD debugging - Similar Threads - Batch files BSOD
-
BSOD: What is that debugging file means ?
in Windows 10 GamingBSOD: What is that debugging file means ?: Hi, I built a new PC and 3 days ago i had a blue screen saying FAULTY_HARDWARE_CORRUPTED_PAGE. I've read online that it can be caused by bad RAM but i ran a memory test and nothing came out, it was not showing any problem. So i updated my Bios cause my version was from 2023... -
BSOD: What is that debugging file means ?
in Windows 10 Software and AppsBSOD: What is that debugging file means ?: Hi, I built a new PC and 3 days ago i had a blue screen saying FAULTY_HARDWARE_CORRUPTED_PAGE. I've read online that it can be caused my bad RAM but i ran a memory test and nothing came out, it was not showing any problem. So i updated my Bios cause my version was from 2023... -
Deleting files using a batch file
in Windows 10 GamingDeleting files using a batch file: I created a batch file using AI to delete files older than 3 months from a specific folder but the code I received does not work:. Files are dated in DD/MM/YYYY format in the folder.@echo offset "folder=C:\Users\CC\Documents\0Temp"set "cutoffdate="for /f "tokens=1-3 delims=/"... -
Deleting files using a batch file
in Windows 10 Software and AppsDeleting files using a batch file: I created a batch file using AI to delete files older than 3 months from a specific folder but the code I received does not work:. Files are dated in DD/MM/YYYY format in the folder.@echo offset "folder=C:\Users\CC\Documents\0Temp"set "cutoffdate="for /f "tokens=1-3 delims=/"... -
A debug file
in Windows 10 Network and SharingA debug file: So there is a file on my desktop that is simply called Debug. I can't get rid of it. every time I try to delete it, it says that it's already running in google. help https://answers.microsoft.com/en-us/windows/forum/all/a-debug-file/242c2ec3-bbc6-47e2-a000-4c3a7c93309e -
debug file
in Windows 10 Installation and Upgradedebug file: After windows update every day as I switch on the lap I find the file debug. All the time I delete it but it appears again after restart. It is a notepad file it contains the below code [1017/205630.973:ERROR:directory_reader_win.cc43] FindFirstFile: The system cannot find... -
Debug file
in Windows 10 BSOD Crashes and DebuggingDebug file: There is a debug file on my desktop. It says : [1016/145258.052:ERROR:directory_reader_win.cc43] FindFirstFile: The system cannot find the path specified. 0x3 What should I do? Everytime I turn on my PC it says scanning and repairing drive C while booting then after few... -
Post problem reports here for Batch files for use in BSOD debugging
in Windows 10 BSOD Crashes and DebuggingPost problem reports here for Batch files for use in BSOD debugging: Use this thread to report any problems you find with any of the batch scripts in Batch files for use in BSOD debugging or if you have a suggestion. 166261 -
Create batch files with Batch?
in Windows 10 Software and AppsCreate batch files with Batch?: How to create Batch and VBS files with Batch? So I write a batch file which I then convert to exe that creates new folders in a certain directory and then creates batch and VBS files with a certain content and saves them in the created folder. So it's similar to a program...