随笔分类 -  windows

摘要:``` sc create frp binPath= C:\exe\exe.exe start= auto ``` 阅读全文
posted @ 2018-10-28 02:29 idlewith 阅读(138) 评论(0) 推荐(0)
摘要:``` Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyEnable"=dword:00000001 "ProxyServer"="openproxy.otfsneter.com:8080" "Pr... 阅读全文
posted @ 2018-08-07 15:48 idlewith 阅读(919) 评论(0) 推荐(0)
摘要:``` http://www.nirsoft.net/utils/file_types_manager.html ``` 阅读全文
posted @ 2018-04-12 10:47 idlewith 阅读(147) 评论(0) 推荐(0)
摘要:``` schtasks /create /sc minute /mo 5 /st 00:00:00 /tn "ws_monitor" /tr "C:\Python27_64\python.exe C:\cell_manage\ws_monitor.py" /ru "System" /f ``` 阅读全文
posted @ 2017-10-17 08:50 idlewith 阅读(183) 评论(0) 推荐(0)
摘要:``` 1- HKCU\Software\Microsoft\Avalon.Graphics clear all except default 2- HKCU\Control Panel\Desktop FontSmoothing 2 FontSmoothingGamma 0x00000000(0)... 阅读全文
posted @ 2017-08-30 09:03 idlewith 阅读(149) 评论(0) 推荐(0)