added ViveTool and script to disable nag screen in settings menu

This commit is contained in:
Michael H.G. Schmidt 2021-03-14 14:11:38 +01:00
parent d2bf9d81d5
commit edc363b672
5 changed files with 27 additions and 1 deletions

View File

@ -166,6 +166,9 @@ echo.
call disable-meetnow.cmd
echo.
call disable-settingsheader.cmd
echo.
call disable-autologon.cmd
echo.

View File

@ -0,0 +1,12 @@
@echo off
set TOOLS=c:\tools
echo ####### %0 #######
rem Dear Microsoft, please stop adding STUPID features to windows!
rem Rewards ? Really ? Seriously ?
echo disabling nag screen in windows settings ...
%TOOLS%\vivetool delconfig 18299130 1
echo ####### %0 #######

View File

@ -23,6 +23,7 @@ for %%A in (
setacl
showkeyplus
vim
vivetool
winscp
wub
@ -104,6 +105,11 @@ move /Y %T%\vim\vim.exe %TOOLS%
rd /S /Q %T%\vim
echo.
echo ViveTool
move /Y %T%\vivetool\vivetool.exe %TOOLS%
rd /S /Q %T%\vivetool
echo.
echo WinSCP
move /Y %T%\winscp\*.exe %TOOLS%
rd /S /Q %T%\winscp

View File

@ -21,6 +21,7 @@ https://www.nirsoft.net/utils/regscanner-x64.zip regscanner.zip
http://www.drivesnapshot.de/download/snapshot64.exe snapshot64.exe
https://helgeklein.com/downloads/SetACL/current/SetACL%20(executable%20version).zip setacl.zip
https://github.com/Superfly-Inc/ShowKeyPlus/releases/download/ShowKeyPlus1.1.14.1/ShowKeyPlus1.1.14.1.zip showkeyplus.zip
https://github.com/thebookisclosed/ViVe/releases/download/v0.2.1/ViVeTool-v0.2.1.zip vivetool.zip
https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
https://www.heidoc.net/php/Windows-ISO-Downloader.exe Windows-ISO-Downloader.exe
https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
21 http://www.drivesnapshot.de/download/snapshot64.exe snapshot64.exe
22 https://helgeklein.com/downloads/SetACL/current/SetACL%20(executable%20version).zip setacl.zip
23 https://github.com/Superfly-Inc/ShowKeyPlus/releases/download/ShowKeyPlus1.1.14.1/ShowKeyPlus1.1.14.1.zip showkeyplus.zip
24 https://github.com/thebookisclosed/ViVe/releases/download/v0.2.1/ViVeTool-v0.2.1.zip vivetool.zip
25 https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
26 https://www.heidoc.net/php/Windows-ISO-Downloader.exe Windows-ISO-Downloader.exe
27 https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle

View File

@ -136,7 +136,6 @@ echo ##### cleaning ...
echo #####
echo.
rem MORE stupid OS problems ...
rem these actions must to be done over and over again - some zombies keep coming back ...
echo reorg for start menu and desktop ...
@ -149,6 +148,11 @@ echo System Tools ...
move /Y %STARTMENU%\"System Tools\*.*" ^
%STARTMENU_PUBLIC%\"System Tools" 2>nul
rem remove and rename some stuff ...
move /Y %STARTMENU_PUBLIC%\"System Tools\computer.lnk" ^
%STARTMENU_PUBLIC%\"System Tools\This PC.lnk" 2>nul
del /F %STARTMENU_PUBLIC%\"System Tools\Command Prompt.lnk" 2>nul
rem ... stupid OS problem #5
rem same here for the accessibility tools. WHY ? stupid Microsoft.
echo Accessibility Tools ...