Latest Threads & replies:
100% Disk Usage Freezing After All Steps Exhausted : Also uninstall windows update KB2981965 mgurgelmga November 23, 2024 100% Disk Usage Freezing After All Steps Exhausted : to check bsod type in search "View advanced system settings"
in startup and recovery change badbak82 November 23, 2024 100% Disk Usage Freezing After All Steps Exhausted : Hi, I have been having 100% disk usage issues over the last day or two. I have tried EVERY SINGLE THING jcomey November 23, 2024 Reddit connection : Sir, what is the exact URL that you're using? The Shadow 2023 November 23, 2024 Reddit connection : Check DNS .. Xploit Machine November 23, 2024 Reddit connection : Does anyone know why firefox only sometimes connects to reddit website..Is it the http? cosmic52 November 23, 2024 Computer blue screens and programs keep crashing : IRQL_NOT_LESS_OR_EQUAL is a Windows Blue Screen of Death (BSOD) error message that indicates a problem Xploit Machine November 23, 2024 Computer blue screens and programs keep crashing : Hi virtualsoutheast
Your laptop might have both hardware and software issues. Update your drivers and RasulGreen November 23, 2024 Computer blue screens and programs keep crashing : I have an ASUS gaming laptop that's less than 2 years old, and lately, it’s been acting up with virtualsoutheast November 23, 2024 MBOX to Outlook PST Conversion via MBOX Converter : When converting MBOX files to Outlook PST format, always choose the finest WholeClear MBOX to PST Converter. devidmithen November 23, 2024 MBOX to Outlook PST Conversion via MBOX Converter : If you're looking for a reliable way to convert MBOX files to PST format, the DRS MBOX Converter alicewilson7890 November 23, 2024 MBOX to Outlook PST Conversion via MBOX Converter : Always pick the best EmailsGuru MBOX to PST Converter, when it comes to convert MBOX files to Outlook adamsmith November 23, 2024 MBOX to Outlook PST Conversion via MBOX Converter : To convert MBOX files to PST utilize a reputable tool such as DataVare MBOX to PST Converter. First, reginhardbohm November 23, 2024 Windows 24H2 update KB5046740 : You could probably wnt to pause the update and wait for the next release, sometimes the early release Xploit Machine November 23, 2024 Windows 24H2 update KB5046740 : Installed this update today KB5046740 22/11/24 and an issue arose in the start menu, the option to unpin christop bader November 23, 2024
Making sfc /scannow .bat file
VIDEO
ID10 Banned September 4, 2024
Comments:
5 comments, 26 views
ID2582 - topgundcp - Sep.4,2024
Thanks for sharing the info. However, a simple way to create a bat file is to right click on the desktop->New->Text Document and enter 2 statements on separate lines: sfc /scannow, pause then save it as RunSFC.bat or whatever you name it.
NOTE: you need to put a pause statement after sfc /scannow so that the user will have a chance to read the output message, otherwise the command windows just simply closes.
VIDEO
ID2583 - Banned - Sep.4,2024
Thanks for the information on adding PAUSE. :)
Would that be:
sfc /scannow, pause
or
sfc /scannow
pause
VIDEO
ID2584 - topgundcp - Sep.4,2024
It should be on separate lines:
sfc /scannow
pause
OR:
@ sfc /scannow
@ pause
OR:
@ sfc /scannow & pause
By adding '@' the command will not be echoed in the command windows.
adding & if you want multiple commands in one line
VIDEO
ID2585 - Banned - Sep.4,2024
topgundcp said:
It should be on separate lines:
sfc /scannow
pause
Thank you. :)
VIDEO
ID2586 - Banned - Sep.4,2024
Learned new stuff I added the PAUSE &; it kept the window open. It said to press any key to continue. I pressed Space bar &; the window closed. :) A note to Brink --- I studied the adding of images in proper order &; figured it out. Thanks for the help. :) Also, I figured out making test posts without posting them. I just Preview the test post &; make changes as needed &; when done close the window. I don't clutter up the forum with tests.
VIDEO
Your comment
Guest comments are allowed ...