Forge Home

windows_autologon

Set a Windows Computer for automatic logon

10,902 downloads

9,623 latest version

1.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.1 (latest)
  • 0.0.3
  • 0.0.2
  • 0.0.1
released Jan 22nd 2015
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet >= 3.3.0 < 4.0.0

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'noma4i-windows_autologon', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add noma4i-windows_autologon
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install noma4i-windows_autologon --version 0.1.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

noma4i/windows_autologon — version 0.1.1 Jan 22nd 2015

Windows autologon

Build Status

##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 git@github.com:noma4i/puppet-windows_autologon.git windows_autologon

or

Puppet Module Tool:

puppet module install noma4i/windows_autologon

##Usage

To set Administrator account as autologon:

    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