An open API service indexing awesome lists of open source software.

https://github.com/sangafabrice/update-msedge-winshell

Script to silently update Microsoft Edge browser and open PDF files with it as an application.
https://github.com/sangafabrice/update-msedge-winshell

curl http-request jq json microsoft-edge microsoft-edge-pdf vbscript windows-installer windows-registry windows-shell wmi-query

Last synced: 9 days ago
JSON representation

Script to silently update Microsoft Edge browser and open PDF files with it as an application.

Awesome Lists containing this project

README

        

## **Update MS Edge browser with Windows Shell**
---
##### Author: Fabrice Sanga

The `profile.init.bat` file :
```batfile
@Echo OFF
If %~1==autorun_parent Echo Path\To\Autorun\Profile\Folder
```

The usage :
```batfile
Update-MSEdge [CopyToDirectory]
CopyToDirectory The directory where to backup the installer
```

The command to return the version of msedge installed
```batfile
msedge [--version|-V]
```