Stephan van Rooij

93 Followers
146 Following
74 Posts
Microsoft #mvp category security, software architect, public speaker and blogger at https://svrooij.io
Bloghttps://svrooij.io/
@maartje yes! Totally unnecessary….
@khabeko you done?

@jaykul
@sassdawe @DoctorDNS

If winget had PIN, i'd be golden. I'm fine with it recognizing stuff it didn't install and managing it.

I do wish it didn't show stuff it can't manage ("looks like this was installed with a different technology...")

@jamie @jaykul @sassdawe @DoctorDNS please leave me out this discussion
@jaykul @DoctorDNS @sassdawe i'm not going to convince you guys... Just saying that installing apps when everybody sends you the details of the installer is not that complex.
Building something like this in c++ might be the biggest issue
@DoctorDNS @jaykul @sassdawe I'm saying that I already have like 70% of the functionality in my C# project. They should have built it in C# in the first place... But since that is not the case you can rebuild it in C#. I'm using the Winget repository for something else.
It all comes down to getting the right installer, validating the hash and starting it with the right parameters (which are hidden in the code and sometimes are in the manifest)
@DoctorDNS @sassdawe maybe there is an implementation in the making….. 🤐 https://github.com/svrooij/WingetIntune/tree/feature/ps-module
Winget is all open-source… It depends on what you want to do, but if I can generate the same installer commands, you should be able to create a C# or even pure PowerShell module that does the same as winget.
GitHub - svrooij/WingetIntune at feature/ps-module

Package any app from Winget to Intune - WinTuner. Contribute to svrooij/WingetIntune development by creating an account on GitHub.

GitHub
@alvinashcraft i got so many questions here.
Are they aware of this issue? https://github.com/docker/roadmap/issues/91#issuecomment-1884171418
And apart from that, is the resulting image ARM only or will the resulting image be multi target? Like are you then required to also run it on arm hardware?
Please support Docker Desktop (WSL2) on Windows on ARM · Issue #91 · docker/roadmap

Tell us about your request Devices that run Windows on ARM (arm64), like the Microsoft Surface Pro X, are capable of running WSL2 starting with the Windows 10 May 2020 (2004) update. Currently, Doc...

GitHub
@dangoodin i would love to see a PoC of such an attack 🕵️🤩
@sassdawe and in my blog post I show how you can use dependency injection and ILogger to make Powershell even more complete.