canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
|||
| Line 506: | Line 506: | ||
cd scripts | cd scripts | ||
/c/mozilla-build/wget/wget -O allusers.bat "https://bugzilla.mozilla.org/attachment.cgi?id=795564" | /c/mozilla-build/wget/wget -O allusers.bat "https://bugzilla.mozilla.org/attachment.cgi?id=795564" | ||
== Enable LocalDumps == | |||
From {{bug|897768}}, run the following from the command-line (not bash): | |||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpType /t REG_DWORD /d 1 | |||
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" | |||