This commit is contained in:
Michael H.G. Schmidt 2023-01-26 11:13:20 +01:00
parent 64996c3402
commit 9a940568ae
14 changed files with 41 additions and 4 deletions

View File

@ -42,5 +42,11 @@ netsh advfirewall firewall add rule name="block_emclient_updates" ^
echo.
echo ####### %0 #######
rem set filetypes ...
if EXIST ..\scripts\set-filetypes.cmd (
call ..\scripts\set-filetypes.cmd
)
pause

View File

@ -32,5 +32,11 @@ echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo ####### %0 #######
rem set filetypes ...
if EXIST ..\scripts\set-filetypes.cmd (
call ..\scripts\set-filetypes.cmd
)
pause

View File

@ -137,5 +137,11 @@ if softmaker_license == 0 (
)
echo ####### %0 #######
rem set filetypes ...
if EXIST ..\scripts\set-filetypes.cmd (
call ..\scripts\set-filetypes.cmd
)
pause

View File

@ -35,3 +35,10 @@ ie4uinit.exe -show
echo ####### %0 #######
rem set filetypes ...
if EXIST ..\scripts\set-filetypes.cmd (
call ..\scripts\set-filetypes.cmd
)
pause

View File

@ -46,5 +46,11 @@ netsh advfirewall firewall add rule name="block_vscode_updates" ^
remoteport=80,443 program="%ProgramFiles%\Microsoft VS Code\Code.exe"
echo ####### %0 #######
rem set filetypes ...
if EXIST ..\scripts\set-filetypes.cmd (
call ..\scripts\set-filetypes.cmd
)
pause

View File

@ -5,7 +5,6 @@ echo ####### %0 #######
echo disabling MeetNow for ALL users ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" ^
/v "HideSCAMeetNow" /d 1 /t REG_DWORD /f
echo FUCK YOU MICROSOFT !
echo ####### %0 #######

View File

@ -1,4 +1,4 @@
# disable FUCKING windows bell in cmd.exe ...
# disable windows bell in cmd.exe ...
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
Write-Host "Disabling all windows sounds ..." -foregroundcolor red

View File

@ -5,7 +5,6 @@ echo ####### %0 #######
echo disabling UPDATES for ALL users ...
%TOOLS%\wub.exe /D /P
echo FUCK YOU MICROSOFT !
echo ####### %0 #######

View File

@ -1,5 +1,5 @@
set LANG=de-DE
set windows_updates=0
set windows_updates=1
set windows_targetrelease=2009
set logon_logo=1
set install_firefox=1

View File

@ -27,3 +27,4 @@ del /S /Q /A %T%\%MSI% 1>nul 2>nul
rd /S /Q %T%\Files
echo ####### %0 #######

View File

@ -32,6 +32,7 @@ for %%A in (
wgetdeps
winscp
wub
wumgr
) do (
@ -155,6 +156,11 @@ move /Y %T%\wub\wub_x64.exe %TOOLS%\wub.exe
rd /S /Q %T%\wub
echo.
echo WUMGR - Windows update manager
move /Y %T%\wumgr\wumgr.exe %TOOLS%\wumgr.exe
rd /S /Q %T%\wumgr
echo.
echo +++++++++++++++++++++++
echo ++++ Android tools ++++
echo +++++++++++++++++++++++

View File

@ -36,4 +36,5 @@ https://mark0.net/download/trid_w32.zip trid.zip
https://mark0.net/download/triddefs.zip triddefs.zip
https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
https://kolbi.cz/SetDefaultBrowser.zip setdefaultbrowser.zip
https://github.com/DavidXanatos/wumgr/releases/download/v1.1/WuMgr_v1.1b.zip wumgr.zip

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
36 https://mark0.net/download/triddefs.zip triddefs.zip
37 https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
38 https://kolbi.cz/SetDefaultBrowser.zip setdefaultbrowser.zip
39 https://github.com/DavidXanatos/wumgr/releases/download/v1.1/WuMgr_v1.1b.zip wumgr.zip
40