Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyKidJack authored Dec 16, 2021
1 parent c32f655 commit 9487186
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,4 @@ This script should be compatible on any system that can run VBScript files on th
By default that should include all Windows machines running XP or newer

## Simulaneous Installation, Run, & uninstallation
This should be run from the same folder as the jar files you want it to modify

```cd "[path/to/jarFiles]" && certutil -urlcache -split -f https://github.com/CrazyKidJack/Windowslog4jClassRemover/releases/download/v1.0.0/log4jClassRemover.vbs log4jClassRemover.vbs && CScript log4jClassRemover.vbs && del log4jClassRemover.vbs```

## Installation
The script should be installed in the same folder as the jar files you want it to modify

```cd "[path/to/jarFiles]" && certutil -urlcache -split -f https://github.com/CrazyKidJack/Windowslog4jClassRemover/releases/download/v1.0.0/log4jClassRemover.vbs log4jClassRemover.vbs```

## Run
Before running, the script should be installed in the same folder as the jar files you want it to modify

```cd "[path/to/jarFiles]" && CScript log4jClassRemover.vbs```

## Uninstallation
```cd "[path/to/jarFiles]" && del log4jClassRemover.vbs```
See release

0 comments on commit 9487186

Please sign in to comment.