Kevin Haffner

Results 11 comments of Kevin Haffner

I had the same idea, but did not find this issue before i posted here: https://github.com/microsoft/winget-pkgs/issues/22577 I support this :+1:

> Should be a simple manifest addition Yes, I see two options: 1. Encode the image in base64. Takes huge amount of space, but the maintainers have full control over...

The intended purpose is of course to restart the computer. As a sysadmin, I would prefer it happens right away. But that is a bad experience for the end user,...

I'm planning to do exactly this, have you had any progress?

If I may add to this, I'd like it to support .NET Core as well. At the moment I'm using PSScriptAnalyzer in ASP.NET Core, via a pwsh7 process. It works,...

I'm also trying to make a family tree using mermaid. Parents and siblings stay on the same horizontal level until I connect them, then the "secondary" person goes down a...

Well, Windows Powershell is the only supported Powershell. Last time I tried loading it with pwsh, it had a bad time with Get-WMIobject I think.

Have you looked at the $envOSName variable created by the toolkit? Tip: `Import-Module AppDeployToolkitMain.ps1`, then run `Get-Variable` to see all variables.

Agreee, that function is a beast with options for almost every deployment preference ever. Hoping for any improvement that fits this feature request, but for now I'll try to work...

> There is some level of thought that needs to go into it though. For instance, we've got a callback system so you can place your code hooks in various...