August 27th, 2008
desabilitar checagem de disco no boot do windows (chkdsk)
Posted by
Felipe Olivaes in
Windows
1) executando chkntfs
CODE:
-
chkntfs /X c:
-
chkntfs /X d:
-
...
2) regedit
em: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
modificar o valor "BootExecute"
o valor padrão é: autocheck autochk *
para excluir a unidade D e E:
autocheck autochk /k:D /k:E *

on July 19th, 2011 at 10:15 am
[...] Fonte: Site [...]