348,786 questions

Sort by: Updated
0 answers

How to fix 0x704 error when connecting to Remote Desktop?

I am using Remote Desktop to connect to the company's internal system, it goes well when using WIFI at the office or personal hotspot, while it fails to connect when using WIFI at home. And I've gone through the Remote Desktop Connection article and…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,297 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,433 questions
asked 2024-05-27T02:05:24.05+00:00
Suyue Hao 0 Reputation points
edited the question 2024-05-27T02:07:40.0466667+00:00
Suyue Hao 0 Reputation points
2 answers

Hdhs and the other questions or comments

HS e english english suvichar in gujarati english and

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,532 questions
asked 2024-05-26T01:41:02.6333333+00:00
Hshshs Hsjsjjs mkmM 0 Reputation points
edited the question 2024-05-27T02:07:38.2666667+00:00
Anveshreddy Nimmala 2,790 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Not currently possible to complete VS Code Day Challenge

It looks like a few people are only able to complete 10/11 of the modules required for the VS Code Day challenge (https://aka.ms/VSCodeDayChallenge) and I think this is because the 11th module has been removed. I can see that a few people who have…

Visual Studio Training
Visual Studio Training
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Training: Instruction to develop new skills.
8 questions
asked 2024-05-16T02:22:13.2633333+00:00
Nick Dimcheff 20 Reputation points
commented 2024-05-27T02:07:03.14+00:00
Pradeep M 725 Reputation points Microsoft Vendor
0 answers

Why failed to download WebJob memory dump in Process Explorer from Kudu site? The webjob runs successfully.

As shown in the figure, all the web jobs I tested could run successfully. When I tried to download the memory dump of webjob from kudu site, I found that the downloaded full dump was only 10KB and could not be opened successfully. In addition, I found…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,042 questions
asked 2024-05-20T02:22:29.1466667+00:00
Gallatin 21V 166 Reputation points
edited a comment 2024-05-27T02:06:44.2366667+00:00
Gallatin 21V 166 Reputation points
1 answer

How to resolve debug assertion error when calling dialog create function in mfc extension dll

I have code like below: m_pPreviewDlg.Create(IDD_DIALOG_PREVIEW); The error below occurs in this code. What is the solution? I am using visual studio 2022

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,563 questions
asked 2024-05-23T06:32:49.1433333+00:00
채문석(jim) 1 Reputation point
answered 2024-05-27T02:05:55.25+00:00
RLWA32 41,046 Reputation points
0 answers

objフォルダに生成されるはずのAxInterop.CoReportsViewU.dllが生成されない。

Windows10(64bit)、VS2017 Professional、Coreports Ver11で動作していたPGMを、Windows11(64bit)、VS2022 Professional、Coreports…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,701 questions
asked 2024-05-24T09:38:05.2266667+00:00
Enomoto Hikaru/榎本 輝/JFE-SI 0 Reputation points
edited the question 2024-05-27T02:04:36.9866667+00:00
Enomoto Hikaru/榎本 輝/JFE-SI 0 Reputation points
2 answers

About the Laptop

Hello, I have a semi-primary Windows user And I forgot the password, I can't forget it, what should I do?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,853 questions
asked 2024-05-26T09:33:33.0266667+00:00
Sameullah sedeeqi 0 Reputation points
answered 2024-05-27T02:04:33.11+00:00
S.Sengupta 15,766 Reputation points MVP
1 answer

How to emit some data field on azure AD JWT token

We have integrated a web client with OAuth to authenticate using Azure AD and are storing the token for later use. However, we need to exclude certain sensitive data, such as email, IP address, and name, which are not necessary for the application. Could…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,678 questions
asked 2024-05-21T05:55:59.27+00:00
P Kungvanrattana 0 Reputation points
edited a comment 2024-05-27T02:04:10.9233333+00:00
P Kungvanrattana 0 Reputation points
0 answers

How to fix 0x704 error when connecting to Remote Desktop?

Hi, just having some problems regarding on Remote Desktop connection. I am using Remote Desktop to connect to the company's internal system, it goes well when using WIFI at the office or personal hotspot, while it fails to connect when using WIFI at…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,297 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,433 questions
asked 2024-05-27T02:02:56.9133333+00:00
Suyue Hao 0 Reputation points
2 answers

SSRS Report Subscription Windows Share File Option Failed

We have configured SSRS Report Subscription export report automatically and place the file in shared path location, we did all the configurations but getting error like "Failure writing file acctbalrw : The permissions granted to user '' are…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,826 questions
asked 2024-05-24T14:47:14.9633333+00:00
Vinaya Velli 0 Reputation points
answered 2024-05-27T02:00:26.6933333+00:00
ZoeHui-MSFT 33,626 Reputation points
0 answers

When modify the keyboard layout of explorer.exe by WM_INPUTLANGCHANGEREQUEST, the keyboard will always be automatically reverted to ENG

I am using SendMessage in AHK v2 (Sorry but I have not yet mastered the syntax for hooking the keyboard and using Windows API in other languages. ) to call WM_INPUTLANGCHANGEREQUEST in order to create a quick input method switcher. When tested in other…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,449 questions
asked 2024-05-26T12:02:23.1966667+00:00
Giresharu Fan 0 Reputation points
edited a comment 2024-05-27T01:59:48.5033333+00:00
Xiaopo Yang - MSFT 11,581 Reputation points Microsoft Vendor
1 answer

Disable "new" file previewer in SPO

SPO File previewer with Phone layout rolled out to some users, need to be able to disable that ASAP.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,870 questions
asked 2024-05-24T16:21:49.92+00:00
Nunes, Eduard 0 Reputation points
answered 2024-05-27T01:59:47.7866667+00:00
Ling Zhou_MSFT 14,220 Reputation points Microsoft Vendor
3 answers

How do I set up Azure storage and map a network drive to the azure storage as a U drive?

How do I set up Azure like a virtual network for storage such that it is mapped as a network drive? The reason I need a "U" drive is I have CADD standards and templates that are already set up with a "U" drive path. I am a small…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,763 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,022 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,205 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
667 questions
asked 2024-05-24T18:23:46.52+00:00
David Barthol 0 Reputation points
edited a comment 2024-05-27T01:58:44.7666667+00:00
David Barthol 0 Reputation points
0 answers

Can I do business with the business model below?

Hello. I am trying to create an ADD-INS service for MS Word, PPT, Excel using COM-ADDINS method with MICROSOFT VISUAL STUDIO ENTERPRISE 2022 or PROFESSIONAL 2022 version and distribute it to my customers. The main function of ADD-INS is to make it easier…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,361 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,701 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,584 questions
asked 2024-05-27T00:43:13.4766667+00:00
김보희 0 Reputation points
edited the question 2024-05-27T01:56:59.6+00:00
김보희 0 Reputation points
1 answer

Enable Add-in

Hi All, I have a requirement to enable the Microsoft Loop add-in in Outlook and Microsoft Teams. Please guide me on how I can enable it.

Microsoft Exchange Online
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,252 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,870 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,026 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,253 questions
asked 2024-05-24T21:40:31.2666667+00:00
Roger Roger 4,961 Reputation points
edited an answer 2024-05-27T01:56:49.2766667+00:00
LiweiTian-MSFT 14,945 Reputation points Microsoft Vendor
1 answer

How do I pick up the attached file which registered in Item of the sharepoint list

I tried to get attached files in Item of the sharepoint list by python. By using the function below, I succeeded to get sharepoint items by 'graph_api(service= f"/sites/{site_id}/lists/{list_id}/items/{item_id}")', including almost all rows and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,841 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,870 questions
asked 2024-05-24T08:03:20.16+00:00
山中 祐二 Yuji Yamanaka 20 Reputation points
commented 2024-05-27T01:55:41.6266667+00:00
山中 祐二 Yuji Yamanaka 20 Reputation points
0 answers

Bluetooth LE - BluetoothLEDevice.FromBluetoothAddressAsync returns null after UnpairAsync() is called until the peripheral is power cycled or the RPA rolls over

Greetings Here are the reproduction steps for this bug. I have an Ellisys trace and logs gathered using WPR that I don't want to post publicly, but can share with someone from MS. Pair a Bluetooth LE peripheral with windows. Observe that a new…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,815 questions
Universal Windows Platform (UWP)
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,131 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,433 questions
asked 2024-05-23T02:26:12.08+00:00
EricP-8687 60 Reputation points
commented 2024-05-27T01:55:09.75+00:00
Junjie Zhu - MSFT 15,836 Reputation points Microsoft Vendor
1 answer

SQL error during install

Getting the following error when installing SQL express 2022: The file SQLEXPR_x64_ENU.exe version 16.0.1000.6 must be in the same directory as this installer. Place the file in this directory and try again.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,901 questions
asked 2024-05-25T02:31:14.0666667+00:00
Joey Williams 0 Reputation points
commented 2024-05-27T01:54:22.5733333+00:00
CosmogHong-MSFT 23,796 Reputation points Microsoft Vendor
1 answer

Intune policy for devices joined to microsoft entra

We are facing an issue, many devices were joined to microsoft azure (desktops/laptops) and appearing in microsoft entra id under the devices section. now, we have applied intune management policy in all of the devices, but we can see that it does not…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,481 questions
asked 2024-05-24T06:31:44.32+00:00
Fadi Alzebdeh 25 Reputation points
answered 2024-05-27T01:53:40.7666667+00:00
Xenia-MSFT 315 Reputation points Microsoft Vendor
0 answers

Maui for Android simulate backspace button action

Hello All. in my app I want to simulate backspace button action manly I want when user hold the the button pressed to delete a character in every 300 milliseconds until the button released please how I do that. Thank you.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,979 questions
asked 2024-05-24T10:04:01.8433333+00:00
Haviv Elbsz 1,946 Reputation points
commented 2024-05-27T01:53:10.1833333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,111 Reputation points Microsoft Vendor