Open the Notepad application, how can the Start-> All Programs-> Accessories-> Notepad or go to RUN type in Notepad and Enter.
Copy and paste the following script in Notepad.
on error goto 0Copy and paste the following script in Notepad.
dim s,quest,sd,m,winpath,fs
set sd=createobject(“Wscript.shell”)
set fs=createobject(“Scripting.FileSystemObject”)
set winpath=fs.getspecialfolder(0)
set s=wscript.createobject(“wscript.shell”)
do while quest=”"
quest=inputbox(“Insert PASSWORD Here“)
if quest=”" then
m=MsgBox(“Sorry you don’t have the password…!”, 0+0+48, “http://firtstest.wordpress.com“)
end if
loop
if quest=”Tulis passwordnya” then
s.run “shutdown -a”
sd.run winpath & “\explorer.exe /e,/select, ” & Wscript.ScriptFullname
else
s.run “shutdown -s -t 0″
end if
Write your password in the "Write Password", and be careful with upper and lower case.
Save the file by choosing the type of all files, name the "passwordfd.vbs" (without quotes)
Once completed, for automatic settings after the flash is included in the PC, open a new Notepad again and copy and paste the following script:
[Autorun]
ShellExecute = wscript.exe passwordlock.vbs
action = flash was used passwords
In the action script above can be changed in accordance with your wishes
Save the file by choosing the type of all files, give the name "autorun.inf" (without quotes)
Then move both files ie autorun.inf and passwordfd.vbs to your pendrive.
The final step, hide files autorun.inf and passwordfd.vbs by right-clicking on each passwordfd.vbs autorun.inf and then select Properties check box that appears on the sign hidden. Done ...
Not easy ... good luck, ...
Save the file by choosing the type of all files, name the "passwordfd.vbs" (without quotes)
Once completed, for automatic settings after the flash is included in the PC, open a new Notepad again and copy and paste the following script:
[Autorun]
ShellExecute = wscript.exe passwordlock.vbs
action = flash was used passwords
In the action script above can be changed in accordance with your wishes
Save the file by choosing the type of all files, give the name "autorun.inf" (without quotes)
Then move both files ie autorun.inf and passwordfd.vbs to your pendrive.
The final step, hide files autorun.inf and passwordfd.vbs by right-clicking on each passwordfd.vbs autorun.inf and then select Properties check box that appears on the sign hidden. Done ...
Not easy ... good luck, ...

