G
Guest
Dear all,
What is the way of forcing a scandisk at each system startup ?
regards
Serge
What is the way of forcing a scandisk at each system startup ?
regards
Serge
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SysTray said:Hello
Try this...
Create a file, C:\Y.TXT that contains: Y
Create a file C:\CHKBOOT.BAT that contains:
chkdsk C: /F <c:\y.txt or chkdsk C: /F /R <c:\y.txt
exit
If you have a D drive, just add another line, etc..
If you always logon to the server, just put C:\CHKBOOT.BAT in your StartUp
group or execute it in a batch file during system boot.
Cheers Marcel
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.