summaryrefslogtreecommitdiffstats
path: root/jenkins-server-slave-setup/cygwin-sshd/FAQ.txt
blob: 188c9869bf4b437fff31ffafb017aec8961645d8 (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 'run-as-admin':
  net user administrator /active:yes

+++++