This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:windows:crash_dump [2023/03/24 12:07] jcooper created |
computing:windows:crash_dump [2023/03/27 10:34] (current) jcooper |
||
---|---|---|---|
Line 19: | Line 19: | ||
* Click File -> Open dump file | * Click File -> Open dump file | ||
* Browse to dump file | * Browse to dump file | ||
+ | * Click Open | ||
{{: | {{: | ||
+ | * In the kd field type ! analyze -v and hit enter | ||
+ | * Review the text for clues to the crash | ||
+ | {{: | ||
+ | ===== Driver Verifier Stress Diag ===== | ||
+ | https:// | ||
+ | :!: Used to stress drivers that cause crashes | ||
- | Reboot the local machine now: | ||
- | < | ||
- | shutdown -r -t 0 | ||
- | </ | ||
- | Shutdown now showing a dialog box with a timer (in seconds): | ||
- | < | ||
- | shutdown -s -t 60 | ||
- | </ | ||
- | With a timer and a message: | ||
- | < | ||
- | shutdown -s -t 120 -c " | ||
- | </ | ||
- | Shutdown another computer in your domain: | ||
- | < | ||
- | shutdown -s -m \\computername -t 10 | ||
- | </ | ||
- | Cancel a shutdown: | ||
- | < | ||
- | shutdown -a | ||
- | </ | ||
- | ===== Do It Later ===== | ||
- | |||
- | ==== Using the ' | ||
- | |||
- | Download and extract the [[http:// | ||
- | |||
- | Use the ' | ||
- | |||
- | < | ||
- | at 2:00am c: | ||
- | </ | ||
- | |||
- | or shutdown: | ||
- | |||
- | < | ||
- | at 2:00am c: | ||
- | </ | ||
- | |||
- | Where: | ||
- | |||
- | < | ||
- | -s: Shutdown windows server | ||
- | -r: Reboot windows server | ||
- | -f: Forces all running application to exit | ||
- | -c: Allow the shutdown to be canceled user | ||
- | -t: Specifies the countdown in seconds until the shutdown | ||
- | </ | ||
- | |||
- | ==== Using the Task Scheduler ==== | ||
- | |||
- | === Windows 2003/2008 === | ||
- | |||
- | http:// | ||
- | |||
- | === Windows 2008 R2 === | ||
- | |||
- | http:// | ||
- | |||
- | **Task Scheduler -> Action -> Create Task -> General** | ||
- | |||
- | - **Name** the task '' | ||
- | - Use the '' | ||
- | - **Select** '' | ||
- | - **Configure** for '' | ||
- | |||
- | **Task Scheduler -> Action -> Create Task -> Triggers** | ||
- | |||
- | - **On a schedule** | ||
- | - **One time** | ||
- | |||
- | :!: We add two actions, one to warn users and the other to reboot the server. | ||
- | |||
- | **Task Scheduler -> Action -> Create Task -> Actions** | ||
- | |||
- | - Set the **Action** to '' | ||
- | - Set the **Program** to '' | ||
- | - Set the **Arguments** to '' | ||
- | |||
- | **Task Scheduler -> Action -> Create Task -> Actions** | ||
- | |||
- | - Set the **Action** to '' | ||
- | - Set the **Program** to '' | ||
- | - Set the **Arguments** to ''/ | ||
- | - Set **Start in** to '' | ||
- | - Set the **Comments** to '' | ||
- | |||
- | === Windows 2012 R2 === | ||
- | |||
- | **Task Scheduler -> Action -> Create Task -> General** | ||
- | |||
- | - **Name** the task '' | ||
- | - **Use** the '' | ||
- | - **Select** '' | ||
- | - **Configure** for '' | ||
- | |||
- | **Task Scheduler -> Action -> Create Task -> Triggers** | ||
- | |||
- | - **New** | ||
- | - **On a schedule** | ||
- | - **One time** | ||
- | - Set the **date and time** of the desired reboot | ||
- | - **Stop task if it runs longer than** '' | ||
- | - **OK** | ||
- | |||
- | :!: We add two actions, one to warn users and the other to reboot the server. | ||
- | |||
- | **Task Scheduler -> Action -> Create Task -> Actions** | ||
- | |||
- | - **New** | ||
- | - Set the **Action** to '' | ||
- | - Set the **Program** to '' | ||
- | - Set the **Arguments** to '' | ||
- | - **OK** | ||
- | |||
- | **Task Scheduler -> Action -> Create Task -> Actions** | ||
- | |||
- | - **New** | ||
- | - Set the **Action** to '' | ||
- | - Set the **Program** to '' | ||
- | - Set the **Arguments** to ''/ | ||
- | - Set **Start in** to '' | ||
- | - **OK** | ||
- | |||
- | :!: You can easily export saved tasks to be imported to other machines. |