Hướng dẫn - Xem tất cả mật khẩu wifi đã lưu trong windows 10 | VN-Zoom | Cộng đồng Chia Sẻ Kiến Thức Công Nghệ và Phần Mềm Máy Tính

Adblocker detected! Please consider reading this notice.

We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading.

We need money to operate the site, and almost all of it comes from our online advertising.

If possible, please support us by clicking on the advertisements.

Please add vn-z.vn to your ad blocking whitelist or disable your adblocking software.

×

Hướng dẫn Xem tất cả mật khẩu wifi đã lưu trong windows 10

anhyeuem

Búa Đá Đôi
Tài khoản bị khóa
Chào anh em 4rum,
Mình chia sẻ cách xem lại toàn bộ mật khẩu wifi mà anh em đã lưu lại khi sử dụng windows 10 từ trước đến nay.
1. Nhấn "windows + r" để mở hộp thoại run và nhập vào "cmd" , sau đó nhập tiếp "powershell"
Capture.md.png


Hoặc gõ "windows + r" và nhập "powershell"
Capture1.md.png


2. Dán lệnh sau vào:
Mã:
(netsh wlan show profiles) | Select-String “\:(.+)$” | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name=”$name” key=clear)} | Select-String “Key Content\W+\:(.+)$” | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize
Sau khi dán xong lệnh anh em nhấn Enter, kết quả là sẽ hiện tất cả wifi và mật khẩu wifi mà bạn đã nhập.
(Lưu ý không nhấn Forget vì nhấn nó sẽ không hiện).
Capture2.md.png


Chúc anh em thành công nhé!
 

anhyeuem

Búa Đá Đôi
Tài khoản bị khóa
Lở ở khách sạn rồi mà ra tên chắc chết quá thớt.
Bạn thử xem, ahihi
 

chutuoc17

Gà con
Thank thớt, bữa có ăn cắp dc wifi hàng xóm mà quên kaka, giờ xài được thêm cái điện thoại đỡ tốn 3g {beauty}
 

quankaka

Gà con
Chào anh em 4rum,
Mình chia sẻ cách xem lại toàn bộ mật khẩu wifi mà anh em đã lưu lại khi sử dụng windows 10 từ trước đến nay.
1. Nhấn "windows + r" để mở hộp thoại run và nhập vào "cmd" , sau đó nhập tiếp "powershell"
Capture.md.png


Hoặc gõ "windows + r" và nhập "powershell"
Capture1.md.png


2. Dán lệnh sau vào:
Mã:
(netsh wlan show profiles) | Select-String “\:(.+)$” | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name=”$name” key=clear)} | Select-String “Key Content\W+\:(.+)$” | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize
Sau khi dán xong lệnh anh em nhấn Enter, kết quả là sẽ hiện tất cả wifi và mật khẩu wifi mà bạn đã nhập.
(Lưu ý không nhấn Forget vì nhấn nó sẽ không hiện).
Capture2.md.png


Chúc anh em thành công nhé!
khá là hay,mong sẽ có dịp được dùng skill này.
 


Top