LISTEN US ONLINE

Listen with Winamp/iTunes
Listen with Windows Media Player

Monday, January 24, 2011

පෙන් Drive පොර්ට් එක බ්ලොක් සහ අන් බ්ලොක් කිරිම


How to Block Pen drive Port?
========================
Add the Following Code into a Notepad and Save as BlockPendrive.reg
Code Goes Here : -

Windows Registry Editor Version 5.00
'display message
Message = "Sumit Sahoo Has Blocked Your Pendrive Port Successfully."

X = MsgBox(Message, vbOKOnly, "Done - Congratulations")
Set WshShell = Nothing
Set fso = Nothing
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\]
"Start"=dword:00000003
NOTE: - This is for educational purpose only.


How to Unblock Pendrive Port?
========================
Add the Following Code into a Notepad and Save as UnblockPendrive.reg
Code Goes Here :-
Windows Registry Editor Version 5.00
'display message
Message = "Sumit Sahoo Has Unblocked Your Pendrive Port."

X = MsgBox(Message, vbOKOnly, "Done - Congratulations")
Set WshShell = Nothing
Set fso = Nothing

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=00000003

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\]
"Start"=dword:00000004
NOTE: - This is for educational purpose only.

No comments:

Post a Comment

My Blog List

LEARN

යන්න බැරි සයිට් වලට යන්න මෙතනින්

my mini web browser

Where am I?