.
This commit is contained in:
parent
c79264f7ef
commit
7ccd7c04a9
Binary file not shown.
Binary file not shown.
@ -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://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://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://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
|
||||||
|
https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe
|
||||||
|
|
@ -84,10 +84,6 @@ if NOT EXIST %LOCALSTATE%\settings.json (
|
|||||||
%LOCALSTATE%\settings.json
|
%LOCALSTATE%\settings.json
|
||||||
)
|
)
|
||||||
|
|
||||||
rem RECYCLE BIN
|
|
||||||
powershell -command %TOOLS%\set-recyclebin.ps1
|
|
||||||
|
|
||||||
|
|
||||||
if EXIST %STATUSFILE% GOTO END
|
if EXIST %STATUSFILE% GOTO END
|
||||||
|
|
||||||
if EXIST %TOOLS%\personal (
|
if EXIST %TOOLS%\personal (
|
||||||
@ -105,6 +101,13 @@ echo ##### USER TWEAKS
|
|||||||
echo #####
|
echo #####
|
||||||
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 ...
|
echo Adding "This PC" icon for current user on desktop Windows 10 ...
|
||||||
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" ^
|
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
|
/v "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" /t REG_DWORD /d 0 /f 1>nul
|
||||||
|
Loading…
Reference in New Issue
Block a user