re,
Oui j'ai passé la commande mais message d'érreur.
Et fixlist:
Résultats de correction de Farbar Recovery Scan Tool (x64) Version: 20-11-2025
Exécuté par jeanl (04-12-2025 10:44:55) Run:4
Exécuté depuis C:\Users\jeanl\Desktop
Profils chargés: jeanl
Mode d'amorçage: Normal
==============================================
fixlist contenu:
*****************
StartPowershell:
Get-ChildItem "$env:USERPROFILE\Desktop" -Filter *.lnk | ForEach-Object {
$wshell = New-Object -ComObject WScript.Shell
$shortcut = $wshell.CreateShortcut($_.FullName)
if ($shortcut.TargetPath -like "*OneDrive*") {
$newTarget = $shortcut.TargetPath -replace [regex]::Escape("$env:USERPROFILE\OneDrive"), "$env:USERPROFILE"
$newShortcut = $wshell.CreateShortcut($_.FullName)
$newShortcut.TargetPath = $newTarget
$newShortcut.WorkingDirectory = Split-Path $newTarget
$newShortcut.IconLocation = $shortcut.IconLocation
$newShortcut.Save()
Write-Output "Corrigé: $($_.FullName) -> $newTarget"
}
}
EndPowershell:
*****************
========= Powershell: =========
========= Fin de Powershell: =========
==== Fin de Fixlog 10:44:56 ====









