linux和windows自动登陆
Linux设置自动登录如下:
在CentOS下,我们每次需要用root账号手动登陆,但是再做automation时,我们需要免登录,直接进入OS。
很简单,按图中所示修改配置文件保存并重启,则会免登录.
gedit /etc/gdm/custom.conf
在[daemon]下添加:
AutomaticLoginEnable=true
AutomaticLogin=root
保存重启即可
Windows设置自动登录如下:
Linux设置自动登录如下:
在CentOS下,我们每次需要用root账号手动登陆,但是再做automation时,我们需要免登录,直接进入OS。
很简单,按图中所示修改配置文件保存并重启,则会免登录.
gedit /etc/gdm/custom.conf
在[daemon]下添加:
AutomaticLoginEnable=true
AutomaticLogin=root
保存重启即可
Windows设置自动登录如下: