stephannn
stephannn
@EricEzaM, In my case I had to add [MvxContentPresentation] to get my main app windows working again. Besides, when I try to call a second window with: new MvxAsyncCommand(async ()...
Hi, have you tried to run sudo rfkill unblock Bluetooth before?
Hi, we use ConfigMgr to deploy Applications and have linked the MSFB with ConfigMgr. So I installed it via ConfigMgr, which basically just triggers Store App, there is no offline...
Hi, unfortunately I cannot really see how is the app going to be installed through ConfigMgr ``` ``` The App in ConfigMgr just looks like that:  ms-windows-store:PDP?PFN=Microsoft.WindowsTerminal_8wekyb3d8bbwe
Hi, after my Terminal got updated and the Run As Admin command wasn’t working again I checked your comments that it is not a Terminal issue but a Store issue....
Hi, you can easily fix it by changing the index to SessionId: foreach($session in $Global:SshSessions) { Write-Verbose $session.SessionId if ($session.SessionId -eq $Index) { # Add the forward port object to...
the only current way seems to be OMA-URI: https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-desktopappinstaller
I am sorry that I don't have been specific enough: Dynamic Content Compression is a Feature:  The other features Application Request Routing URL Rewrite have to be installed by...
Hi, I am referring to https://rustdesk.com/docs/en/self-host/client-deployment/ - the variable rustdesk_cfg has a missing leading $ sign - in my case, the service was not installed, so I added a double-check...
Hi, I will just hijack this issue description because I feel like I have the same problem with on of my projects: System: Ubuntu 24.04 VSC: 1.91.1 NPM-GUI: 2.1.0 My...