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