I have a Windows 10 Pro machine that is functioning as a RDP terminal for a single user. This machine was configured more than 2 years ago and has had no major changes made to its configuration, except of course for the obligatory Windows 10 automatic updates. Everything has been [...] read more
I am integrating Browser into my software. It is working when I keep on opening new browser tabs but as soon as I close one tab and try to open new one it produces an exception in following code. public async Task InitCore() { try { // Initialization. await webView.EnsureCoreWebView2Async(null); [...] read more
I am working in Windows 8.1 app and I am finding the current location of the user using below mentioned code. Now when I run my app in Tablet using Cellular network the app crashes but it works fine on Wifi. Can someone suggest a solution for this? geolocator = [...] read more
System: Windows Pro 8.1 After removal of AVG 2015, Windows Defender fails to start. When attempting to start Windows Defender via the UI enter image description here [https://i.stack.imgur.com/v4HXL.png] It fails to start with error 0x8007139f enter image description here [https://i.stack.imgur.com/U0z4x.png] When attempting to start the service enter image description here [...] read more
I am Trying to sysprep my WIndows 8.1 enterprise (MSDN) and i get the following errors I have upgraded the Windows 8 to windows 8.1 and the machine contains all the configuration for VS 2012 and rest Exact error Sysprep was not able to validate your windows installation Error msg [...] read more
I have a UWP application that requests Extended Execution in a callback that gets fired after an operation starts like below: private async void HandleOnSyncStart(ISyncStart msg) { // request extended execution ExtendedExecutionResult result = await Utils.ExtendedExecutionHelper.RequestExtendedExecutionSessionAsync(); } , but I get following error The group or resource is not in [...] read more
I'm trying to update to Windows 10 on my 15-f014wm laptop. I'm using the "Windows10Upgrader9194.exe" (which updated itself, so the presumably version number at the end may be wrong) thing to update, but after trying to update, it restarts, shows me a window saying that Windows 10 couldn't be installed, [...] read more
I'm using WebView2 in a .net 5 WPF app and have been playing with the devtools protocol as a means of intercepting specific requests for assets. In looking at the Chrome dev docs (https://chromedevtools.github.io/devtools-protocol/), it's possible to intercept requests and then decide whether to continue them, cancel them or satisfy [...] read more
I am wanting my app to launch when the user logs into Windows. Currently, I can do this by opening up Task Manager > Startup > and setting 'Enable' for my app. I am wanting to do this within my app though, and have followed this guide. However, when requesting [...] read more