Error code 0x904

Remote Decktop Protocol (RDP) – это протокол, который позволяет подключиться к другому компьютеру. Запустив специальную программу пользователь получит доступ к рабочему столу домашнего или рабочего ПК. Но не всегда людям удается использовать все возможности установленного ПО. Особенности протокола требуют определенных настроек и скорости соединения. Код 0x904 указывает на проблемы с сетью. Когда стабильное соединение установить […]

Перейти к содержанию

На чтение 2 мин Просмотров 854 Опубликовано 05.09.2022

Remote Decktop Protocol (RDP) – это протокол, который позволяет подключиться к другому компьютеру. Запустив специальную программу пользователь получит доступ к рабочему столу домашнего или рабочего ПК. Но не всегда людям удается использовать все возможности установленного ПО. Особенности протокола требуют определенных настроек и скорости соединения.

Код 0x904 указывает на проблемы с сетью. Когда стабильное соединение установить не удается или его характеристики не достаточны для работы, программа прекратит отправку данных и сообщит пользователю об ошибке.

Когда возникает ошибка 0x904 rdp

Сообщение укажет, что соединение недостаточно стабильно для работы. Причины могут быть следующими:

  • Потеря пакетов (при обмене данными теряется слишком много трафика).
  • Неправильно настроенный брандмауэр (блокировка любых попыток программы получить данные из вне или отправить их туда).
  • Проблемы с шифрованием или сертификатом безопасности.
  • Смена настроек DNS (изменился IP-адрес или порт).

Возможные способы устранения проблемы

Пользователь может проверить настройки собственного компьютера. В первую очередь следует проверить фаервол (он же брандмауэр). Если он блокирует трафик программы, то она никак не сможет получить доступ к удаленному компьютеру или серверу.

Следует убедиться, что настройки разрешают программе использовать какой-либо порт. Также установленный VPN может стать причиной ошибки. Если соединение недостаточно быстрое или программа поменяла настройки, то может появиться ошибка.

Проблемы с сертификатами безопасности или ключами также может стать причиной ошибки 0x904. Все разработчики стремятся не допустить вмешательство посторонних для обеспечения безопасной работы. Выявление несоответствия одного из сертификатов приводит к разрыву соединения. Можно отключить проверку, но тогда трафик смогут перехватить злоумышленники.

Если давно не обновлялась система на одном из компьютеров, то иногда это также приводит к ошибкам. Например, после устранения серьезных уязвимостей в протоколе, программа может отказаться взаимодействовать с не обновленной версией. Поэтому следует следить за состоянием ПО на удаленном компьютере или сервере и на том, с которого пользователь инициирует соединение.

Иногда для связи компьютеров с разными системами требуются дополнительные настройки. Например, для установки соединения Windows 11 и Windows 10 иногда помогает запрет использовать UDP-пакеты.

В случае если проблема не с программным обеспечением, а с сетью, пользователь может связаться с провайдером. Исправить проблему самостоятельно вряд ли удастся.

  • Remove From My Forums
  • Question

  • Hello,

    We are currently experiencing regular & repeated disconnects in Microsoft Remote Desktop client for Mac when connecting to a hosted service/application with the following error message:

    The connection to the remote PC was lost. This might be because of a network connection problem. If this keeps happening, contact your network administrator for assistance. Error code: 0x904

    Our provider have advised that after considerable investigation the issue is a bug in the Microsoft RDP client for Mac, and it is a general problem that Microsoft are aware of. I’m struggling to find out how I can confirm this or get any feedback on when
    it is likely to be fixed? It is making the service virtually unusable for us.

    Is anyone else experiencing the same problem or able to advise how we can contact Microsoft about this? Clicking the
    Report an Issue option in the Mac client opens what looks like a ‘Feedback’ live chat window that doesn’t appear to get answered.

    Thanks,

    Chris.

Let’s try to figure out how to fix an RDP connection error This computer can’t connect to the remote computer. It occurs when you try to connect to a remote Windows computer or Windows Server host running Remote Desktop Services (RDS) role using the built-in Windows RDP client (mstsc.exe).

The problem looks like this: when you try to connect to a remote Windows server/desktop via RDP, the mstsc.exe client freezes for a minute, and a window with the following RDP error appears:

Remote Desktop Connection

This computer can’t connect to the remote computer.

Try connecting again. If the problem continues, contact the owner of the remote computer or your network administrator.

this computer can't connect to the remote computer

Check the RDP Network Connectivity

First of all, check if the remote computer is accessible from your device over the network, and the default Remote Desktop port (TCP 3389) is responding (and not blocked by firewalls).

Make sure the DNS address of the remote RDP host is correctly resolved from your computer. Use the following commands:

nslookup rdp_server_name1

ping rdp_server_name1

If the DNS name is not resolved properly, check your DNS settings or try connecting to a remote host using its IP address.

Hint. Be sure to check the contents of the local hosts file. It should not contain static entries for the name or IP address of your remote server. Remove extra entries from the hosts file. You can list the contents of the hosts file using PowerShell:

Get-Content $env:SystemRootSystem32Driversetchosts

there was a problem connecting to the remote resource

You can check the RDP port availability on a remote server from a client workstation using:

The Telnet client:

telnet rdp_server_name1 3389

PowerShell 4.0 and higher:

Test-NetConnection rdp_server_name1 -Port 3389 -InformationLevel Quiet

this computer can't connect to the remote computer try connecting again. if the problem continues

Note. If this command returned True, then the RDP port responds on the server and it’s not blocked.

PowerShell all versions:

New-Object System.Net.Sockets.TcpClient).Connect(‘rdp_server_name1’, 3389)

If port 3389 is unavailable, you should check if the Remote Connection is enabled on the remote server (right-click on Start button > Settings > System > Remote Desktop > Enable Remote Desktop).

the computer can't connect to the remote computer

You can enable RDP remotely on a Windows computer by changing the fDenyTSConnections registry.

Check the RDP Service Settings on the Remote Computer

If Remote Desktop is enabled, next you should check the setting, which determines the maximum number of simultaneous users’ connections to a Remote Desktop. Open tsadmin.msc mmc snap-in (Administrative tools > Remote Desktop Services > Remote desktop Session Host Configuration). Click on RDP-TCP properties, and check the value of the Maximum connections property in Network Adapter tab.

rdp this computer can't connect to the remote computer

The tsadmin.msc is missing in modern Windows versions (like Windows 10 or Windows Server 2016), so you should set the RDP service settings using Group Policies.

  1. Open the local GPO editor on the remote host: Win + R > gpedit.msc;
  2. Navigate to the following GPO section: Computer Configuration > Policies > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections;
  3. Enable the policy parameter named Allow users to connect remotely using Remote Desktop Services (if this policy is disabled, the remote user will not be able to connect to this computer using Remote Desktop Services);
    there was a problem connecting to the remote resource. ask your network administrator for help
  4. Also, check if the Remote Desktop Services do not limit the number of simultaneous connections to the server. A maximum number of RDP connections can be specified in the section Connections using the policy Limit number of connections. Set unlimited connections by specifying 999999 in the option RD Maximum Connections allowed;this computer cannot connect to the remote computer

Use the netstat command to verify if TCP port 3389 is in the Listening state. Open a command prompt as administrator, and execute the command:

netstat -a -o|find "LIST"

As you can see, in our example, port 3389 is listening.

TCP 0.0.0.0:3389 DESKTOP-JOPF9:0 LISTENING 1096

try connecting again if the problem continues contact the owner of the remote computer

Try to restart the Remote Desktop Services service. You can perform this action using the services.msc console or with the following command in the elevated PowerShell prompt:

get-service TermService| Restart-Service -force -Verbose

Check RDP Port and Windows Firewall Settings

In some cases, the administrator can change the RDP port number from default 3389 to something else (although Microsoft does not recommend this). To check the current port on which the Remote Desktop service is listening on the computer, open the registry editor (regedit.exe), and go to the registry key:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp

Note the value of the PortNumber REG_DWORD parameter. It indicates the current TCP port assigned to the RDP service. In our example, this is 3389 (d3d hexadecimal value). If you have a different port, you can change it to 3389 (in decimal), and restart the computer.

this computer can't connect to the remote computer server 2016

You can check the current Remote Desktop listening port number using PowerShell:

Get-ItemProperty -Path 'HKLM:SYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp' -name "PortNumber"

In order to check the RDP port on a remote computer, use the Invoke-Command command:

Invoke-Command -ComputerName computername1 {Get-ItemProperty -Path HKLM:SYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp -Name PortNumber | select PortNumber}

If a non-standard port is configured for Remote Desktop on a remote computer, you must specify the port number separated by a colon when connecting to the computer through the Remote Desktop Connection client. For example, rdp_server_name1:3320.

this computer can't connect to the remote computer server 2012

Also, check that the rule which allows incoming RDP connections is enabled in the Windows Defender Firewall settings.

  1. To do this, go to the Control Panel > System and Security > Windows Defender Firewall;
  2. Press the “Allow an app or feature through Windows Defender Firewall” > Change Settings;
  3. Find the Remote Desktop rule, and make sure it is enabled for Private and Public networks.the remote resource can't be reached

Hint. You can enable the built-in firewall rule for the Remote Desktop Service running on port TCP/3389 using PowerShell:

Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

If this built-in firewall rule is missing, you can create a new one:

New-NetFirewallRule -DisplayName "AllowRDP_connection" -Direction Inbound -Protocol TCP –LocalPort 3389 -Action Allow

Check your network connection profile. You may encounter various RDP connection errors if a Public profile is configured for your network location. Try changing it to Private.

You can change the network location using the Control Panel (Network and Internet > Status > Connection Properties), or with PowerShell.

Get current network profile:

Get-NetConnectionProfile

Change network connection profile to Private:

Set-NetConnectionProfile -InterfaceIndex 14 -NetworkCategory Private

remoteapp disconnected there was a problem connecting to the remote resource

If you use a third-party firewall or antivirus, make sure it does not block incoming RDP connections. You can temporarily disable your antivirus software.

Next, check your network connection properties. Verify if the network connection status is set to Public. Change it from Private to Public if needed (Settings > Network & Internet > Status > Network status > Change connection properties).

your computer can't connect to the remote desktop gateway server

In some cases, you need to try resetting the winsock and IP stack settings for the network adapter on the remote computer. Open a command prompt with administrator rights and run the commands:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

In Windows 10, there is a special option to reset network settings in Settings > Network and Internet > Status > Network reset.

After resetting the network settings, you need to reboot Windows.

0x300000d

RDP This computer can’t connect to the remote computer: a possible cause

Another possible cause of the RDP error may be a high level of security, which is not supported by older versions of the RDP client.

In this case, open the General tab on the RDP-Tcp properties window, and change the Security layer from default Negotiate to less secure RDP Security Layer.

the two computers couldn't connect in the amount of time allotted

Tip. Snap-in tsadmin.msc and RDP-Tcp Properties dialog boxes are missing in Windows Server 2019/2016 and 2012 R2. But you can configure the Remote Desktop setting using the local Group Policy Editor (gpedit.msc). The necessary policies are located in the following GPO section: Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Security.

RDP security level can be specified using the policy named Require user of specific security layer for remote (RDP) connections. Enable this policy, and in the dropdown menu select the RDP Security level. This will change the Remote Desktop security layer from the default Negotiate to the less secure RDP.

remote desktop connection this computer can't connect to the remote computer

Save the changes, update local GPO settings using the “gpupdate /force” command, and restart the Remote Desktop Service:

net stop TermService && net start TermService

RemoteApp Disconnected: Can’t Connect to the Remote Computer

In some cases, when connecting with Windows 10 to a remote desktop on Remote Desktop Gateway on Windows 2012 R2, an error occurs:

RemoteApp Disconnected

Your computer can’t connect to the remote computer because an error occurred on the remote computer that you want to connect to. Contact your network administrator for assistance.

this computer cant connect to the remote computer

To fix this problem, you need to perform the following steps on the RDP client:

  1. Open the Registry Editor (regedit.exe);
  2. Go to the registry key HKEY_CURRENT_USERSoftwareMicrosoftTerminal Server Client;
  3. Create a DWORD parameter with the name RDGClientTransport and the value 1;
  4. Restart the computer.

there was a problem connecting to the remote resource ask your network administrator

The RDGClientTransport parameter forces the clients to use the RPC/HTTP connections instead of HTTP/UDP to connect to the server.

If the above solution didn’t fix the RDP connection error, try to change the collection settings on the RDSH server side. Open properties of your problematic application collection, go to the Security tab, and uncheck the option “Allow connections only from computers running Remote Desktop with Network Level Authentication”.

your computer can't connect to the remote computer

If the RemoteApp Disconnected error occurs on only a single not-domain joined computer, it is possible, that the different LAN Manager/NTLM policy settings are used on the RDSH host and the desktop computer. Often, this can cause authentication problems.

Check current Network Security: LAN Manager authentication level policy settings on RSDH using the command gpresult /r c:tmpgpreport.html (inspect html file) or using rsop.msc (this policy is located in the section Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options). If LM and NTLMv1 protocols are disabled on your RDSH server (Send NTLMv2 Response only policy value), you must change the appropriate policy settings on the client side.

  1. To do this, open the local GPO editor (gpedit.msc);
  2. Go to the GPO section above;
  3. Enable the policy “Network Security: LAN Manager authentication level”, and set its value to Send NTLMv2 Response only;this computer can't connect to the remote computer the two computers couldn't connect in the amount
  4. Update the policies on the client with the gpupdate command;
  5. Check your RemoteApp connection.

Fix: Can’t Connect to the Remote Desktop Gateway Server

There is another error related to Remote Desktop Gateway which is used to deliver RemoteApps to users:

RemoteApp Disconnected.

Your computer can’t connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address.

remote desktop can't connect to the remote computer

This error looks like this:

Your computer can’t connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance.

If you are facing one of the errors above, then, most likely, the problem is that your computer can’t resolve the public FQDN name of your Remote Desktop Gateway server. In some cases, the public RDGW name can’t match the hostname.

To fix this problem:

  1. Open the Internet Information Services (IIS) Manager on the Remote Desktop Gateway server;
  2. Go to the IIS section Sites > Default Website > RDWeb > Pages > Application Settings;
  3. For the DefaultTSGateway value, enter the server’s FQDN public name of your RD Gateway server, and then restart the web services with the command:
    iisreset

Also, check your RDGW certificate. Your certificate must not be expired.

You can find your SSL certificate info by going to Server Manager > Remote Desktop Services > Collections > Your_Collection > Tasks > Edit Deployment Properties > Certificates > RD Gateway > View Details. Check the certificate expiration date.

remote desktop this computer can't connect to the remote computer

Go back to your client’s PC, and try to start a new RDP session. The connection should be established successfully.

Remote Desktop Connection: Error Code 0x904, Extended Error Code: 0x7

In modern versions of Windows 10/11 and Windows Server 2016/2019/2022, you may encounter another common RDP connection error:

Remote Desktop Connection

This computer can’t connect to the remote computer.

Try connecting again.

Error Code: 0x904

Extended Error Code: 0x7

rdp there was a problem connecting to the remote resource

Most often, when connecting to RDP, an error 0x904 appears on an unstable network connection (not enough bandwidth, packages lost, mismatch encryption cyphers, etc.), or when your VPN connection to a corporate network is too slow. Try to reconnect to your VPN workspace or change your ISP.

  • About
  • Latest Posts

I enjoy technology and developing websites. Since 2012 I’m running a few of my own websites, and share useful content on gadgets, PC administration and website promotion.


Содержание

  1. Код ошибки 0x904 rdp
  2. Описание проблемы
  3. 🆘 Что есть в логах?
  4. Исправляем ошибку «Произошла внутренняя ошибка»
  5. Дополнительные методы решения
  6. Дополнительные настройки RDP клиента
  7. Удаление кэша подключений
  8. Код ошибки 0x904 rdp
  9. Asked by:
  10. Question
  11. All replies
  12. After Windows 11 Upgrade RDP Error 0x904 extended error 0x7
  13. Popular Topics in Windows 11
  14. 11 Replies
  15. Read these next.
  16. Snap! — Holograms, RATs, Inflatable Heat Shields, Drone Swarms, Fake Americans
  17. Spark! Pro series — 3rd November 2022
  18. HPE MSA or Nimble — Need Advice
  19. Aws, Azure, Google cloud
  20. Department to purchase/deploy laptops & equipment?

Код ошибки 0x904 rdp

Добрый день! Уважаемые читатели и гости, IT блога Pyatilistnik.org. В прошлый раз мы с вами поговорили, про отложенный запуск служб в Windows, сегодня я хочу вам показать еще один не приятный момент в работе терминальных служб удаленного рабочего стола, а именно ошибка подключения «Произошла внутренняя ошибка«, после чего подключение разрывается. Такое я встречал уже в Windows Server 2012 R2 и 2016. Давайте разбираться в чем дело.

Описание проблемы

Есть сервер с операционной системой Windows Server 2012 R2, сотрудник пытается к нему подключиться, через классическую утилиту «Подключение к удаленному рабочему столу», в момент авторизации, выскакивает окно с ошибкой «Произошла внутренняя ошибка».

В английском варианте ошибка звучит вот так:

После этого у вас разрывается соединение. Когда мы видели моргающий экран по RDP, там хотя бы вы попадали на сервер и могли открыть диспетчер устройств, тут сразу все обрубается на корню. Давайте смотреть, что можно сделать.

🆘 Что есть в логах?

Если посмотреть журналы событий на удаленном сервере, куда вы пытаетесь подключиться, то там порядок событий будет такой:

  • 1️⃣ Первым будет идти событие ID 131 «The server accepted a new TCP connection from client IP-адрес:60050.». Тут вы увидите IP-адрес с которого идет попытка входа.

  • 2️⃣ Далее событие ID 65 «Connection RDP-Tcp#11 created «.

  • 3️⃣ Затем событие 141 «PerfCounter session started with instance ID 11». Тут сессии будет назначен ID.

  • 4️⃣ За ним будет идти ID 142 «TCP socket READ operation failed, error 1236».

  • 5️⃣ Потом вы увидите ID 72 «Interface method called: OnDisconnected»

  • 6️⃣ И же после этого вам покажут, что сервер разорвал подключение: «ID 102 The server has terminated main RDP connection with the client.»

  • 7️⃣ В событии ID 145 так же появляются подробности «During this connection, server has not sent data or graphics update for 0 seconds (Idle1: 0, Idle2: 0).».

  • 8️⃣ Могут быть события с ID 148 «Channel rdpinpt has been closed between the server and the client on transport tunnel: 0.» или «Channel rdpcmd has been closed between the server and the client on transport tunnel: 0.» или «Channel rdplic has been closed between the server and the client on transport tunnel: 0.»
  • 9️⃣ Ну и вишенка на торте, ошибка ID 227 «‘Failed to get property Disconnect Reason’ in CUMRDPConnection::Close at 2212 err=[0x80070057]»

Исправляем ошибку «Произошла внутренняя ошибка»

Так как по RDP подключиться не получается, то первым делом нужно проверить отвечает ли порт, по умолчанию это 3389. О том, как проверить порт на удаленном сервере я вам описывал, там все сводилось к выполнению команды Telnet, ознакомьтесь. Если порт отвечает, то делаем следующее.

Нужно удаленно перезапустить службу на этом сервере, чтобы сам сервер не перезагружать, так как в этот момент, он может выполнять важные задачи, можно использовать утилиту «Управление компьютером». Открыть ее можно через команду вызова оснастки, вызываем окно «Выполнить», через одновременное нажатие клавиш WIN и R, в котором пишем:

В открывшейся оснастке, щелкните в самом верху по пункту «Управление компьютером» правым кликом мыши, и выберите пункт «Подключиться к удаленному компьютеру».

Выберите пункт «Другим компьютером» и укажите его DNS имя, или найдите его через кнопку обзор.

Когда вы подключитесь к нужному серверу, перейдите в пункт «Службы и приложения — Службы», в списке сервисов найдите службу удаленных рабочих столов (Remote Desktop Services), и перезапускаем ее. После этого ошибка подключения по RDP «Произошла внутренняя ошибка», у вас должна пропасть.

Так же вы можете использовать оболочку PowerShell запущенную от имени пользователя, у которого есть права на удаленный сервер, где будет перезапускаться служба RDP. Выполните:

Дополнительные методы решения

Если вам не помог первый метод, перезапускающий службу удаленных рабочих столов, то можно попробовать выполнить правку реестра. Открываете редактор реестра Windows, если у вас физического доступа к серверу нет или он далеко и вам лень до него идти, то можно попробовать подключиться к реестру удаленного сервера.

Для этого в окне «Редактор реестра» пункт меню «Файл — Подключить сетевой реестр».

В открывшемся окне «Выбор компьютера» указываем его DNS-имя или ip-адрес и нажимаем ок. У вас будет установлено подключение к удаленному реестру сервера, что испытывает проблемы.

Находим ключ CheckMode по пути

Выставляем ему значение о, чтобы отключить у программы КриптоПРО CSP проверку контрольных сумм. Еще один важный момент, если у вас старая версия КриптоПРО, то это так же может быть источником, проблем, недавний пример, это ошибка «Windows installer service could not be accessed». Для этого удаляем правильно КриптоПРО CSP и ставим последнюю доступную версию.

Еще можно попробовать изменить значение вот такого ключа реестра:

Найдите ключ SessionImageSize и задайте ему значение 0x00000020.

Дополнительные настройки RDP клиента

Например ошибка «An internal error has occurred» у меня встретилась на Windows Server 2022 и там мне помогло в настройках клиента RDP отключение некой опции. Перейдите в дополнительные настройки клиента для удаленного подключения, где н вкладке «Experiens (Взаимодействие)» вам нужно убрать галку с опции «Восстановить подключение при разрыве (Reconnect if the connection is droped)«

На каких-то сайтах предлагалось именно активировать данный пункт.

Удаление кэша подключений

Еще одним методом решения внутренней ошибки подключения по RDP может выступать поврежденный кэш, который хранится на локальном компьютере пользователя. Для его отображения вам необходимо включить отображение скрытых папок и удалить содержимое папки:

Источник

Код ошибки 0x904 rdp

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

Asked by:

Question

When i try to open my remote resursers from MAC i get the following error efter five or six second but it work without problem on Windows.

The connection to the remote PC was lost. This might be because of a network connection problem. If this keeps happening, contact your network administrator for assistance.

Error code: 0x904.

any suggestion please 🙂

It seems that you have problem in your Server side with RDP Protocol.

Please enruse that you have cleared NLB protocol settings in your Server manager or ask to your network administrator to do it in order to have a successful remote connection.

Mark it as answer if your question has solved. MCT Regional Lead. x2 MCSE-MCSA Exchange Server & Windows Server

Thanks from your answer would you please guide me how to clear NLB protocol.

Thanks for your post in our forum.

Firstly, How about remotely connecting to this machine from a windows client in the same network?

And, how about remotely connecting to other windows machines from this MAC machine?

Looking forward to your reply.

Thanks again for your understanding and support.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

Just checking in to see if the information provided was helpful. Please let us know if you would like further assistance.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

Was your issue resolved?

If you resolved it using our solution, please «mark it as answer» to help other community members find the helpful reply quickly.

If you resolve it using your own solution, please share your experience and solution here. It will be very beneficial for other community members who have similar questions.

If no, please reply and tell us the current situation in order to provide further help.

Источник

After Windows 11 Upgrade RDP Error 0x904 extended error 0x7

I have recently upgraded from Windows 10 to Windows 11 , Everything seems to be working fine except RDP. I’m connecting RDP via VPN and tried different servers and workstations.

I get the prompt to enter the credentials and then error popup. Did anyone face the same issue after the upgrade ?

I have seen many forums where Mac users where complaining about it.

Popular Topics in Windows 11

I haven’t touched Windows 11 but my own past experience, error 0x904 usually refers to a dodgy connection. I would suggest ensuring that the internet on both ends have sufficient speed. Double check the vpn connection and if everything is looking good on that front. Ensure that ms remote desktop connection version 1.2.2130 is installed on both machines.

I know it won’t be helpful, but I can connect via RDP internally on our network with no problem and exactly the same experience as before the upgrade.

Do you have an option of getting physically inside the network to see if it is a VPN bandwidth issue as Henry suggested? What kind of ping response are you seeing from your network when you ping the server you are trying to connect with?

Actually i have tried with other machine with Windows 10 , it’s working fine without any issues , Only machine with Windows 11 is having the issue , So i don’t think bandwidth would be an issue here . With the same machine before upgrade it was working fine , After upgrade it stopped completely. Secondly if it’s a bandwidth issue , it wouldn’t pop to enter the credentials , once i enter the credentials , the error pop’s up.

let me check with internal network if it’s working fine , or my suspect would be the VPN client software isn’t supporting Windows 11 .

The RDP is working fine in Local LAN , The moment i rdp via VPN , the VPN get’s disconnected . Might be compatibility issues.

Could this be a firewall issue??

I’m also with same problems. Only works at local lan.

I’m having the same issue, it was working before. But stopped working all of a sudden.

Windows 11 connecting through Cisco AnyConnect.

After some testing, it turns out that the Bitdefender Security started blocking the connection.

Adding rdp.exe to the exception list allowed it to reconnect.

Interestingly only get that error message when using hostname, using IP address works fine.

I was having the same issue and tried to download RDP from Microsoft Store and it works.

Thanks for posting this. This was my problem as well.

Login or sign up to reply to this topic.

Didn’t find what you were looking for? Search the forums for similar questions or check out the Windows 11 forum.

Read these next.

Snap! — Holograms, RATs, Inflatable Heat Shields, Drone Swarms, Fake Americans

Your daily dose of tech news, in brief. Welcome to the Snap! Flashback: Back on November 3, 1937, Howard Aiken writes to J.W. Bryce (IBM) about building a «Giant Brain,» which they eventually did (Read more HERE.) Bonus Flashback: Back on Nov.

Spark! Pro series — 3rd November 2022

Today in History: 1883 Black Bart makes his last stagecoach robbery Authorities almost catch the California bandit and infamous stagecoach robber called Black Bart; he manages to make a quick getaway, but drops an incriminating clue that eventually.

HPE MSA or Nimble — Need Advice

I finally might have the budget for next year to refresh my servers.I’m undecided if I should stick with the traditional HPE 2062 MSA array (Dual Controller) with 15k SAS drives or move to a Nimble HF appliance. Here are my questions: Should I go wi.

Aws, Azure, Google cloud

Does anyone know if there are any free training anywhere ?

Department to purchase/deploy laptops & equipment?

I recently started as a remote manager at a company in a growth cycle. In order to keep pace with new hires, the IT manager is currently stuck doing the following: Purchasing laptops & equipment Shipping laptops & equipment to end users after they are.

Источник

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Error code 0x89245102 code deep ocean
  • Error code 0x89240101 как исправить
  • Error code 0x887a005
  • Error code 0x8876086a как исправить
  • Error code 0x858c001b sql server 2014

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии