Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This PowerShell script automates the process of checking for the latest version of WinRAR and updating it silently on your Windows system. No more manual downloads or installations - just run the script and stay up to date!

Notifications You must be signed in to change notification settings

ImmortalZeus/Winrar-Auto-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» WinRAR Auto Updater (PowerShell)

This PowerShell script automates the process of checking for the latest version of WinRAR and updating it silently on your Windows system. No more manual downloads or installations - just run the script and stay up to date!

This repository includes three PowerShell-based approaches to automatically update WinRAR on Windows:

  1. βœ… Direct from rarlab.com
  2. 🍫 Using Chocolatey
  3. πŸͺŸ Using Winget

Each method has its own strengths and trade-offs. Choose the one that best fits your system setup and update preferences.

Personally, I like the direct-from-rarlab.com method best.


πŸ“Š Comparison Table

Feature Direct from RARLAB Using Chocolatey (choco) Using Winget (winget)
Update speed πŸ”₯πŸ”₯πŸ”₯ Fastest (same-day) πŸ”₯ Fast (same-day, or with a slight delay of about 1–3 days) 🐒 Often delayed (days–weeks)
Can install beta versions βœ… Yes (pulls directly from RARLAB, so you'll get beta versions too) ❌ No (choco usually sticks to stable releases) ❌ No (winget usually sticks to stable releases)
Consistency ⭐⭐⭐ (May break if rarlab.com changes its website or file naming format. But honestly, they've kept things stable for years) ⭐⭐⭐⭐⭐ (Stable via package manager) ⭐⭐⭐⭐⭐ (Stable via package manager)
Version check before update βœ… Yes βœ… Yes βœ… Yes
Requires package manager ❌ No βœ… Yes (choco) βœ… Yes (winget)
Auto installs package manager ❌ No (Because we don't need) βœ… Yes βœ… Yes
Silent install βœ… Yes βœ… Yes βœ… Yes
Skips if WinRAR is running βœ… Yes βœ… Yes βœ… Yes
Scheduled task support βœ… Yes βœ… Yes βœ… Yes
Logging support βœ… Yes βœ… Yes βœ… Yes

πŸ“„ Further information can be found in the README.md file located in each script's directory.


About

This PowerShell script automates the process of checking for the latest version of WinRAR and updating it silently on your Windows system. No more manual downloads or installations - just run the script and stay up to date!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published