369.27 Mo
Code : Tout sélectionner
TWL2.3D67326F6535347035686733627A667E673968393F3F2D6F636E22756968 636966613F2F2A33707474786
Code : Tout sélectionner
TWL2.3D67326F6535347035686733627A667E673968393F3F2D6F636E22756968 636966613F2F2A33707474786










Les liens sont à décrypter via ThiWeb Live



Code : Tout sélectionner
TWL2.39514778545357667F257F2D6F636E2E696162746C656879607F2F2A3370 7474786



Code : Tout sélectionner
# Define the root registry path to search
$rootPath = "HKCU:\SOFTWARE\DxO\DxO PhotoLab 9"
# Get all registry keys recursively under the specified root path
$keys = Get-ChildItem -Path $rootPath -Recurse
# Loop through each registry key
foreach ($key in $keys) {
# Get all the string values in the current key
$values = Get-ItemProperty -Path $key.PSPath
# Loop through each property in the current key
foreach ($property in $values.PSObject.Properties) {
# Check if the property name is 'FirstLaunchDate'
if ($property.Name -eq "FirstLaunchDate") {
$cleanPath = $key.PSPath -replace 'Microsoft.PowerShell.Core\\Registry::', ''
Write-Host "Delting 'FirstLaunchDate' in $cleanPath with value '$($property.Value)'"
Remove-ItemProperty -Path $key.PSPath -Name "FirstLaunchDate"
Write-Host ""
}
}
}
# Wait for the user to press Enter before closing
Write-Host "Done. Press Enter to exit..."
[void][System.Console]::ReadLine()

Code : Tout sélectionner
for /F "delims==" %K in ('reg QUERY "HKEY_CURRENT_USER\SOFTWARE\DxO\DxO PhotoLab 9" /v "FirstLaunchDate" /s ^| find /I "HKEY_CURRENT_USER"') do reg DELETE "%K" /f /v "FirstLaunchDate"-> Décryptage des liens du forum : extension "ThiWeb Crypt / Decrypt"™ ou Thiweb Live <-


-> Décryptage des liens du forum : extension "ThiWeb Crypt / Decrypt"™ ou Thiweb Live <-




-> Décryptage des liens du forum : extension "ThiWeb Crypt / Decrypt"™ ou Thiweb Live <-


Code : Tout sélectionner
TWL2.3979683F61373A75656E646174396274753C69376F3F2D6F636E22756968 636966613F2F2A33707474786

Utilisateurs parcourant ce forum : Aucun utilisateur enregistré et 5 invités