quando o Windows 7 tenta “verificar a consistência do disco” na inicialização, posso esperar mais de 10 segundos?

2

tipo, que tal fazer a contagem regressar 3600 segundos para ter certeza de que eu tenho tempo de dizer para fazer uma caminhada? Como sabe esperar precisamente 10?     

por EndangeringSpecies 07.03.2012 / 02:06

2 respostas

3

Responda aqui

Citação:

  1. Start Registry Editor (Regedit32.exe) and locate the following subkey:
    \HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
  2. Add the following information:
    Value Name: AutoChkTimeOut Data Type: DWORD Value: The value in units of seconds (for example, a value of 60 equals 1 minut

The autochk.exe count down time is controlled by the following registry entry:
\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager \AutoChkTimeOut

If the entry is not found, the default count down of 10 seconds will be used. If it is set to 0 second, there will not be any count down. If it is set to more than 3 days (259,200 seconds), the default value will be used.

    
por 07.03.2012 / 02:21
2

Parece que há uma entrada no registro que a controla.

Modifying the Disk Check Autochk.exe Time-out (Scandisk Delay) Value from 10 seconds to 3 Seconds

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"AutoChkTimeOut"=dword:00000003

Essa informação é para XP, pode funcionar em 7. Não tentei por mim mesmo.

    
por 07.03.2012 / 02:19