Latest Threads Windows All:
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 : 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 : 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 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 Optical drive not shown : I recently installed an optical drive and file explorer does not show it but the device manager shows esebm November 21, 2024 Windows 11 Old Wi-Fi Security Standard : Hi,<br><br>Got a new Windows 11 Laptop which has only Wi-Fi connectivity (no wired Nick79 November 21, 2024 How Can I Switch Outlook From Opera Mail? : Using BLR Tools MBOX Converter Software, exporting Opera Mail to PST files is simple. To do this, users minervastrickland November 21, 2024 23H2 win 11 NO SLIDESHOW in explorer : After about a year of headaches with win 11 I sent my machine to agood repair guy and its finally running Bill Shannon November 21, 2024 Cannot increase font size in some win11dialogs : Hello friends,<br>cannot increase font size in some win11dialogs<br><br>For example giorgiogio48 November 21, 2024 MBOX to Outlook PST Conversion via MBOX Converter : Hello to everyone. If you want a secure way to convert MBOX files to Outlook PST, use MBOX Converter. minervastrickland November 21, 2024 Startup error problem : Every time I start Windows 11, I have an error box, showing the following-<br><b pj.field November 21, 2024 Install software on 1 user account only : Hi all,<br><br>Is it possible to install software on the current user account only on Windows WindOfRage November 21, 2024 Unable to access local network share - not sure what account and/or password to use : I have two PCs in this room, one called ELLIOT-PC and one called ELLIOT-SERVER.<br><br>ELLIOT-SERVER King Mustard November 21, 2024 Unable to Download Latest Windows Update : Hi everyone! My computer will not download the latest Windows update. In my settings, it indicates that promptwistful November 21, 2024 Locked out of Phonelink..can't access Google Services : Phonelink has worked seamlessly for a couple of years now....so all good with router/signal MisterKevster November 21, 2024
Making sfc /scannow .bat file
VIDEO
ID10 Banned September 4, 2024
Comments:
5 comments, 29 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 ...