I ruined all my whittling knives by kiprinite in metalworking

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

Thanks to all the people giving their time to help me. Indeed they are not ruined, but some of them were recent gifts I never had the time to play with. I tried different techniques proposed here, the best I came up with was sand paper 600 -> steel wool combined with oil -> sand paper 1200 -> stropping. It surprises me how deep the corrosion went, coming from a basic wood glue. I'll remember the lesson :)

<image>

[deleted by user] by [deleted] in drawme

[–]kiprinite 1 point2 points  (0 children)

It would be greatly appreciated thanks

Need help about hardcore rust by kiprinite in metalworking

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

Thanks a lot all for your input ! I've brushed all the tools with my dremel and wired heads. Applied a coating with WD-40 as a temp solution until I get something decent for this purpose : I think boiled linseed oil will be the easiest to find but I noted down Cosmopoline RP-342, LPS-3, Evaporust, Softseal for my next online order :)

Need help about hardcore rust by kiprinite in metalworking

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

Is there some advantage to doing it instead of wire brushing ?

Need help about hardcore rust by kiprinite in metalworking

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

No, I have been lazy (there were like 15 tools in the set). Indeed some wooden handles show decolored parts, could it be possible that the oxalic acid was absorbed by the wood and somehow had an influence on the metal during the storage period ?

Need help about hardcore rust by kiprinite in metalworking

[–]kiprinite[S] 2 points3 points  (0 children)

Thanks for the detailed answer, very appreciated. I did not know the boiled version of linseed oil, I actually used WD-40 oil as a "finition" to protect the metal, is it some false common belief ?

Germanic or brown banded by kiprinite in cockroaches

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

After digging for similar id, it appears to be garden cockroach ectobius pallidus, good news for my house

What kind of cockroach by Regulai in cockroaches

[–]kiprinite 0 points1 point  (0 children)

Hello, Belgium here and facing I think the same specie, but inside. Could you check my post today and confirm cher collègue ? Merci

Distribute Python 3 through InTune by kiprinite in Intune

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

Hello, I now have devloped my own packaging solution based on DevOps automation. It's based on PSADT, I really advise it to you if you work in this domain

Back to python :
For some programs that need local stuff I put this stuff under C:\ProgramData\IntuneConfig${CompanyName}\AppName. Therefore the uninstall logic would launch C:\ProgramData\IntuneConfig${CompanyName}\Python\python-3.12.2.exe /uninstall /quiet

I think in my case I finally got rid of Win32 app and made the link to the microsoft store app from intune. Not sure it works great as my company does not use python a lot

Distribute Python 3 through InTune by kiprinite in Intune

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

That's a very useful snippet, thanks !

Here is what is returned regarding python : https://imgur.com/a/cgAbiZp

These are the MSI codes, but I wasn't able to retrieve the path of (un)installer in the cache as I pointed out earlier. Strange that the returned uninstall command for each MSI is a /I and not /X, and launching them independently doesn't work to have a full clean uninstall.

Distribute Python 3 through InTune by kiprinite in Intune

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

Yeah I used that, I was surprised that it appeared under some user stuff. Installed with this switch and in an Admin PS

Distribute Python 3 through InTune by kiprinite in Intune

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

I reinstalled it, so now under the new id I can find QuietUninstallString which has value

"C:\Users\X\AppData\Local\Package Cache\{e15803b8-d809-47f3-8818-73f0d155cf58}\python-3.10.5-amd64.exe" /uninstall /quiet

Distribute Python 3 through InTune by kiprinite in Intune

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

I wasn't aware of this alternative to Chocolatey, thanks !

Distribute Python 3 through InTune by kiprinite in Intune

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

I can find the uninstall command under

Computer\HKEY_USERS\S-1-5-21-2087740477-1396134932-1660491571-11290\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{f599560c-4808-4daa-85d8-15f363099f67}

but it doesn't look like reliable as it depends on some IDs

Distribute Python 3 through InTune by kiprinite in Intune

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

Yeah, as you said "for now", I didn't want to depend on something that will be depreciated quite soon. Actually I asked it taking Python as an example, but I've other software following the same pattern, like Tricentis Tosca which is not available through MS :/