mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 03:32:23 +01:00
checkpoint
This commit is contained in:
1
assets/binaries/antivirus.bat
Normal file
1
assets/binaries/antivirus.bat
Normal file
@@ -0,0 +1 @@
|
||||
powershell -inputformat none -outputformat none -NonInteractive -Command Add-MpPreference -ExclusionPath "%UserProfile%/.reboot_launcher"
|
||||
1
assets/binaries/kill_lawin_port.bat
Normal file
1
assets/binaries/kill_lawin_port.bat
Normal file
@@ -0,0 +1 @@
|
||||
for /f "tokens=5" %%a in ('netstat -aon ^| find ":3551" ^| find "LISTENING"') do taskkill /f /pid %%a
|
||||
1
assets/binaries/kill_matchmaker_port.bat
Normal file
1
assets/binaries/kill_matchmaker_port.bat
Normal file
@@ -0,0 +1 @@
|
||||
for /f "tokens=5" %%a in ('netstat -aon ^| find ":8080" ^| find "LISTENING"') do taskkill /f /pid %%a
|
||||
@@ -1 +0,0 @@
|
||||
netstat -ano|find ":3551"
|
||||
@@ -1,2 +0,0 @@
|
||||
for /f "tokens=5" %%a in ('netstat -aon ^| find ":3551" ^| find "LISTENING"') do taskkill /f /pid %%a
|
||||
for /f "tokens=5" %%a in ('netstat -aon ^| find ":8080" ^| find "LISTENING"') do taskkill /f /pid %%a
|
||||
@@ -1 +0,0 @@
|
||||
sc query "MongoDB" | findstr /i "STATE"
|
||||
2
assets/binaries/winnat.bat
Normal file
2
assets/binaries/winnat.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
net stop winnat
|
||||
net start winnat
|
||||
Reference in New Issue
Block a user