diff --git a/scripts/startmenu/Universal Watermark Disabler.lnk b/scripts/startmenu/Universal Watermark Disabler.lnk new file mode 100644 index 0000000..7a98585 Binary files /dev/null and b/scripts/startmenu/Universal Watermark Disabler.lnk differ diff --git a/scripts/unpack-zipfiles.cmd b/scripts/unpack-zipfiles.cmd index 2632a62..f03b45c 100644 --- a/scripts/unpack-zipfiles.cmd +++ b/scripts/unpack-zipfiles.cmd @@ -34,6 +34,7 @@ for %%A in ( winscp wub wumgr + uwd uwt ) do ( @@ -168,6 +169,11 @@ move /Y %T%\wumgr\wumgr.exe %TOOLS%\wumgr.exe rd /S /Q %T%\wumgr echo. +echo UWD - Universal Watermark Disabler +move /Y %T%\uwd\*.exe %TOOLS% +rd /S /Q %T%\uwd +echo. + echo UWT - Ultimate Windows Tweaker mkdir %TOOLS%\uwt 2>nul move /Y %T%\uwt\*.exe %TOOLS%\uwt\uwt.exe diff --git a/software/basic.csv b/software/basic.csv index 51da31d..b227395 100644 --- a/software/basic.csv +++ b/software/basic.csv @@ -42,4 +42,5 @@ https://kolbi.cz/SetDefaultBrowser.zip setdefaultbrowser.zip https://github.com/DavidXanatos/wumgr/releases/download/v1.1/WuMgr_v1.1b.zip wumgr.zip https://psg-prod-eastus.azureedge.net/packages/pswindowsupdate.2.2.0.3.nupkg pswindowsupdate.nupkg https://www.thewindowsclub.com/downloads/UWT4.zip UWT.zip +https://winaero.com/downloads/uwd.zip uwd.zip