canmove, Confirmed users
6,441
edits
No edit summary |
|||
| Line 455: | Line 455: | ||
== Version 21 - 20091014 == | == Version 21 - 20091014 == | ||
=== Disable CAD dialog === | === Disable CAD dialog === | ||
To work around a bug in OPSI we disabled the CAD dialog. This was done with the [http://hg.mozilla.org/build/opsi-package-sources/file/ | To work around a bug in OPSI we disabled the CAD dialog. This was done with the [http://hg.mozilla.org/build/opsi-package-sources/file/tip/disable-cad 'disablecad'] OPSI package. This package modifies the following registry key: | ||
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\disablecad = REG_DWORD:1 | HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\disablecad = REG_DWORD:1 | ||
== Version 22 - 20091203 == | |||
=== Lower OPSI timeout === | |||
To prevent the screensaver from starting when OPSI hangs we lowered the OPSI connect timeout. This was done with [http://hg.mozilla.org/build/opsi-package-sources/file/tip/lower-opsi-timeout this OPSI package], which sets the following registry key as follows:<br/> | |||
HKEY_LOCAL_MACHINE\Software\opsi.org\pcptch\SecsUntilConnectionTimeout=REG_DWORD:0x1e | |||
=== Disable "Shutdown Event Tracker" === | |||
The shutdown event tracker was disabled to avoid manual intervention after power outages and other improper shutdowns. This was done with [http://hg.mozilla.org/build/opsi-package-sources/file/tip/disable-shutdown-tracker this OPSI package], which sets the following registry key as follows:<br/> | |||
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability\ShutdownReasonOn\REG_DWORD:0x0 | |||
= Manual Setup Steps after VMImage = | = Manual Setup Steps after VMImage = | ||