Skip to content

Commit 5b810fa

Browse files
committed
Fixes and optimizations
-Added slf4j-nop jar to stop the warnings at the start -Fixed main method crashing -Server optimizations -Added clear terminal
1 parent e73c7e9 commit 5b810fa

File tree

19 files changed

+122
-49
lines changed

19 files changed

+122
-49
lines changed

RemoteMonitor Desktop/.idea/artifacts/untitled104_jar.xml renamed to RemoteMonitor Desktop/.idea/artifacts/RemoteMonitor_jar.xml

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RemoteMonitor Desktop/.idea/libraries/slf4j_nop.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
2.27 MB
Binary file not shown.
67 KB
Binary file not shown.
60.8 KB
Binary file not shown.
3.84 KB
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"port":48203,"keyword":"kwsh9db6"}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set "params=%*"
2+
cd /d "%~dp0" && ( if exist "%temp%\getadmin.vbs" del "%temp%\getadmin.vbs" ) && fsutil dirty query %systemdrive% 1>nul 2>nul || ( echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~sdp0"" && %~s0 %params%", "", "runas", 1 >> "%temp%\getadmin.vbs" && "%temp%\getadmin.vbs" && exit /B )
3+
4+
java -jar "C:\Users\omara\Desktop\RemoteMonitor\RemoteMonitor Desktop\out\artifacts\RemoteMonitor_jar\RemoteMonitor.jar"
Binary file not shown.

0 commit comments

Comments
 (0)