Update README.md

pull/9/head^2
Romain 2022-02-21 15:10:46 +01:00 committed by GitHub
parent 322ab41f94
commit 4c24271d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Winget-AutoUpdate # Winget-AutoUpdate (WAU)
This project uses the Winget tool to daily update apps (with system context) and notify users when updates are available and installed. This project uses the Winget tool to daily update apps (with system context) and notify users when updates are available and installed.
![image](https://user-images.githubusercontent.com/96626929/150645599-9460def4-0818-4fe9-819c-dd7081ff8447.png) ![image](https://user-images.githubusercontent.com/96626929/150645599-9460def4-0818-4fe9-819c-dd7081ff8447.png)
@ -22,8 +22,11 @@ This way, even without connected user, powered on computers get updated anyway.
### Log location ### Log location
You can find logs in install location, in log folder. You can find logs in install location, in log folder.
## Optimization ## Update WAU
As scripting is not my main job, feel free to give us any suggestions or optimizations in code. Same process as new installation : download, unzip and run "install.bat"
## Help ## Help
In some cases, you need to "unblock" the "intall.bat" file (Windows Defender SmartScreen). Right click, properties and unblock. Then, you'll be able to run it. In some cases, you need to "unblock" the "intall.bat" file (Windows Defender SmartScreen). Right click, properties and unblock. Then, you'll be able to run it.
## Optimization
As scripting is not my main job, feel free to give us any suggestions or optimizations in code.