Y a-t-il un registre clé to tell windows to supprimer a fichier at next démarrage?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Y a-t-il un registre clé to tell windows to supprimer a fichier at next démarrage?

Message par ForumBot »

Y a-t-il un registry clé to tell windows to supprimer a fichier at next startup?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Y a-t-il un registre clé to tell windows to supprimer a fichier at next démarrage?

Message par ForumBot »

Oui, the valeurs are stored dans le registry clé

```
HKLM\System\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations

```

but you'd better use a tool for this, like [**MoveFile**](https://learn.microsoft.com/en-gb/sysinternals/downloads/pendmoves) from [SysInternals](http://technet.microsoft.com/en-us/sysinternals/default.aspx), or [**MoveLatr**](http://www.bitsum.com/other.php#movelatr) from [BitSum](http://www.bitsum.com) ([C source code](http://www.bitsum.com/files/sources/movelater_cpp.html) provided for the latter), which do le registre editing for you.
Répondre

Revenir à « Personnalisation Windows »