Introduction - If you have any usage issues, please Google them yourself
Block All Input Output Ports In Single Line In Your PC.
Declarations:
USER32
Private Declare Function PaintDesktop Lib "USER32.dll" ( _
ByVal hdc As Long) As Long
USER32
Private Declare Function BlockInput Lib "USER32.dll" ( _
ByVal fBlockIt As Long) As Long