Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Gần giống trên:start/run/regedit/
tìm đến từ khóa sau
HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ Explorer
tạo một giá trị DWORD với tên là "NoFolderOptions" nếu nó chưa có
Name: NoFolderOptions
Type: REG_DWORD
Value: 0 - hiện menu , 1 - ẩn menu
Start -> run gõ notepad
Chép đoạn này:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFolderOptions"=dword:00000000
Lưu với tên: hienthifolderOP.reg
Option Explicit
Dim WSHShell, n, MyBox, p, p1, Title911, errnum, vers, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\"
p1 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\"
p = p & "NoFolderOptions"
p1 = p1 & "NoFolderOptions"
itemtype = "REG_DWORD"
Title911 = "kaitoukid"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
WSHShell.RegWrite p, 0, itemtype
WSHShell.RegWrite p1, 0, itemtype
End If
If n = 0 Then
n = 1
WSHShell.RegWrite p, n, itemtype
WSHShell.RegWrite p1, n, itemtype
Mybox = MsgBox("Folder Options cua ban da bi AN DI, logoff hoac khoi dong lai may tinh de thay doi co tac dung", 4096, Title911)
ElseIf n = 1 then
n = 0
WSHShell.RegWrite p, n, itemtype
WSHShell.RegWrite p1, n, itemtype
Mybox = MsgBox("Folder Options cua ban da duoc HIEN LEN, logoff hoac khoi dong lai may tinh de thay doi co tac dung", 4096, Title911)
End If
Copy đoạn trên vào notepad, lưu dưới dạng .vbs
Chạy nó, khởi động lại là xong.
bạn nên cài Win XP SP2 là được nhất, nhưng cài xong nhớ cài thêm CT diệt virus xin xin nha.cho hỏi ngoài lề một tí:khi vô run as ya đánh regedit vô thì nó thông báo và ngay cả khi ya ấn tổ hợp ctrl+alt+delete thì nó cũng hiện ra thông báo như vậy.
![]()
ya vô phần Administrative Tools rồi nhưng rốt cuộc cũng kô biết làm thế nào nữa.
sẵn cho hỏi lun bây giờ cài lại win thì ya lên cài xp hay cài loại nào tốt hơn.