mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 06:02:56 +02:00
Updated the open-*.ps1 scripts
This commit is contained in:
@ -13,7 +13,9 @@
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
param([string]$URL = "http://www.fleschutz.de")
|
||||
#requires -version 5.1
|
||||
|
||||
param([string]$URL = "https://www.fleschutz.de")
|
||||
|
||||
try {
|
||||
$App = Get-AppxPackage -Name Mozilla.FireFox
|
||||
|
Reference in New Issue
Block a user