Subscribe via RSS Feed
banner ad

By the close the Folder Options Security System

In the file system is required to secure a way that is completely effective and safe. One way to prevent the loss of file system in a way that is hidden (hide) so that the file can not be seen by the user. Akan but users can still see the hidden files through Windows Explorer by choosing Tools menu ago Folder Options and then on the View tab check mark Hide protected operating system files and removed by selecting the Show hidden files & Folders the file system can be seen by ordinary users. Of course, this will be the security of the file system itself. Then how to prevent the file system is safe and Folder Options can not be accessed by ordinary users. How delightful the program vbs script type the following into Notepad, save with the name umpatfo.vbs, and change Save as type All Files become (*.*).

dim banjarsari

masuk()

sub masuk()

set banjarsari = wscript.CreateObject(“wscript.shell”)

keterangan = “Pilihan:” & vbcrlf &_

“[0].Aktifkan Folder Option.” & vbcrlf &_

“[1].Nonaktifkan Folder Option.” & vbcrlf & vbcrlf &_

“[Bangkitlah Indonesia!]“

nilai = inputbox(keterangan,”Edit Folder Option”,0)

banjarsari.RegWrite”HKCU\Software\Microsoft\Windows\CurrentVersion” &_

“\Policies\Explorer\NoFolderOptions”,nilai,”REG_DWORD”

if nilai=1 then

msgbox “Folder Option dinonaktifkan”,vbInformation,”Edit Folder Option”

else

if nilai=0 then

msgbox “Folder Option diaktifkan”,vbInformation,”Edit Folder Option”

banjarsari.RegDelete”HKCU\Software\Microsoft\Windows\CurrentVersion” &_

“\Policies\Explorer\NoFolderOptions”

else

msgbox “Masukkan angka 0 atau 1!”,vbInformation,”Edit Folder Option”

masuk()

end if

end if

end sub

Double click on the icon umpatfo.vbs after that enter the number 1 and click OK. Do not forget to restart your system after running the program then Folder Options in Windows Explorer will automatically be lost. To put it back it is easy to give with the number 0 and click OK on the program umpatfo.vbs. Congratulations & best wishes for successful attempts

Tags: , , , , ,

Category: software, tip&trick

About the Author:

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.