Đăng bởi Admin | 14/5/13 | 0 nhận xét
Thủ thuật dưới đây giúp bạn có thể nhanh chóng vô hiệu hóa (hay cho hiệu lực trở lại) menu xuất hiện khi bấm phím phải chuột (menu ngữ cảnh) trên màn hình desktop và trong Windows Explorer.
- Bạn 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:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoViewContextMenu"=dword: 00000001
Rồi mở menu File > chọn Save As và đặt tên file là disabledcontextmenu.reg.
- Sau đó, tạo tiếp một file có tên là undocontextmenu.reg với nội dung như sau:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoViewContextMenu"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoViewContextMenu"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSetTaskbar"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoViewContextMenu"=dword: 00000001
Rồi mở menu File > chọn Save As và đặt tên file là disabledcontextmenu.reg.
- Sau đó, tạo tiếp một file có tên là undocontextmenu.reg với nội dung như sau:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoViewContextMenu"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoViewContextMenu"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSetTaskbar"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
- Khi muốn vô hiệu hóa menu ngữ cảnh, bạn bấm kép chuột vào file disabledcontextmenu.regrồi log off và log in lại Windows để thay đổi có hiệu lực. Khi cần cho hiệu lực lại menu ngữ cảnh, bạn chạy file undocontextmenu.reg và cũng log off và log in lại Windows.
Thay đổi tiêu đề của Internet Explorer
Tiêu đề mặc định trong cửa sổ Internet Explorer luôn luôn là Windows (hay Microsoft) Internet Explorer. Tuy nhiên, nếu thích, bạn hoàn toàn có khả năng thay đổi tiêu đề này theo ý thích của mình bất cứ lúc nào. Cách làm cụ thể như sau:
- Bạn 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
Set ws = WScript.CreateObject("WScript.Shell")
Dim ws, t, p, p1, n, cn, mybox, itemtype, vbdefaultbutton
p = "HKCU\Software\Microsoft\Internet Explorer\Main\Window Title"
itemtype = "REG_SZ"
n = "Microsoft Internet Explorer"
Ws.RegWrite p, n, itemtype
p1 = "HKCU\Software\Microsoft\Internet Explorer\Main\"
n = ws.RegRead(p1 & "Window Title")
t = "Thay doi tieu de cho IE"
cn = InputBox("Type New Caption and click OK", t, n)
If cn "" Then
ws.RegWrite p1 & "Window Title", cn
End If
Set ws = WScript.CreateObject("WScript.Shell")
Dim ws, t, p, p1, n, cn, mybox, itemtype, vbdefaultbutton
p = "HKCU\Software\Microsoft\Internet Explorer\Main\Window Title"
itemtype = "REG_SZ"
n = "Microsoft Internet Explorer"
Ws.RegWrite p, n, itemtype
p1 = "HKCU\Software\Microsoft\Internet Explorer\Main\"
n = ws.RegRead(p1 & "Window Title")
t = "Thay doi tieu de cho IE"
cn = InputBox("Type New Caption and click OK", t, n)
If cn "" Then
ws.RegWrite p1 & "Window Title", cn
End If
Rồi mở menu File > chọn Save As và đặt tên file là ietitle.vbs.
- Khi nào cần thay đổi tiêu đề cho IE, bạn bấm kép chuột vào file này rồi gõ tiêu đề mới vào hộp thoại “Thay doi tieu de cho IE”.
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.