Y a-t-il un registre clé to tell windows to supprimer a fichier at next démarrage?
Y a-t-il un registre clé to tell windows to supprimer a fichier at next démarrage?
Y a-t-il un registry clé to tell windows to supprimer a fichier at next startup?
Re: Y a-t-il un registre clé to tell windows to supprimer a fichier at next démarrage?
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.
```
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.