Help!

PC-Problemen?
De vrijwilligers van Oplossing.be zoeken gratis met u mee!

Hulp bij posten

Recente topics

Auteur Topic: Telkens schijfcontrole bij opstarten Windows XP  (gelezen 2787 keer)

0 leden en 1 gast bekijken dit topic.

Michiel

  • Gast
Telkens schijfcontrole bij opstarten Windows XP
« Gepost op: 23 januari 2003, 20:32:46 »
Hoi,

Telkens wanneer ik windows XP opstart gaat de schijfcontrole ook opstarten voor 1 enkele schijf. Wat kan ik eraan doen om dit uit te zetten?

Groeten,
Michiel.

Offline Linda

  • Ambassadeur
  • *****
  • Berichten: 1.405
  • Geslacht: Vrouw
Re:Telkens schijfcontrole bij opstarten Windows XP
« Reactie #1 Gepost op: 24 januari 2003, 09:05:22 »
start-uitvoeren-typ'msconfig'- tabblad opstarten: daar zal je een item vinden 'scandisk'. Daar het vinkje verwijderen.

ga ook eens kijken in de instellingen van "geplande taken' in je map 'systeemwerkset'. Waarschijnlijk heb je de PC zo ingesteld dat hij bij het opstarten moet scannen. Ook daar kan je die taak verwijderen
Windows Vista Home Premium - Dual Core 6400  @ 2,13 GHZ - NVidia Geforce 7100 GS - 2 GB - IE 7.0 - Office 2007- Avast
-Telenet

Offline Michiel

  • Nieuw lid
  • Berichten: 5
Re:Telkens schijfcontrole bij opstarten Windows XP
« Reactie #2 Gepost op: 24 januari 2003, 12:10:58 »
Hoi Linda,

Dat had ik al nagekeken, maar bij geplande taken en in msconfig staat niets ingesteld. Het is net alsof XP een keer verkeerd afgesloten is en dat hij daarna de schijfcontrole wilde starten en dat die niet weer uitgezet is. Daardoor start hij telkens opnieuw de schijfcontrole bij het opstarten.
Er worden overigens geen fouten gedetecteerd.

Groetjes,
Michiel.
SYSTEEM: Win XP Pro - AMD Athlon 2400+Mhz - 512 Mb RAM - Asus Geforce2 - IE 6.0

Offline Yakko

  • Ambassadeur
  • *****
  • Berichten: 1.943
Re:Telkens schijfcontrole bij opstarten Windows XP
« Reactie #3 Gepost op: 24 januari 2003, 12:46:55 »
Staat er niets van de vorm "bootcfg /scan" in boot.ini ?

Je kan de partitieschijf uitsluiten van een scanbeurt bij het opstarten, met het commando "chkntfs /x d:"  d=stationsletter van de schijf
Gelieve uw systeemgegevens in te vullen. Klik HIER voor meer informatie.

Offline Michiel

  • Nieuw lid
  • Berichten: 5
Re:Telkens schijfcontrole bij opstarten Windows XP
« Reactie #4 Gepost op: 24 januari 2003, 13:29:28 »
Het volgende staat in mijn boot.ini:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect

Wanneer ik onder boot loader chkntfs /x e: zet lost dit niets op. Onder operating systems moet ik het natuurlijk niet zetten.

Nog een suggestie?
SYSTEEM: Win XP Pro - AMD Athlon 2400+Mhz - 512 Mb RAM - Asus Geforce2 - IE 6.0

Offline Yakko

  • Ambassadeur
  • *****
  • Berichten: 1.943
Re:Telkens schijfcontrole bij opstarten Windows XP
« Reactie #5 Gepost op: 24 januari 2003, 13:31:15 »
Het moet ook niet in je boot.ini bestand gezet worden :x

gewoon in een command prompt het commando uitvoeren
Gelieve uw systeemgegevens in te vullen. Klik HIER voor meer informatie.

Offline Michiel

  • Nieuw lid
  • Berichten: 5
Re:Telkens schijfcontrole bij opstarten Windows XP
« Reactie #6 Gepost op: 24 januari 2003, 13:38:48 »
Dank je, het is nu opgelost. Maar als ik het weer aan moet zetten moet ik de parameter /x zeker wijzigen? Kun je mij ook een lijst geven met alle parameters. Misschien wel handig voor andere checkdisk gevallen.

Michiel.
SYSTEEM: Win XP Pro - AMD Athlon 2400+Mhz - 512 Mb RAM - Asus Geforce2 - IE 6.0

Offline Michiel

  • Nieuw lid
  • Berichten: 5
Re:Telkens schijfcontrole bij opstarten Windows XP
« Reactie #7 Gepost op: 24 januari 2003, 14:49:47 »
Ik heb het al gevonden. Dus voor de mensen die hier meer problemen mee hebben:

Chkntfs
Displays or specifies whether automatic system checking is scheduled to be run on a FAT, FAT32, or NTFS volume when the computer is started.

Syntax
chkntfs volume: [...]

chkntfs [/d]

chkntfs [/t[:time]]

chkntfs [/x volume: [...]]

chkntfs [/c volume: [...]]

Parameters
volume: [...]
Required. Specifies the drive letter (followed by a colon), mount point, or volume name. Displays a message that identifies the file system of the specified volume. If automatic file checking is scheduled to be run, this parameter displays a message indicating whether the volume has been corrupted, which requires you to run chkdsk.
/d
Restores all chkntfs default settings, except the countdown time for automatic file checking. Default behavior is to check all volumes when the computer is started.
/t[:time]
Changes the Autochk.exe initiation countdown time to the specified amount of time entered in seconds. If you do not specify :time, /t displays the current countdown time.
/x volume: [...]
Excludes the specified volume from being checked when the computer starts, even if the volume is marked as requiring chkdsk.
/c volume: [...]
Schedules the specified volume to be checked when the computer starts.
/?
Displays help at the command prompt.
Remarks
To run chkntfs, you must be a member of the Administrators group.
Although you can set the Autochk.exe initiation countdown time to zero, you cannot cancel a potentially time-consuming automatic file check if you set it to zero.
Examples
To display the Autochk.exe initiation countdown time, type:

chkntfs /t

When changing the Autochk.exe initiation countdown time, type the time in seconds. For example, to change the countdown time to 30 seconds, type:

chkntfs /t:30

The /x command-line option is not accumulative. If you type it more than once, the most recent entry overrides the previous entry. To exclude multiple volumes, list them all in one command. For example, to exclude both the E: and F: volumes, type:

chkntfs /x e: f:

To exclude the F: volume only, type:

chkntfs /x e:

chkntfs /x f:

The /c command-line option is accumulative. If you want to check the specified volume only, reset the defaults to clear any previous commands, exclude all volumes from being checked, and then schedule automatic file checking on the desired volume.

For example, to schedule automatic file checking on the D: volume only, type:

chkntfs /d

chkntfs /x c: d: e:

chkntfs /c d:

Formatting legend
Format Meaning
Italic Information that the user must supply
Bold Elements that the user must type exactly as shown
Ellipsis (...) Parameter that can be repeated several times in a command line
Between brackets ([]) Optional items
Between braces ({}); choices separated by pipe (|). Example: {even|odd} Set of choices from which the user must choose only one
Courier font Code or program output
SYSTEEM: Win XP Pro - AMD Athlon 2400+Mhz - 512 Mb RAM - Asus Geforce2 - IE 6.0

 


www.combell.com