This commit is contained in:
Michael H.G. Schmidt 2022-05-28 21:52:20 +02:00
parent c79264f7ef
commit 7ccd7c04a9
4 changed files with 8 additions and 4 deletions

View File

@ -28,3 +28,4 @@ https://github.com/mhgschmidt/snapcontrol/releases/download/V1.07/snapcontrol.zi
https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe java-setup.exe
https://www.ausweisapp.bund.de/fileadmin/user_upload/Software/AusweisApp2-1.22.5.msi ausweisapp2-setup.msi
https://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
28 https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe java-setup.exe
29 https://www.ausweisapp.bund.de/fileadmin/user_upload/Software/AusweisApp2-1.22.5.msi ausweisapp2-setup.msi
30 https://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
31 https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe

View File

@ -84,10 +84,6 @@ if NOT EXIST %LOCALSTATE%\settings.json (
%LOCALSTATE%\settings.json
)
rem RECYCLE BIN
powershell -command %TOOLS%\set-recyclebin.ps1
if EXIST %STATUSFILE% GOTO END
if EXIST %TOOLS%\personal (
@ -105,6 +101,13 @@ echo ##### USER TWEAKS
echo #####
echo.
echo setting RECYCLE BIN limits ...
powershell -command %TOOLS%\set-recyclebin.ps1
echo Enabling the show file extensions feature in explorer ...
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^
/v "HideFileExt" /t REG_DWORD /d 0 /f 1>nul
echo Adding "This PC" icon for current user on desktop Windows 10 ...
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" ^
/v "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" /t REG_DWORD /d 0 /f 1>nul