canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
|||
| Line 486: | Line 486: | ||
4) With that virtualenv active, run the script (adjust hostname and files directory): | 4) With that virtualenv active, run the script (adjust hostname and files directory): | ||
$ python copy-mapi-headers-relops.py w64-ix-slave22 files_to_upload/* | $ python copy-mapi-headers-relops.py w64-ix-slave22 files_to_upload/* | ||
== Disable shutdown event tracker == | |||
From {{bug|893888}}, we need to deploy the following registry setting to disable the shutdown event tracker that causes machine to hang on reboot. | |||
As Administrator (can be deployed via ssh): | |||
reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability | |||
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability /v ShutdownReasonOn /t REG_DWORD /d 0 | |||
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability /v ShutdownReasonUI /t REG_DWORD /d 0 | |||
reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability | |||