Destiny 2 – Best Methods for Block Matchmaking & Solo Strikes/Hunt Guide

Destiny 2 – Best Methods for Block Matchmaking & Solo Strikes/Hunt Guide 1 - steamlists.com
Destiny 2 – Best Methods for Block Matchmaking & Solo Strikes/Hunt Guide 1 - steamlists.com

This method will allow you to solo matchmade activities by preventing other players from joining in.

 
No speedrunner will ruin your bounty farming ever again!!
 
 
To do this method you’ll want to open notepad paste this script into that document and then save it as “solod2.ps1”
 
the ‘.ps1’ part makes this files a powershell command file.
 
 
Now go to where you saved the file, right click on it then run with powershell.
 
Type in the letter “A” and hit “Enter” ; when it’s done launch Destiny 2
 
 
Whenever you want to turn matchmaking on, open that powershell window and hit enter it will undo everything and then close itself.
 
 

The Script.

 
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] “Administrator”)) { Start-Process powershell.exe “-NoProfile -ExecutionPolicy Bypass -File `”$PSCommandPath`”” -Verb RunAs; exit }
 
 
New-NetFirewallRule -DisplayName “Destiny2-Solo-1” -Direction Outbound -RemotePort 27000-27200,3097 -Protocol TCP -Action Block
 
 
New-NetFirewallRule -DisplayName “Destiny2-Solo-2” -Direction Outbound -RemotePort 27000-27200,3097 -Protocol UDP -Action Block
 
 
New-NetFirewallRule -DisplayName “Destiny2-Solo-3” -Direction Inbound -RemotePort 27000-27200,3097 -Protocol TCP -Action Block
 
 
New-NetFirewallRule -DisplayName “Destiny2-Solo-4” -Direction Inbound -RemotePort 27000-27200,3097 -Protocol UDP -Action Block
 
 
Write-Host “Destiny 2 Solo mode activated. Press Enter to deactivate solo mode.”
 
 
Read-Host
 
 
Remove-NetFirewallRule -DisplayName “Destiny2-Solo-1”
 
 
Remove-NetFirewallRule -DisplayName “Destiny2-Solo-2”
 
 
Remove-NetFirewallRule -DisplayName “Destiny2-Solo-3”
 
 
Remove-NetFirewallRule -DisplayName “Destiny2-Solo-4”
 
 
 

Disclaimer

  • BattlEye won’t detect it as a cheat, but your game will crash if you don’t turn it off before inviting friends to your fireteam or LFG. (you will be given a wierd error code and BattlEye will pop up)
  • If you have an anti-virus, it might not work. Turn it off and try again.
     
     
     
    It will work if you’re sailing Windows Defender/Firewall.
  • Turn off any type of proxy or VPN that might be on.
  • If it still doesn’t work; Restart the PC , run the files as Administrator , Login into Steam , Then run Destiny2

 
 
 

Important Note –

Original automated PowerShell script shown in this guide was written by AquaSurf (Feb/2020)
 
 
Derived from a youtube video –
 
 

 
 
Direct subscribing link –
 
https://www.youtube.com/channel/UCl1M49CAo9u99gABBIqEgDQ?sub_confirmation=1 – [youtube.com] 
 
 
Source: https://www.reddit.com/r/DestinyTheGame/comments/fgjzo0/destiny_2_changed_ports_for_solo_mode_on_pc/fnte3u0/ – [reddit.com] 
 
 
I have posted it here to spread the word, since many people complain about strikes not being solo.
 
 
 

If this guide was helpful please consider giving an award!

Thanks for reading!
 
I hope you enjoyed reading this guide.
 
Also, please make sure to rate this up, it’s free and you can always change your mind later.
 
 
If this guide was helpful please consider giving an award!
 
 

Written by PotatoBro47

 
 
This is all about Destiny 2 – Best Methods for Block Matchmaking & Solo Strikes/Hunt Guide; I hope you enjoy reading the Guide! If you feel like we should add more information or we forget/mistake, please let us know via commenting below, and thanks! See you soon!
 
 


1 Comment

  1. Script does not work, Powershell window immediately closes itself, does not allow input. No antivirus running, script input exactly as shown and file renamed. Running with Powershell.

Leave a Reply

Your email address will not be published.


*