1.

Solve : enable msconfig using cmd or batchfile syntax?

Answer»

guys just wana ask f ANYBODY KNOWS how to enable MSCONFIG using BATCH file or command line syntax..TNX n advance..You can use the below command line to start the job. It runs interactively, don't know if you can script this tool.

C:\WINDOWS\PCHealth\HelpCtr\Binaries\msconfig.exe

That will Start MSConfig and so will

@echo off
cls
start msconfig
exit

But how to Enable MSConfig? Has a virus disabled it?

RSVP



Discussion

No Comment Found