Skip to content

Instantly share code, notes, and snippets.

@libnumafly
Last active November 13, 2019 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save libnumafly/1297f8edbabb8e9dc8caef07074d78aa to your computer and use it in GitHub Desktop.
Save libnumafly/1297f8edbabb8e9dc8caef07074d78aa to your computer and use it in GitHub Desktop.
某社の某フィルタリングソフトの動作を止める用 Raw表示から名前を付けて.cmd形式で保存してください
sc failure IFP6MainService reset=0 actions=/////
for /l %%n in (1,1,10) do (
TASKKILL /F /FI "IMAGENAME eq nc6*"
)
sc stop ifp6wfp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment