遵循John T的想法,请使用以下自动热键脚本:
#Persistent
#NoTrayIcon
#SetTitleMatchMode, 2
SetTimer, KeepBrowsersOffline, 100
KeepBrowsersOffline:
IfWinActive, "Firefox"
{
WinClose
MsgBox, "Get Back to Work! (nice try)"
}
IfWinActive, "Internet Explorer"
{
WinClose
MsgBox, "Get Back to Work! (nice try)"
}
IfWinActive, "Opera"
{
WinClose
MsgBox, "Get Back to Work! (nice try)"
}
;repeat for any other browsers you might use
现在将其转换为EXE(以防止卸载autohotkey),将其锁定在系统的深暗角落,您需要密码才能对其执行任何操作。将密码设置为一些您可能不记得的随机内容。然后在“启动”文件夹中放置快捷方式,并将整个文件夹锁定。
结果:在您的系统上运行的任何浏览器都不会超过十分之一秒!