68,674 questions with Windows-related tags

Sort by: Updated
1 answer

Deadlock Detection

I am an Engineering Student.I learning about operating system. I want to know something. What service windows10 use to detection deadlock? And how its work?

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
asked 2020-04-07T09:09:04.97+00:00
napasson pisuttharachai 1 Reputation point
answered 2020-04-07T11:19:20.767+00:00
Leon Laude 85,666 Reputation points
1 answer One of the answers was accepted by the question author.

How to get Microphone privacy setting programmatically

Is there way to get the Microphone privacy setting pro-grammatically - https://hub.mangoapps.com/sf/MjE3NjQ1XzE5NjI1OTM ?

Universal Windows Platform (UWP)
asked 2020-03-17T10:35:15.787+00:00
Vijay Gawli 21 Reputation points
commented 2020-04-07T09:14:57.18+00:00
Fay Wang - MSFT 5,196 Reputation points
2 answers One of the answers was accepted by the question author.

[UWP] Can't launch Flyout using click event attached to MenuFlyoutItem

Hi, I'm trying to launch a Flyout in which I collect data from user. The idea is that the user click on an item from the Menu Flyout and the assigned Flyout launch. I'm using a command bar. <CommandBar …

Universal Windows Platform (UWP)
asked 2020-04-06T17:05:08.067+00:00
Wael weil 96 Reputation points
accepted 2020-04-07T07:07:02.19+00:00
Wael weil 96 Reputation points
1 answer One of the answers was accepted by the question author.

TextBox Binding doesn't work while focused (when using uwp datagrid)

Hello, So I am using row details with this datagrid control: https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid_guidance/rowdetails I have a text box in my row details: <TextBox Header="Plan description"…

Universal Windows Platform (UWP)
asked 2020-04-07T03:10:54.553+00:00
Lettuce 121 Reputation points
commented 2020-04-07T04:55:39.403+00:00
Lettuce 121 Reputation points
2 answers One of the answers was accepted by the question author.

There's no any Interstitial Ad in my app.

Hi, Though the monetization platform is about to close in this year, I still want to put on Interstitial ads recently. However, I always got error saying there's no ad for every ad request. I've tried the test ads, it went well.Then I apply my…

Universal Windows Platform (UWP)
asked 2020-02-15T03:57:10.03+00:00
Mia 96 Reputation points
accepted 2020-04-07T02:59:02.35+00:00
Mia 96 Reputation points
1 answer One of the answers was accepted by the question author.

[CPP][ScreenCapture]What is the lowest version that Windows.Graphics.Capture requires?

I'm trying to use Windows.Graphics.Capture to capture application windows. In this page screen-capture, Windows 10 version 1803 should provide new APIs, but I failed to run samples from ScreenCaptureforHWND in Windows10 version 1803 home.I found that…

Universal Windows Platform (UWP)
asked 2020-04-02T10:06:36.233+00:00
Rust 21 Reputation points
accepted 2020-04-07T02:27:29.997+00:00
Rust 21 Reputation points
2 answers One of the answers was accepted by the question author.

Failed to add ADFS4.0 to farm

I have two ADFS 3.0 servers and two ADFSproxy servers(DMZ). All located in Azure. The machines all or load balanced. Now i try to add a windows 2016 server (ADFS 4.0) on a different VNET but peer with the old VNET. When i try to add the ADFS 4.0…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,194 questions
asked 2020-03-26T15:21:11.7+00:00
Clinton van Axel 126 Reputation points
commented 2020-04-06T19:30:40.343+00:00
Clinton van Axel 126 Reputation points
4 answers One of the answers was accepted by the question author.

where to get a new install.wim file - got DISM error 0x80070020

Hi My Windows does not start up after a power failure in the house. I run DISM in DOS (tried checkHealth, scanHealth and Restorehealth). I read that I need to install a new install.wim file ? If so where can get a new one ? First error message…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
asked 2020-03-23T12:00:40.123+00:00
Sillén, Torbjörn 21 Reputation points
commented 2020-04-06T18:54:46.823+00:00
Tripredacus 151 Reputation points
1 answer

About Internet Explorer

In Some Site Internet explorer failed to open some additional feature of website..... and in crome its working fine.... why ?

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
asked 2020-04-06T10:28:50.19+00:00
Milan D 1 Reputation point
answered 2020-04-06T11:49:38.69+00:00
Richard Mueller 366 Reputation points
2 answers One of the answers was accepted by the question author.

What is the code for no brush in uwp

Hi I have a textbox the backgroung is set to nobrush the xaml file <TextBox x:Name="Titlechart" Background="{x:Null}" > How to get the same in code c# or vb.net Thanks

Universal Windows Platform (UWP)
asked 2020-04-05T21:12:30.35+00:00
Shay Wilner 1,726 Reputation points
accepted 2020-04-06T10:06:53.497+00:00
Shay Wilner 1,726 Reputation points
2 answers One of the answers was accepted by the question author.

2 DNS entries in a clean install S2012 r2

I was following some tutorials. Got to adding zones and their one has 1 DNS entry. My one has these 2. Its only supposed to have 1?? Its for school. middleearth is the server and lotr.com is obviously the domain. What have I done??? So far…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
asked 2020-04-02T05:28:21.277+00:00
craig 21 Reputation points
accepted 2020-04-06T03:44:21.133+00:00
craig 21 Reputation points
1 answer

c# : Get EventHandler Change Notification without Creating Instance or Making it static

c# : Get EventHandler Change Notification without Creating Instance or Making it static Public class A { public EventHandler KeyboardCloseEventHandlerTest; private void someMethod(object sender, EventArgs e) { …

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,676 questions
asked 2020-04-03T18:41:01.687+00:00
Indudhar Gowda 426 Reputation points
answered 2020-04-06T02:29:06.633+00:00
Alex Li-MSFT 1,096 Reputation points
5 answers

How to connect two on-premise domain controllers (not in the same network) to a single AzureAD

Good afternoon, everyone, Someone could tell me if it is possible to connect two domain controllers to a single Azure AD. Let me explain: I work in a IT company and we offer remote offices to our clients. Authentication in our remote offices is…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,194 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,560 questions
asked 2020-04-03T12:01:58.59+00:00
Bastien1920 1 Reputation point
answered 2020-04-05T23:56:37.307+00:00
Jesse Coyne 1 Reputation point Microsoft Employee
2 answers

way to get the results of the last scheduled scan

So with get-mpcomputerstatus (sample results below) is there any way to tell if the scheduled scan came back clean or if there were any infected files detected? I can see the last scheduled scan was 2/23/20, is there anyway to verify a clean result? PS…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
asked 2020-03-02T06:26:50.977+00:00
Teemo Tang 821 Reputation points
answered 2020-04-04T21:03:51.793+00:00
Lucas 16 Reputation points
1 answer

ADFS SSL renewal issue

Hello All, we got new SSL certificate to udpate ADFS WAP and ADFS server imported the SSL certificate local store and provided the service accout full control select set service communication as primary -done ADFS management shows new service…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,194 questions
asked 2020-03-31T18:23:53.87+00:00
Aamir Masthan 41 Reputation points
commented 2020-04-04T08:47:29.54+00:00
Konrad 'Sagus' Sagala 81 Reputation points MVP
1 answer

Folder Redirection GPO not applying to Windows 10

I have a folder redirection GPO setup that just will not apply the folder redirection. It's for a Windows 10 VDI solution. I've looked and all the standard things are not the issue. There is no WMI filter in place, the folder has the correct permissions,…

Universal Windows Platform (UWP)
asked 2020-04-03T10:20:18.597+00:00
Dewstain 1 Reputation point
answered 2020-04-03T10:21:57.22+00:00
Leon Laude 85,666 Reputation points
4 answers

AD FS SAML sign on with Azure AD Enterprise APP: AADSTS20001: The sign-in response message does not contain an issued token.

Hello everyone, I'm configuring trying to configure an IIS based Web App to accept a SAML authentication flow shaped this way: An Azure tenant on which some users are provisioned acts as IdP and is federated with AD FS for the SAML authentication…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,194 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,560 questions
asked 2020-03-18T15:22:38.883+00:00
Luster Mark 1 Reputation point
answered 2020-04-03T09:34:00.93+00:00
soumi-MSFT 11,716 Reputation points Microsoft Employee
2 answers

Show MainPage.xaml from "VPN Client" UWP app

UWP allows for the definition of "custom vpn plugins" by adding the "networkingVpnProvider" Capability. When one goes to "Network & Internet" -> "VPN" and clicks "connect" the application…

Universal Windows Platform (UWP)
asked 2020-03-27T21:32:41.003+00:00
dovholuknf 1 Reputation point
answered 2020-04-03T03:09:36.607+00:00
Roy Li - MSFT 32,051 Reputation points Microsoft Vendor
2 answers

1909 Start Menu Changes - Issues

Does anyone know how the underpinnings of the Start Menu have changed from 1803 to 1909? I created a new Win 10 1909 Image. The master looks great and I created and imported a custom start layout for the tiles. The image is used in VMware Horizon…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
asked 2020-03-25T18:04:13.51+00:00
Barry L 1 Reputation point
commented 2020-04-02T16:35:05.397+00:00
Barry L 1 Reputation point
1 answer

ContentDialog ignoring CanExecute

https://social.msdn.microsoft.com/Forums/windowsapps/en-US/6d5d6fd9-5f03-4cb6-b6c0-19ca01ddaab8/uwpcontentdialog-buttons-do-not-respect-canexecute …

Universal Windows Platform (UWP)
asked 2020-03-09T14:57:27.457+00:00
Alex Oh 96 Reputation points
commented 2020-04-02T16:24:50.667+00:00
Alex Oh 1 Reputation point