Mickaël Véril
Mickaël Véril
Hello Thank you for your answer. I copied and pasted the commands and here is the output ```powershell PS C:\> Get-Command ssh CommandType Name Version Source ----------- ---- ------- ------...
Hello I uninstalled and reinstalled the client and the server through the settings app the result is the same
Hello @bagajjal thank you for your help! It's very strange but here is the output of the first commands after removing OpenSSH (even after a restart). ```powershell PS C:\> dir...
Hello @bagajjal I deleted the files you told me which was not easy as it belonged to `TrustedInstaller`. I wanted to reinstall OpenSSH client and server. For the client it...
Currently I mainly use ssh through WSL to connect me to servers. I use custom profiles for that. It would be interesting to be able to choose if we want...
> Great proposal! Would it be reasonable to define a method like: > > ```cs > namespace Microsoft.ProjectReunion.Media.SystemMediaTransportControls > { > static Windows.Media.SystemMediaTransportControls GetForWindowId(WindowId window); > } > ``` >...
Hello @ePirat Maybe you can find the solution by looking at how this API is used [in the source code of the chromium project](https://source.chromium.org/chromium/chromium/src/+/main:components/system_media_controls/win/system_media_controls_win.cc).
@zodiacon yes, for information bellow this is the `DWMWINDOWATTRIBUTE` flags diff in the Windows 11 (Version 10.0.22000.0) preview SDK ```diff enum DWMWINDOWATTRIBUTE { DWMWA_NCRENDERING_ENABLED = 1, // [get] Is non-client...
Ok @riverar maybe we are just too eager ! So wait and see… For rounded corners however this is [already documented](https://docs.microsoft.com/windows/apps/desktop/modernize/apply-rounded-corners)
> I think system tray icons should be removed from Windows completely. We should move to having all applications on the task bar for consistency. It is nonsensical to see...