Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noma4i/puppet-windows_autologon

Puppet module to set windows autologon
https://github.com/noma4i/puppet-windows_autologon

puppet ruby windows-autologon

Last synced: 3 days ago
JSON representation

Puppet module to set windows autologon

Awesome Lists containing this project

README

        

# Windows autologon

[![Build Status](https://travis-ci.org/noma4i/puppet-windows_autologon.png)](https://travis-ci.org/noma4i/puppet-windows_autologon)

##Overview

Setting up autologon for selected user.

##Module Description

Puppet is not providing any extended features for windows and usualy is not able to execute in current user context. This module adds ability to set autologon
for windows and all puppet scripts will execute in current user context. Handy!

##Setup

###Install

Git
> `git clone [email protected]:noma4i/puppet-windows_autologon.git windows_autologon`

or

Puppet Module Tool:
> `puppet module install noma4i/windows_autologon`

##Usage

To set `Administrator` account as autologon:
````puppet
windows_autologon { 'Administrator':
password => 'TRICKY_PASSWORD',
count => '10',
}
````

Param `count` will set autologon count and will disable automatic logon feature after N times. If you skip it user will be not limited for autologon sessions.

##License

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)