> For the complete documentation index, see [llms.txt](https://kythuat.dtechvn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kythuat.dtechvn.com/cai-dat-dtech/loi-doc-thong-tin-phan-cung-alias-not-found.md).

# Lỗi đọc thông tin phần cứng (Alias not found)

<figure><img src="/files/yeTbeuJlCG7vqmv24vGv" alt=""><figcaption><p>Thông báo lỗi khi kiểm tra bằng lệnh cmd</p></figcaption></figure>

## KIỂM TRA XÁC ĐỊNH LỖI

* Mở CMD lên chạy lệnh sau:
* Lệnh kiểm tra lấy thông số Mainboard:

```
wmic baseboard get product,manufacturer,version,serialnumber
```

* Lệnh kiểm tra lấy thông số ổ cứng HDD:

```
 wmic diskdrive get model,serialNumber,size,mediaType
```

* Kết quả trả về <mark style="color:red;">**Alias not found**</mark> là xác định đúng lỗi không đọc được thông tin phần cứng máy tính

## CÁCH KHẮC PHỤC

Nhấn vào Start hoặc biểu tượng cửa sổ Windows, gõ vào tìm kiếm cmd

<figure><img src="/files/ZxsJFHLp8eEeFYHqHCNO" alt=""><figcaption></figcaption></figure>

1. Để dừng dịch vụ **winmgmt** gõ vào cmd lệnh sau: **net stop winmgmt** và enter để thực hiện

```
net stop winmgmt
```

<figure><img src="/files/PvOeViSaZqxAoyujRa98" alt=""><figcaption></figcaption></figure>

2. Vào đường dẫn sau xoá bỏ hoặc đổi tên thư mục **repository** đi:

```
C:\Windows\System32\wbem\repository
```

<figure><img src="/files/urHsOtzKjhIlbQNldiI9" alt=""><figcaption></figcaption></figure>

3. Quay lại màn hình CMD, copy câu lệnh sau và Click chuột phải paste vào cmd , nhấn Enter để chuyển tới đường dẫn: &#x20;

```
cd C:\Windows\System32\wbem\
```

<figure><img src="/files/kzH4rvszsqvZEukDowHy" alt=""><figcaption></figcaption></figure>

4. Copy lệnh sau và paste vào cửa sổ CMD nhấn Enter để thực hiện tiếp.

```
for /f %s in ('dir /b *.mof') do mofcomp %s
```

<figure><img src="/files/Epe1ypBxATpB7lHiqf9d" alt=""><figcaption></figcaption></figure>

5. Bước trên thực hiện báo Done! Xong tiếp tục copy lệnh sau vào cửa sổ CMD nhấn Enter để thực hiện tiếp.

```
for /f %s in ('dir /b en-us\*.mfl') do mofcomp en-us\%s
```

<figure><img src="/files/bLSixM86XjvHNbxHijRA" alt=""><figcaption></figcaption></figure>

6. Thông báo **MOF file has been successfully parsed !** thì khởi động lại máy tính.
7. Thực hiện lại việc kiểm tra thông tin phần cứng ra thông số Mainboard, HDD thì tiếp reset trạm để vào lại DTECH.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://kythuat.dtechvn.com/cai-dat-dtech/loi-doc-thong-tin-phan-cung-alias-not-found.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.
