Подключение к удаленному рабочему столу windows 10 просит пароль

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

Получилось это такой последовательностью действий, при условии что вы предварительно включили удаленный рабочий стол:

  • Запускаем любимую строку «Выполнить», тем способом который умеете. Вводим команду « secpol.msc» которая запускает оснастку администрирование.
  • В открывшейся консоли идем к пункту: Локальные политики — Параметры безопасности  — Учетные записи: разрешить использование пустых паролей только при консольном входе». И устанавливаете параметр «Отключен».
  • Закрываем консоль и наслаждаемся.

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

1. ПКМ пуск, выполнить, secpol.msc

Вход по RDP без пароля на Windows 10

Вход по RDP без пароля на Windows 10

2. В открывшейся консоли идем: Локальные политики – Параметры безопасности. Ищем там: “Учетные записи: разрешить использование пустых паролей только при консольном входе”. Открываем и меняем на “Отключен”.

Вход по RDP без пароля на Windows 10

Вход по RDP без пароля на Windows 10

3. Закрываем консоль и наслаждаемся как круто мы снизили уровень безопасности на работающей машинке ))

На этом всё.

Если Вам помог данный пост – не поленитесь поставить лайк, а если остались вопросы не стесняйтесь задавать их в комментариях.

Оцените данную запись

 [Всего голосов: 5 — Общая оценка: 5]

Download Windows Speedup Tool to fix errors and make PC run faster

By default, when a Windows 11 or Windows 10 client machine successfully establishes a Remote Desktop connection to a host machine, the credentials used are then saved to allow for automatic connection in subsequent connections. connect to your computer – this can pose a security risk to your computer. In this post, we show you how to enable or disable Always Prompt for Password upon Remote Desktop Connection to Windows PC.

Enable or Disable Always Prompt for Password upon Remote Desktop Connection

PC users can run the mstsc.exe command or use the Microsoft Remote Desktop app to connect to and control your Windows PC from a remote location on a remote device. With a remote desktop connection, you can use another device to connect to your PC and have access to all of your apps, files, and network resources as if you were physically present at the desk; and you can increase the number of Remote Desktop Connections per machine.

You can enable or disable Always Prompt for Password upon Remote Desktop Connection to Windows 11/10 PC in either of two ways with the following prerequisite:

  • You must be signed in as an administrator.
  • You must enable Remote Desktop on a PC.

We’ll discuss the two methods in this section as follows:

Via Local Group Policy Editor

Always Prompt for Password upon Remote Desktop Connection-Local Group Policy Editor

To enable or disable Always Prompt for Password upon Remote Desktop Connection to Windows 11/10 PC via Local Group Policy Editor, do the following:

  • Press Windows key + R to invoke the Run dialog.
  • In the Run dialog box type gpedit.msc and hit Enter to open Local Group Policy Editor.
  • Inside the Local Group Policy Editor, use the left pane to navigate to the path below:

Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Security

  • At the location, on the right pane, double-click on Always prompt for password upon connection policy to edit its properties.
  • In the open policy window, set the radio button to Enabled or Not Configured or Disabled per your requirement.
  • Click Apply > OK to save the changes.
  • Exit the Local Group Policy Editor.
  • Restart your computer.

You can use Remote Desktop (RDP) in Windows Home; so, for Home edition users, you can add the Local Group Policy Editor feature and then carry out the instructions as provided above or you can do the registry method below.

Read: Your credentials did not work in Remote Desktop

Via Registry Editor

Always Prompt for Password upon Remote Desktop Connection-Registry Editor

To enable or disable Always Prompt for Password upon Remote Desktop Connection to Windows 11/10 PC via Registry Editor, do the following:

Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures. Once done, you can proceed as follows:

  • Press Windows key + R to invoke the Run dialog.
  • In the Run dialog box, type regedit and hit Enter to open Registry Editor.
  • Navigate or jump to the registry key path below:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services
  • At the location, on the right pane, right-click on the blank space on the right pane and then select New > DWORD (32-bit) Value to create a registry key and then rename the key as fPromptForPassword and hit Enter.
  • Double-click on the new entry to edit its properties.
  • Input 1 (to enable) or 0 (to disable) in the Value data field per your requirement.
  • Click OK or hit Enter to save the change.
  • Exit Registry Editor.
  • Restart your PC.

Alternatively, you can automatically enable the PromptForPassword key in the registry. Here’s how:

  • Press Windows key + R to invoke the Run dialog.
  • In the Run dialog box, type notepad and hit Enter to open Notepad.
  • Copy and paste the code below into the text editor.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
"fPromptForPassword"=-dword:00000001
  • Now, click the File option from the menu and select Save As button.
  • Choose a location (preferably desktop) where you want to save the file.
  • Enter a name with .reg extension (eg; EnableRDCPforP.reg).
  • Choose All Files from the Save as type drop-down list.
  • Double-click the saved .reg file to merge it.
  • If prompted, click on Run > Yes (UAC) > Yes > OK to approve the merge.
  • You can now delete the .reg file if you like.
  • Restart PC.

Likewise, you can automatically disable the key – simply follow the steps above, but this time, copy and paste the code below and save the reg file as DisableRDCPforP.reg.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
"fPromptForPassword"=-

That’s it!

Related post: Enable or disable Require Sign-in on Wakeup in Windows

What is the default password for Remote Desktop Connection?

Open the Start menu and search for Computer Management. In the Computer Management utility, navigate to Local Users and Groups. Go to Users, then right-click the desired Remote Desktop User (the default user is ServerAdmin).

Where is RDP password stored?

These credentials are stored in an encrypted form in the Credential Manager of Windows by using the Data Protection API. The “pbData” field contains the information in an encrypted form. However, the master key for decryption is stored in the lsass.

Obinna has completed B.Tech in Information & Communication Technology. He has worked as a System Support Engineer, primarily on User Endpoint Administration, as well as a Technical Analyst, primarily on Server/System Administration. He also has experience as a Network and Communications Officer. He has been a Windows Insider MVP (2020) and currently owns and runs a Computer Clinic.

Студворк — интернет-сервис помощи студентам

Здравствуйте. Подскажите, пожалуйста.
У меня был подключен удаленный рабочий стол к серверу (windows server 2012 R2) и все работало и, видимо после обновления виндовс, подключение идет, но на удаленном рабочем столе теперь требует ввести пользователя и пароль. Сис.админ сказал, что на сервере он ничего не менял и что проблема с моей стороны, сказал капать в сторону настроек реестра политики безопасности пользователя.

Я поискала в интернете, но не смогла разобраться
Помогите, пожалуйста, решить проблему.

При подключении на удалённый рабочий стол требует ввести пользователя и пароль после обновления Win10

При подключении на удалённый рабочий стол требует ввести пользователя и пароль после обновления Win10

Accounts: Limit local account use of blank passwords to console logon only

Windows problem

Если так получилось, что на учётной записи не установлен пароль, а надо подключиться, то Windows по умолчанию не захочет делать таких действий. Тогда нужно:

  1. Зайти в меню «Удалённый рабочий стол» и включить его как возможность. Внизу можно задать имя ПК. В параметрах хорошо бы еще указать сетевое обнаружение.
  2. Находим через пуск «Локальная политика безопасности» и разрешаем использование пустых паролей.

1 пункт
пункт 2

  • Подключение к удаленному рабочему столу windows 10 несколько пользователей
  • Подключение к принтеру windows не удается подключиться к принтеру указанное имя более недоступно
  • Поддерживает ли core 2 duo windows 10
  • Подключение к интернету установить не удалось windows 10
  • Подключение к системе невозможно так как домен недоступен windows xp