added Universal Watermark Disabler
This commit is contained in:
parent
a3572157b0
commit
9b320f2c30
BIN
scripts/startmenu/Universal Watermark Disabler.lnk
Normal file
BIN
scripts/startmenu/Universal Watermark Disabler.lnk
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user