# Windows

- [Quản lý khởi động cùng Windows bằng: Registry Editor](https://blogs.nhquydev.net/windows/quan-ly-khoi-dong-cung-windows-bang-registry-editor.md): Hướng Dẫn Kiểm Tra và Quản Lý Ứng Dụng Khởi Động Tự Động (Startup Apps) Trên Windows Bằng Registry Editor
- [Quản lý dịch vụ Windows bằng: net start và sc](https://blogs.nhquydev.net/windows/quan-ly-dich-vu-windows-bang-net-start-va-sc.md): Hướng dẫn dùng lệnh net start và sc để quản lý, khởi động, dừng, tạo và cấu hình dịch vụ Windows, kèm ví dụ và script tự động hóa thực tế.
- [PowerShell ISE](https://blogs.nhquydev.net/windows/powershell-ise.md)
- [Hướng dẫn kiểm tra, bật và tắt logging tường lửa Windows](https://blogs.nhquydev.net/windows/powershell-ise/huong-dan-kiem-tra-bat-va-tat-logging-tuong-lua-windows.md): Trong quá trình vận hành hệ thống hoặc debug kết nối (SSH, HTTP, database…), việc bị chặn bởi Windows Firewall là tình huống rất phổ biến nhưng lại khó phát hiện nếu không có log.
- [Tools](https://blogs.nhquydev.net/windows/tools.md)
- [WinDbg - Công cụ khám phá hệ thống Windows](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows.md): WinDbg là một trình gỡ lỗi có thể được sử dụng để phân tích các kết xuất lỗi, gỡ lỗi mã chế độ nhân và chế độ người dùng trực tiếp, đồng thời kiểm tra các thanh ghi và bộ nhớ CPU.
- [Hiểu rõ Symbol, Stack Trace và Thread](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows/hieu-ro-symbol-stack-trace-va-thread.md)
- [Hướng dẫn WinDbg: Các cú pháp cốt lõi khi phân tích Memory Dump](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows/huong-dan-windbg-cac-cu-phap-cot-loi-khi-phan-tich-memory-dump.md)
- [Hướng dẫn WinDbg: Debug Deadlock & High CPU qua Memory Dump](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows/huong-dan-windbg-debug-deadlock-and-high-cpu-qua-memory-dump.md)
- [Hướng dẫn WinDbg: Phân tích Memory Leak qua Memory Dump](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows/huong-dan-windbg-phan-tich-memory-leak-qua-memory-dump.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blogs.nhquydev.net/windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
