Windows服务器自动登录的设置

Windows服务器自动登录的设置,第1张

一种方法比较复杂,但可以帮助您完全掌握Windows 2003自动登录的设置方法。

首先单击“开始运行”,在输入框中键入“regedit”打开注册表编辑器,然后在注册表编辑器左方控制台中依次单击展开 “HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/Current Version/Winlogon”,再选择“编辑添加字符串值”,在数值名称中键入“AutoAdminLogon”,然后在窗口中的空白位置上点一下,再双击刚新建的字符串“AutoAdminLogon”,在弹出的“编辑字符串”对话框中输入“1”设置系统允许自动登录。再重复以上的操作,创建一个名为“DefaultUserName”的字符串值,编辑字符串为您准备用于自动登录的账户名称。再新创建一个名为“Defaultpassword” 的字符串值,并编辑字符串为您准备用于自动登录的用户账户密码,编辑完并检查无误后,关闭注册表编辑器并重新启动电脑即可自动登录。注意,如果已有 “DefaultUserName”,可以不必重新创建,直接更改原有字符串值。如果您的系统工作在局域网环境下,并且在登录到系统上时需要登录域服务器,那么您还需要再添加一个“DefaultDomainName”并编辑字符串为您登录的域名称。

另一种方法比较简单,您只需单击“开始运行”,并在输入框中键入“control userpasswords2”,这样就可以在“用户账户”管理窗口中清除“要使用本机,用户必须输入密码”复选项的选中状态,然后按下键盘的 “Ctrl+Shift+A”,将会得到一个“自动登录”的.设置对话框,您可以按自己的需要设置系统在电脑启动时自动登录使用的用户账户和密码。

一、设置缺省的用户名

在“运行”对话框中输入“regedt32.exe”,打开注册表编辑器。选择窗口菜单项中的“HKEY_LOCAL_MACHINE”窗口,在左边的目录树中找到“SOFTWAREMicrosoftWindowsNTCurrentVersionWinlogon”子项,单击后在右边窗口中找到“DefaultUserName”条目,双击后更改为你希望系统自动登录时使用的用户名称(前提是这个用户必须存在)。

二、设置缺省的用户口令

同样在右边的窗口中找到“DefaultPassword”条目,双击更改为DefaultUserName中的用户使用的口令(如果“DefaultPassword”条目不存在,就需要选择“编辑→添加值”创建该条目)。

设置完成缺省用户口令后,就可以设置自动登录了。在“SOFTWAREMicrosoftWindowsNTCurrentVersion Winlogon”子项中,找到“AutoAdminLogon”条目,双击更改该值为1时,系统使用缺省的用户名和密码自动登录该值为0时,需要用户手工登录。

总篇:这教程只适合一小部分使用,希望各位注意选择。注意安全性。

则会提示:

保存后, 再次用vscode登录即可

source: https://www.chrisjhart.com/Windows-10-ssh-copy-id/

At the moment, Windows 10’s implementation of the OpenSSH client does not have the ssh-copy-id command available. However, a PowerShell one-line command can mimic the ssh-copy-id command and allow you to copy an SSH public key generated by the ssh-keygen command to a remote Linux device for passwordless login.

Note: If you have already generated an SSH keypair that you would like to use, skip this section and proceed to the Copy SSH Key to Remote Linux Device section.

First, open a new PowerShell window ( not a Command Prompt window!) and generate a new SSH keypair with the ssh-keygen command. By default, the public and private keys will be placed in the %USERPROFILE%/.ssh/ directory. The public key file we are interested in is named id_rsa.pub .

Next, we use the below PowerShell one-line command to copy the contents of the id_rsa.pub public key to a remote Linux device. Replace the {IP-ADDRESS-OR-FQDN} with the IP address or FQDN (Fully Qualified Domain Name) of the remote Linux device you would like to copy the public key to.

An example of this command is shown below. In this example, I am copying the contents of the id_rsa.pub public key to a remote Linux device at IP address 192.168.30.31.

Finally, verify that you can SSH to the remote Linux device with the ssh command. An example to a remote Linux device at IP address 192.168.30.31 is shown below. Note how a password did not need to be entered in order for us to establish SSH connectivity to the remote Linux device.

The instructions for this blog post were heavily inspired by Scott Hanselman’s blog post on the subject.

SecureCRT是一款支持SSH(SSH1和SSH2)的终端仿真程序,是Windows下登录UNIX或Linux服务器主机的软件。

下面示例用户名、密码的自动保存步骤,

1、打开securecrt工具,先不进行连接,

2、选择tab中新建连接,弹出连接对话框,

3、右击连接资源,选择‘属性’选项,

4、选择‘登录动作’,

5、点击‘编辑’按钮,即可输入用户名、密码,


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/750752.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-08-16
下一篇2023-08-16

发表评论

登录后才能评论

评论列表(0条)

    保存