J'ai découvert pourquoi Windows prend exactement cinq secondes.
J'ai lancé Moniteur de processus et des lignes filtrées avec le nom d'un fichier test que j'essaierais de supprimer ( winplot.exe
- (scientifiques désolés). Après le test, le journal m'a montré que Windows XP avait essayé de supprimer le fichier six fois, avec une seconde entre chaque essai. Vous pouvez le voir clairement dans la première colonne ci-dessous :
18:02:37,59 Explorer.EXE QueryOpen D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:37,59 Explorer.EXE CreateFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:37,59 Explorer.EXE QueryAttributeTagFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS Attributes: N, ReparseTag: 0x0
18:02:37,59 Explorer.EXE SetDispositionInformationFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe CANNOT DELETE Delete: True
18:02:37,59 Explorer.EXE CloseFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:38,59 Explorer.EXE QueryOpen D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:38,59 Explorer.EXE CreateFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:38,59 Explorer.EXE QueryAttributeTagFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS Attributes: N, ReparseTag: 0x0
18:02:38,59 Explorer.EXE SetDispositionInformationFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe CANNOT DELETE Delete: True
18:02:38,59 Explorer.EXE CloseFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:39,59 Explorer.EXE QueryOpen D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:39,59 Explorer.EXE CreateFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:39,59 Explorer.EXE QueryAttributeTagFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS Attributes: N, ReparseTag: 0x0
18:02:39,59 Explorer.EXE SetDispositionInformationFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe CANNOT DELETE Delete: True
18:02:39,59 Explorer.EXE CloseFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:40,59 Explorer.EXE QueryOpen D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:40,59 Explorer.EXE CreateFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:40,59 Explorer.EXE QueryAttributeTagFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS Attributes: N, ReparseTag: 0x0
18:02:40,59 Explorer.EXE SetDispositionInformationFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe CANNOT DELETE Delete: True
18:02:40,59 Explorer.EXE CloseFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:41,59 Explorer.EXE QueryOpen D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:41,59 Explorer.EXE CreateFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:41,59 Explorer.EXE QueryAttributeTagFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS Attributes: N, ReparseTag: 0x0
18:02:41,59 Explorer.EXE SetDispositionInformationFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe CANNOT DELETE Delete: True
18:02:41,59 Explorer.EXE CloseFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:42,59 Explorer.EXE QueryOpen D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:42,59 Explorer.EXE CreateFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:42,59 Explorer.EXE QueryAttributeTagFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS Attributes: N, ReparseTag: 0x0
18:02:42,59 Explorer.EXE SetDispositionInformationFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe CANNOT DELETE Delete: True
18:02:42,59 Explorer.EXE CloseFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:42,59 Explorer.EXE CreateFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:42,59 Explorer.EXE QueryAttributeTagFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS Attributes: N, ReparseTag: 0x0
18:02:42,59 Explorer.EXE SetDispositionInformationFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe CANNOT DELETE Delete: True
18:02:42,59 Explorer.EXE CloseFile D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
18:02:42,59 Explorer.EXE QueryOpen D:\\Documents and Settings\\aneves\\Desktop\\winplot.exe SUCCESS
Je ne sais pas quoi penser de ce choix de programmation, si ce n'est qu'il me semble plutôt stupide à première vue - désolé, Microsoft, je suis vraiment honnête ici.
*
EDIT : pour être rigoureux, il essaie d'effacer sept fois, mais la dernière fois suit immédiatement la première.