Đăng bởi Admin | 14/5/13 | 0 nhận xét
Active Desktop là tính năng đặc biệt trong Windows XP nhằm biến toàn bộ màn hình desktop thành một cửa sổ trình duyệt, có thể hiển thị cùng lúc nhiều trang Web video, hình ảnh… và liên tục cập nhật chúng mà không cần sự can thiệp của bạn.
Chú ý: Khi Active Desktop bị Disable thì thẻ Web trong hộp thoại Desktop Items sẽ biến mất.
Để sử dụng tính năng này, bạn bấm phím phải chuột vào vùng trống trên desktop rồi chọn Properties trong menu ngữ cảnh. Trong thẻ Desktop của hộp thoại Display Properties, bạn bấm nút Customize Desktop. Trong hộp thoại Desktop Items, bạn chọn thẻ Web và thêm (New), bớt (Delete), thiết đặt các trang Web tùy thích.
Tuy nhiên trên thực tế, rất ít người sử dụng tính năng này vì nó làm rối màn hình desktop và chiếm dụng tài nguyên khá lớn. Do đó, bài này hướng dẫn bạn cách tắt, mở nhanh tính năng Active Desktop hết sức đơn giản như sau:
- 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:
- 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, vbdefaultbutton
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoActiveDesktop"
itemtype = "REG_DWORD"
n = WSHShell.RegRead (p)
errnum = Err.Number
if errnum <> 0 then
WSHShell.RegWrite p, 1, itemtype
End If
If n = 0 Then
WshShell.RegWrite p, 1, itemtype
MyBox = MsgBox("Active Desktop is now DISABLED", 64, "Disable Active Desktop")
End If
If n = 1 Then
WshShell.Regwrite p, 0, itemtype
MyBox = MsgBox("Active Desktop is now ENABLED", 64, "Enable Active Desktop")
End If
Set WshShell = Nothing
Sau đó, mở menu File > chọn Save As > rồi đặt tên file là activedesktop.vbs.
On Error Resume Next
Dim WSHShell, n, p, itemtype, MyBox, vbdefaultbutton
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoActiveDesktop"
itemtype = "REG_DWORD"
n = WSHShell.RegRead (p)
errnum = Err.Number
if errnum <> 0 then
WSHShell.RegWrite p, 1, itemtype
End If
If n = 0 Then
WshShell.RegWrite p, 1, itemtype
MyBox = MsgBox("Active Desktop is now DISABLED", 64, "Disable Active Desktop")
End If
If n = 1 Then
WshShell.Regwrite p, 0, itemtype
MyBox = MsgBox("Active Desktop is now ENABLED", 64, "Enable Active Desktop")
End If
Set WshShell = Nothing
Sau đó, mở menu File > chọn Save As > rồi đặt tên file là activedesktop.vbs.
- Mỗi khi cần thay đổi trạng thái hoạt động của tính năng Active Desktop từ tắt sang mở hay ngược lại, bạn chỉ cần bấm kép chuột vào file này để kích hoạt. Sẽ có hộp thoại thông báo cho bạn biết tình trạng mới của Active Desktop.
Chú ý: Khi Active Desktop bị Disable thì thẻ Web trong hộp thoại Desktop Items sẽ biến mất.
Không có nhận xét nào:
Đăng nhận xét
Cảm ơn bạn đã nhận xét !
Mã hóa Code- 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.