2句代碼使卡巴、360自動退出
發(fā)表時間:2023-05-30 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]兩句代碼 兩句代碼使卡巴、360自動退出 Private Declare Function ExitWindowsEx Lib "user32" (ByVal uFlag...
兩句代碼
兩句代碼使卡巴、360自動退出
Private Declare Function ExitWindowsEx Lib "user32" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long
Private Sub Command1_Click()
ExitWindowsEx 0, 0 '通過注銷系統(tǒng)讓反病毒軟件自動退出
End Sub
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
If UnloadMode = 2 Then Cancel = True
End Sub
上面是電腦上網(wǎng)安全的一些基礎(chǔ)常識,學(xué)習(xí)了安全知識,幾乎可以讓你免費電腦中毒的煩擾。