An "All-in-one" solution for downloading, converting and playing offline videos from the Internet.


Does not contain a list of supported sites and allows you to download videos even from little-known and new sites.

Download Save Video plugin right now!  (4.5MB)

Download videos from sites like YouTube and save it as MP4, AVI, MPEG, FLV file to your PC or laptop.

Save Video plugin for Internet Explorer (3 in 1 - Downloader,Converter,Player)
 

Msix Install Powershell Instant

Gone are the days of double-clicking every installer. For IT Pros and developers, automating MSIX deployments is a game-changer for consistency and scale.

Get-AuthenticodeSignature -FilePath "App.msix" Whether you’re pushing via Intune, SCCM, or a custom automation script, mastering Add-AppxPackage and Add-AppxProvisionedPackage unlocks repeatable, silent MSIX deployments. msix install powershell

# Install for current user Add-AppxPackage -Path "C:\Apps\MyApp.msix" Add-AppxPackage -Path "\server\share\App.msix" Gone are the days of double-clicking every installer

Have you migrated your legacy setups to MSIX yet? Let’s discuss below! 👇 or a custom automation script

$Dependencies = @( "C:\Deps\VCLibs.x64.msix", "C:\Deps\Runtime.msix" ) Add-AppxPackage -Path "MyApp.msix" -DependencyPath $Dependencies

#PowerShell #MSIX #WindowsDevOps #AppPackaging #Automation

© 2019 . All rights reserved.