14/5/13

Ẩn và hiện nhanh account trong màn hình Welcome

Đăng bởi Admin | 14/5/13 | 0 nhận xét
Bạn có thể cho ẩn một tài khoản (account) người dùng bất kỳ có trên máy trong màn hình Welcome của Windows rất nhanh theo cách dưới đây:
- Mở menu Start > chọn All Programs > chọn Accessories > chọn Notepad.
- Trong cửa sổ Notepad, bạn nhập nội dung sau:
Option Explicit
On Error Resume Next
Dim WSHShell, n, p, itemtype, MyBox, User, Title, Prompt
p = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\"
itemtype = "REG_DWORD"
n = 0
Prompt = "Enter the username you wish to hide."
Title = "Hide User on Welcome screen"
User = InputBox(Prompt, Title,"")
If User = "" Then
Title = "Error!"
Prompt = "You left the user name blank."
MyBox = MsgBox(Prompt,4096,Title)
Else
p = p & User
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.RegWrite p, n, itemtype
Title = "Success"
Prompt = User & " is now hidden on the Welcome screen."
MyBox = MsgBox(Prompt, 4096, Title)
End If
Set WshShell = Nothing
Rồi mở menu File > chọn Save As > rồi đặt tên file là an_user.vbs.
Khi cần ẩn account nào, bạn bấm kép lên file này để chạy rồi nhập tên account trong hộp thoạiHide User on Welcome screen.
Image

Sau đó, bạn dễ dàng cho hiển thị lại các account đã ẩn bằng file hien_user.vbs có nội dung như sau:
Option Explicit
Set ws = WScript.CreateObject("WScript.Shell")
Dim ws, t, p1, cn, errnum
p1 = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\"
t = "UnHide XP User Account"
cn = InputBox("Enter the Username to unhide and click OK", t, "")
If cn <> "" Then
ws.RegDelete p1 & cn
Err.Clear
errnum = Err.Number
If errnum = 0 Then
MsgBox cn & "will show on the Welcome Screen",4096,"Done!"
Else
MsgBox "Please make sure you entered a valid user name",4096,"Error!"
End If

Image

Bạn cũng chạy file này rồi nhập tên account cần hiển thị trong hộp thoại UnHide XP User Account.

Không có nhận xét nào:

Đăng nhận xét

Cảm ơn bạn đã nhận xét !
- Bạn có thể chèn link vào nhận xét bằng thẻ: <a href="Link" rel="nofollow">Tên link</a>
- Tạo <b>Chữ đậm</b> và <i>Chữ ngiêng</i> cho nhận xét
- Hãy Chuyển đổi mã code trước khi chèn vào nhận xét
- Hãy bấm Theo dõi dưới chân trang để nhanh chóng nhận được phản hồi từ Thủ thuật vi tính
- Những nhận xét nào không lành mạnh hoặc chèn link spam sẽ bị xóa khỏi blog.

Mã hóa Code

Support : Trick Blogspot | Ghost win | Website Design | Seo Trick | Ghost win | Software Free | Site Map | Back Link | Contact Advertising | ↑ back to top
Ghi rõ nguồn thuthuatvitinhaz.blogspot.com dưới dạng liên kết khi phát hành lại thông tin từ trang này
Copyright © 2013. Thủ thuật Số - All Rights Reserved
Design by Ngân Giang
Xem tốt nhất ở độ phân giải 1024 x 768 pixel
Template by Dameva