Last active
November 13, 2019 10:00
-
-
Save libnumafly/1297f8edbabb8e9dc8caef07074d78aa to your computer and use it in GitHub Desktop.
某社の某フィルタリングソフトの動作を止める用 Raw表示から名前を付けて.cmd形式で保存してください
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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