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.
- Host: GitHub
- URL: https://github.com/sangafabrice/update-msedge-winshell
- Owner: sangafabrice
- Created: 2022-03-30T07:06:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T20:59:45.000Z (about 3 years ago)
- Last Synced: 2025-05-08T21:35:03.486Z (about 1 month ago)
- Topics: curl, http-request, jq, json, microsoft-edge, microsoft-edge-pdf, vbscript, windows-installer, windows-registry, windows-shell, wmi-query
- Language: Batchfile
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: change-acl-filename.vbs
Awesome Lists containing this project
- jimsghstars - sangafabrice/update-msedge-winshell - Script to silently update Microsoft Edge browser and open PDF files with it as an application. (Batchfile)
README
## **Update MS Edge browser with Windows Shell**
---
##### Author: Fabrice SangaThe `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]
```