wingetautoupdate/README.md

13 lines
624 B
Markdown
Raw Normal View History

2022-01-16 17:11:35 +00:00
# Winget-autoupdate
2022-01-16 23:00:44 +00:00
Scripts to create scheduled tasks to daily update apps as system and notify connected users
2022-01-16 22:59:37 +00:00
2022-01-21 08:36:07 +00:00
## Intallation
2022-01-16 22:59:37 +00:00
Simply download project, unzip, run install.bat as admin.
2022-01-18 08:53:53 +00:00
2022-01-21 08:36:07 +00:00
## Info
2022-01-21 08:58:17 +00:00
You can exclude app to update (for instance, apps you want to keep at a certain version or apps with built in auto-update):
2022-01-21 09:02:01 +00:00
Add the apps' ID you want to disable autoupdate to 'sample-excluded_apps.txt' and rename it to 'excluded_apps.txt'. (File must be in installation folder, or re-run install.bat)
2022-01-21 08:36:07 +00:00
## Optimization
2022-01-21 08:37:00 +00:00
As I am not originaly a script dev, fell free to give me any advise or optimizations in code. Thanks :ok_hand: