Advertisement
ghiwar

firefox portable on win server

Nov 11th, 2024 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $Path=$env:TEMP; $Installer="FirefoxPortableInstaller.exe"; Invoke-WebRequest -Uri "https://portableapps.com/redirect/?a=FirefoxPortable&s=s&p=&d=pa&n=Mozilla%20Firefox,%20Portable%20Edition&f=FirefoxPortable_132.0.1_English.paf.exe" -OutFile "$Path\$Installer"; Start-Process -FilePath "$Path\$Installer" -Args "/SILENT" -Wait; Remove-Item "$Path\$Installer"
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement