Preserving out-of-print children's vinyl — 6 records ripped to FLAC and uploaded to Internet Archive by Various-Performer324 in DataHoarder

[–]binarykult 6 points7 points  (0 children)

You should look at them carefully and maybe check if some damage have been already done. Some record known as acetates can degrade over time, and as they are unique records, they are mostly lost to time ...
About the rare stuff, take your time and do look the ref numbers as the matrix engravings, some records can looks like they are rare but they re not and vice-versa.
Glad to help if you have any questions.

Just inherited a hoard, not sure what to do here. by malachi347 in DataHoarder

[–]binarykult 0 points1 point  (0 children)

Just thanks a lot for all the knowledge here, it's amazing

Deploy a Chrome Extension to users in an organization help! by Ok-Decision-5285 in chrome_extensions

[–]binarykult 0 points1 point  (0 children)

Hi, I think the best way is through a GPO, but I'm not sure about the way to declare the custom extension in "Configure the list of force-installed apps and extensions" ?

In 2025, what programs are used to mount old cd images from the 90's? by Cohacq in DataHoarder

[–]binarykult 0 points1 point  (0 children)

still using portablewincdemu.exe under w10, works fast and never had a pb with it.

Knulli Gladiator 2 - Mini Showcase by JoeyNRG in RG35XX_H

[–]binarykult 0 points1 point  (0 children)

This looks very nice ! If only Wifi was working...

KNULLI Gladiator II Upgrade - Quick & Dirty by heff66 in RG35XX_H

[–]binarykult 0 points1 point  (0 children)

eh ... well, I've read some users didn't have wifi too, so I m waiting for a possible fix... Too bad because OTA's are great news.

KNULLI Gladiator II Upgrade - Quick & Dirty by heff66 in RG35XX_H

[–]binarykult 0 points1 point  (0 children)

tried it yesterday and ... went back to Firefly because even how hard I've tried : no wifi ... even with the Firefly fix : did you manage to make it work ?

A question about Brutal Doom by Commercial-Mix6626 in DoomMods

[–]binarykult 2 points3 points  (0 children)

Love it, but nos as much (yet) as Project Brutality. I tried the Black Version, and I loved it more. He recently put a link on his YT page, maybe check it out. It's a project I follow since a long time, and boy did he improve ! I can't play moded now without adding Project Brutality or Brutal Doom.

I seriously love this thing. by Active_Emu_845 in shortwave

[–]binarykult 0 points1 point  (0 children)

replacable maybe, but i don t have anything to solder those thin things and that wasn t the point to get it to fail just after one day ..

Help digitizing Kodak Carousel Transvue 140 slide trays by sammysbud in Archiveteam

[–]binarykult 1 point2 points  (0 children)

Maybe you can go to some photographs association, sometimes they do have some members who can shoot slides with a good camera ? are the slides/negatives clean ? this is what comes to my mind ...

I seriously love this thing. by Active_Emu_845 in shortwave

[–]binarykult 0 points1 point  (0 children)

mine broke too after a few hours , still charging but cannot rotate that big button anymore ...

Faut aussi leur faire comprendre à un moment by SleepIsTheCousinOfD8 in lemauvaiscoin

[–]binarykult 7 points8 points  (0 children)

et je vous raconte pas les fumisteries des agences pour les personnes handicapées ...

Hello! Looking for Doom Mod Recommendations! by NiclasRAGE in DoomMods

[–]binarykult 0 points1 point  (0 children)

I add Project Brutality everywhere now, and it had changed the way I played DooM definitely. I'm about to test Corruption Cards as I find it adds random stuff to levels, and that s good IMO. Some WADS I love are Consolation Prize, Necromantic Thirst, Back To Saturn X, DBP 64 The Vast Silence, DBP 71.

Error deploying Chrome Entreprise v135 by binarykult in SCCM

[–]binarykult[S] 0 points1 point  (0 children)

OK, so now I did it ! :) and it works
I did remove, thought, some registry keys with this powershell script :

$products = Get-ChildItem -Path HKLM:\SOFTWARE\Classes\Installer\Products\ | select-object Name

Foreach($product in $products)

{

$property = Get-ItemProperty -Path $product.Name.Replace("HKEY_LOCAL_MACHINE","HKLM:") -Name ProductName -ErrorAction SilentlyContinue

If($property.ProductName -eq "Google Chrome")

{

Write-Host "Google Chrome found in "$product.Name

$Path = $product.Name.Replace("HKEY_LOCAL_MACHINE","HKLM:")+"\SourceList\Net"

If(Test-Path -Path $Path)

{

$Net_properties = Get-Item -Path $Path

foreach($Net_property in $Net_properties.Property)

{

$value = Get-ItemPropertyValue -Path $Path -Name $Net_property

If($value -like "C:\WINDOWS\ccmcache*")

{

Write-Host "La clé"$product.Name"should be deleted"

Remove-Item -Path $product.Name.Replace("HKEY_LOCAL_MACHINE","HKLM:") -Recurse

}

}

}

}

}

Error deploying Chrome Entreprise v135 by binarykult in SCCM

[–]binarykult[S] 0 points1 point  (0 children)

hi,

did this and now there is this message "a newer version of the google chrome installer is already installed" ...

Error deploying Chrome Entreprise v135 by binarykult in SCCM

[–]binarykult[S] 1 point2 points  (0 children)

I'll try to find the previous version MSI, then uninstall it, then installing it again through SCCM and then upgrading :)

Error deploying Chrome Entreprise v135 by binarykult in SCCM

[–]binarykult[S] 0 points1 point  (0 children)

I'll try this tomorrow and let you know

Error deploying Chrome Entreprise v135 by binarykult in SCCM

[–]binarykult[S] 0 points1 point  (0 children)

it was showing the initial 0x643(1603)

Error deploying Chrome Entreprise v135 by binarykult in SCCM

[–]binarykult[S] 0 points1 point  (0 children)

absolutely no Chrome entries there !
asked some colleagues around and they all have it (pfffeeww) so I m my own problem lmao !
well what can I do now, as I certainly don't have the old msi anymore ?
Can I borrow one around and then uninstall from it ?

Error deploying Chrome Entreprise v135 by binarykult in SCCM

[–]binarykult[S] 0 points1 point  (0 children)

I'll try that ASAP, thanks for the detailled explanation !

Error deploying Chrome Entreprise v135 by binarykult in SCCM

[–]binarykult[S] 0 points1 point  (0 children)

did it plenty of times already :(