Destiny 2 Solo - Windows PowerShell Script
A Windows PowerShell Script to Block Destiny 2 Matchmaking, which creates Solo Mode Lobbys to farm Bounties etc.
Make sure to activate this script IN ORBIT and then go where you want
Hey, I ran the script, but it's saying "the execution of scripts is disabled on this system"
In this case:
- -> Press your Windows Key
- -> Type PowerShell
- -> Right click on it
- -> Run as Administrator
- -> Paste this:
set-executionpolicy remotesigned
- -> Hit Enter
Note: You should change this Executionpolicy back to its default if you plan on never using this script again.
You can change it back to default By doing everything above, but changing Step 5 to: set-executionpolicy Restricted
Here are the Official Microsoft Explanations about the Executionpolicys:
- Restricted -> Doesn't load configuration files or run scripts. The default execution policy for Windows client computers.
- RemoteSigned -> Requires that all scripts and configuration files downloaded from the Internet are signed by a trusted publisher. The default execution policy for Windows server computers.
You can look up these Explanations by yourself -> On the Official Microsoft Documentation.