Closed Bug 1048766 Opened 10 years ago Closed 10 years ago

Bare Metal Provisioning 2008 Puppet: Prevent server initialization and server configuration windows from loading on cltbld login

Categories

(Infrastructure & Operations :: RelOps: Puppet, task)

x86_64
Windows 7
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: markco, Assigned: markco)

Details

Attachments

(1 file)

      No description provided.
Assignee: relops → mcornmesser
Summary: Bare Metal Provisioning 2008 Puppet: Add a run once schedule task to remove registry entries to prevent serer initialization Windows on cltbld login → Bare Metal Provisioning 2008 Puppet: Prevent server initialization and server configuration windows from loading on cltbld login
There are two parts to this. The first part is the server initialization. This will be managed by puppet and will be in the attached patch. 

The other portion is disabling the Server Manager Window. For now this will leave at the end of the MDT task sequence post reboot after the Puppet run. The particular challenge is this is managed by a registry key in HK Current User. The user logon during the Puppet run is root, and there is no direct way to edit values for cltbld HKCU. Though it may be useful to come up with a method for items like this, I don't think it is worth spending time for this particular case. 

The MDT step, "Disable Server Manager Window":
 reg add HKCU\Software\Microsoft\ServerManager /t REG_DWORD  /v DoNotOpenServerManagerAtLogon /d 1 /f
Attached patch bug1048766.patchSplinter Review
Attachment #8470883 - Flags: review?(dustin)
Attachment #8470883 - Flags: review?(dustin) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: