Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

windows_autologin (8) Versions 1.0.0

Configures Winlogon

Policyfile
Berkshelf
Knife
cookbook 'windows_autologin', '= 1.0.0', :supermarket
cookbook 'windows_autologin', '= 1.0.0'
knife supermarket install windows_autologin
knife supermarket download windows_autologin
README
Dependencies
Changelog
Quality 100%

Windows Autologin Cookbook

Cookbook Version
Build Status
GitHub Issues

Enables/disables automatic logon using Windows
AutoAdminLogon.

Automatic logon uses the domain, username, and password stored in the registry to log users on to the computer
when the system starts. The Log On to Windows dialog box is not displayed.

WARNING: Automatic logon allows other users to start your computer and to log on using your account.
Also note that password is stored unencrypted under windows registry
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon when enabled.

Requirements

  • Chef 11.6.0 (includes a built-in registry_key resource) or higher

Platforms

  • Windows

Usage

Requires Administrator privileges.

Enable automatic login for user

node.set['windows_autologin']['username'] = 'username'
node.set['windows_autologin']['password'] = 'password'
node.set['windows_autologin']['domain'] = 'domain'

include_recipe[windows_autologin]

Disable automatic login

include_recipe[windows_autologin::remove]

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file
for details.

Changelog

1.0.0

  • Initial release

Foodcritic Metric
            

1.0.0 passed this metric