This file contains hidden or 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
#Requires -RunAsAdministrator | |
### Script used for: | |
### Kill all lnd process.exe that are listed below. It will also close the dex if it's still running | |
### Delete all lnd.log files in your assets folder | |
### Clean debug.log file | |
### How to run | |
### 1.Script must be run in Admin mode | |
### 2. If you get an 'execution of scripts is disabled on this system' error, please run once the command below to activate unsigned scripts |