This commit is contained in:
Deland-Han
2019-08-28 10:30:55 +08:00
parent 1deaf33262
commit b1e817ea99
9 changed files with 560 additions and 3 deletions

View File

@ -16,6 +16,38 @@ manager: dansimp
In these topics, you will learn how to troubleshoot common problems related to Windows start-up.
- [Advanced troubleshooting for Windows boot problems](advanced-troubleshooting-boot-problems.md)
- [Advanced troubleshooting for Stop error or blue screen error](troubleshoot-stop-errors.md)
- [Advanced troubleshooting for Windows-based computer freeze issues](troubleshoot-windows-freeze.md)
## How it works
When Microsoft Windows encounters a condition that compromises safe system operation, the system halts. This condition is referred as Windows start-up problems. Furthermore, it is categorized in 3 buckets.
- Bug check: It is also commonly referred to as a system crash, a kernel error, or a stop error.
- No Boot: Here the system may not produce a bug check but is unable to boot into Windows.
- Freeze: Also known as System Hang where
## Best Practices
To understand the underlaying cause of that lead to Windows start-up issues, it is important that the system is configured properly. Here are some best practices:
### Page file settings
- [Introduction of page file](introduction-of-page-file.md)
- [How to determine the appropriate page file size for 64-bit versions of Windows](determine-appropriate-page-file-size.md)
### Memory Dump settings
- [Configure system failure and recovery options in Windows](system-failure-recovery-options.md)
- [Generate a kernel or complete crash dump](generate-kernel-or-complete-crash-dump.md)
## Troubleshooting
These articles will walk you through the resources you need to troubleshoot Windows start-up issue.
- [Advanced troubleshooting for Windows boot problems](https://docs.microsoft.com/en-us/windows/client-management/advanced-troubleshooting-boot-problems)
- [Advanced troubleshooting for Stop error or blue screen error](https://docs.microsoft.com/en-us/windows/client-management/troubleshoot-stop-errors)
- [Advanced troubleshooting for Windows-based computer freeze issues](https://docs.microsoft.com/en-us/windows/client-management/troubleshoot-windows-freeze)