Linux设置自动登录如下:

在CentOS下,我们每次需要用root账号手动登陆,但是再做automation时,我们需要免登录,直接进入OS。

很简单,按图中所示修改配置文件保存并重启,则会免登录.

gedit /etc/gdm/custom.conf

在[daemon]下添加:

AutomaticLoginEnable=true

AutomaticLogin=root

保存重启即可

linux和windows自动登陆

 

 

Windows设置自动登录如下:

https://docs.microsoft.com/zh-cn/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon

 

相关文章:

  • 2021-11-22
  • 2022-03-05
  • 2022-02-10
  • 2022-01-16
  • 2021-11-26
  • 2021-11-01
  • 2022-02-17
  • 2022-12-23
猜你喜欢
  • 2021-10-29
  • 2021-11-16
  • 2022-12-23
  • 2021-12-02
  • 2021-09-07
  • 2021-08-16
相关资源
相似解决方案