What is the best way to have automox execute two one line commands? the commands would be:
winget install Microsoft.DotNet.DesktopRuntime.7
winget install Microsoft.DotNet.AspNetCore.7
would i create a worklet with both remedaition and execution code to something like this:
winget install Microsoft.DotNet.DesktopRuntime.7 && winget install Microsoft.DotNet.AspNetCore.7
i dont know if the && works the same way in windows as it does linux?