Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Created February 15, 2013 17:00
Show Gist options
  • Save charlesjohnson/4961736 to your computer and use it in GitHub Desktop.
Save charlesjohnson/4961736 to your computer and use it in GitHub Desktop.
#Disable Server Manager
windows_registry 'HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\Chef2013Feb-DisableServerManager' do
type :string
values 'Version' => "1.0", 'StubPath' => 'reg add HKCU\Software\Microsoft\ServerManager /v "DoNotOpenServerManagerAtLogon" /d "1" /t REG_DWORD /f'
action :create
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment