Do you want to take a break but your PC is going to sleep or auto-lock if you don’t do anything on it for some minutes? Are the GPO settings not available for you to change the behavior because you are not an admin? Made a simple program in C# […]
Blog
Thank you everybody that joined our live webinar, I hope you enjoyed it and had a chance to learn more from it. It was an amazing experience and I was very happy of the questions our audience placed before and during the webinar. Hope to see you in a new […]
Live Q&A with the author | MSI Packaging A few weeks ago, we launched the MSI Packaging ebook (if you don’t have it already – grab your free copy now). This is a must-have book for everyone in the app packaging industry. Get your FREE copy of MSI Packaging […]
IntuneWinAppUtil GUI V2 Made things even easier and now you can check to have the output to the same source directory. Just select your executable and click Generate ———————————————————————————————————————————————————————– I was thinking that following the steps of IntuneWinAppUtil are a bit unnecessary, and when people define the source executable, this […]
As mentioned in a previous blog post, it is possible to use PowerShell and Google Translate free public endpoint to perform translations on text. The reason I started the previous blog post and this whole investigation is because of the slmgr.vbs utility which comes with Windows. The slmgr utility is […]
I was struggling with a Windows licensing topic and as it turns out, Microsoft it’s designing some tools to be language dependent in terms of output (i’ll do a separate blog post regarding this). There were many ideas on how to tackle the problem, but afterwards I thought “hey, I […]
I am pleased to announce that after almost one year of work, long nights, hundreds of coffees, planning, redoing, and the help of the dedicated team of Advanced Installer, the MSI Packaging Training Book is now released. The MSI Packaging Training ebook is a practical guide for all the […]
A small update was added to the SCCM Query Creator to include 71 popular WQL queries. These queries have been added in a new tab called Query List. These are queries that I have personally used, or gathered via other sources like EnterInIT or Anders Rodland personal blog. I find […]
As you might have seen from my previous SCCM Query Creator project, I wanted to have a simple way to have a list from a text file, which I then outputted in a list view, and then, when I select the name, I would read from an internal embedded text […]
If you need to download an MSIX/APPX package from the Microsoft Store, you don’t technically have any alternative rather than the actual Store. But I’ve stumbled upon a PowerShell script designed by Mattias which is easy to use and so far it works great. First, navigate to the GitHub repository […]
One tricky part of updating an application is that you might run into the situation that the user doesn’t have admin rights. For example, I have two users on my machine, my user which is of course the administrator, and another user without admin rights. If the other user is […]