CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Dec 2002
    Posts
    1,050

    disabling chkdsk during 2000 boot

    Hullo;

    When a program like lavasoft's AdAware is run they sometimes
    display message boxes about directories or files that are corrupt.
    Now the directories are not corrupt, they are just inaccessible to
    anyone but the system account ( I can take ownership and
    change the properties and view the dirs and files without probs.)

    Now when this happens, chkdsk or whatever program 2000 uses
    to check the harddrive runs the next time the computer boots.And
    it takes approx 15 minutes to do its thing ! Is there some setting
    that I can manipulate that will prevent this program from ever
    running during startup ? What setting do these programs or
    2000 set to force this program to run ?

    Now I've found this key and I think this is the command that
    starts it all. Does anyone know who sets this key and if I can
    prevent them from setting it ? If I just delete this one key will
    I have problems next time I boot ?
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] "BootExecute" = autocheck autochk *

    Windows 2000 pro. no backoffice, sms stuff.
    mdmd
    Last edited by mdmd; March 12th, 2003 at 09:24 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured