summaryrefslogtreecommitdiffstats
path: root/jenkins-server-slave-setup/cygwin-sshd/FAQ.txt
blob: c1df7f94a387eddd148d6c338baa54629e660b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
How to update cygwin /etc/passwd to get all latest windoze users

mkpasswd -cl > /etc/passwd

mkgroup --local > /etc/group

+++++++++++

http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-windows-vista/

Enable Built-in Administrator Account / start dos-shell with right click: 'Run as administrator':
  net user administrator /active:yes

+++++