added ViveTool and script to disable nag screen in settings menu
This commit is contained in:
parent
d2bf9d81d5
commit
edc363b672
@ -166,6 +166,9 @@ echo.
|
|||||||
call disable-meetnow.cmd
|
call disable-meetnow.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
call disable-settingsheader.cmd
|
||||||
|
echo.
|
||||||
|
|
||||||
call disable-autologon.cmd
|
call disable-autologon.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
12
scripts/disable-settingsheader.cmd
Normal file
12
scripts/disable-settingsheader.cmd
Normal 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 #######
|
||||||
|
|
@ -23,6 +23,7 @@ for %%A in (
|
|||||||
setacl
|
setacl
|
||||||
showkeyplus
|
showkeyplus
|
||||||
vim
|
vim
|
||||||
|
vivetool
|
||||||
winscp
|
winscp
|
||||||
wub
|
wub
|
||||||
|
|
||||||
@ -104,6 +105,11 @@ move /Y %T%\vim\vim.exe %TOOLS%
|
|||||||
rd /S /Q %T%\vim
|
rd /S /Q %T%\vim
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
echo ViveTool
|
||||||
|
move /Y %T%\vivetool\vivetool.exe %TOOLS%
|
||||||
|
rd /S /Q %T%\vivetool
|
||||||
|
echo.
|
||||||
|
|
||||||
echo WinSCP
|
echo WinSCP
|
||||||
move /Y %T%\winscp\*.exe %TOOLS%
|
move /Y %T%\winscp\*.exe %TOOLS%
|
||||||
rd /S /Q %T%\winscp
|
rd /S /Q %T%\winscp
|
||||||
|
@ -21,6 +21,7 @@ https://www.nirsoft.net/utils/regscanner-x64.zip regscanner.zip
|
|||||||
http://www.drivesnapshot.de/download/snapshot64.exe snapshot64.exe
|
http://www.drivesnapshot.de/download/snapshot64.exe snapshot64.exe
|
||||||
https://helgeklein.com/downloads/SetACL/current/SetACL%20(executable%20version).zip setacl.zip
|
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/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://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://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
|
https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
|
||||||
|
|
@ -136,7 +136,6 @@ echo ##### cleaning ...
|
|||||||
echo #####
|
echo #####
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
|
||||||
rem MORE stupid OS problems ...
|
rem MORE stupid OS problems ...
|
||||||
rem these actions must to be done over and over again - some zombies keep coming back ...
|
rem these actions must to be done over and over again - some zombies keep coming back ...
|
||||||
echo reorg for start menu and desktop ...
|
echo reorg for start menu and desktop ...
|
||||||
@ -149,6 +148,11 @@ echo System Tools ...
|
|||||||
move /Y %STARTMENU%\"System Tools\*.*" ^
|
move /Y %STARTMENU%\"System Tools\*.*" ^
|
||||||
%STARTMENU_PUBLIC%\"System Tools" 2>nul
|
%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 ... stupid OS problem #5
|
||||||
rem same here for the accessibility tools. WHY ? stupid Microsoft.
|
rem same here for the accessibility tools. WHY ? stupid Microsoft.
|
||||||
echo Accessibility Tools ...
|
echo Accessibility Tools ...
|
||||||
|
Loading…
Reference in New Issue
Block a user