Copy the sandbox config I'm using for Strawberry Jam 9.
This commit is contained in:
		
							
								
								
									
										5
									
								
								sandbox/SandboxInput/disable_smartscreen.ps1
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								sandbox/SandboxInput/disable_smartscreen.ps1
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "EnableSmartScreen" -Type DWord -Value 0
 | 
			
		||||
If (!(Test-Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter")) {
 | 
			
		||||
    New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" -Force | Out-Null
 | 
			
		||||
}
 | 
			
		||||
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" -Name "EnabledV9" -Type DWord -Value 0
 | 
			
		||||
		Reference in New Issue
	
	Block a user