Update README.md
parent
322ab41f94
commit
4c24271d27
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue