win10-prep

Batch script to tweak Windows 10 to a more usable form
Log | Files | Refs

commit a6e706a416ee707caf4bcdbebc7416a0f4f1a464
parent ab7e10978d50bf24bbd11bb3953e205d60f0eafd
Author: breadcat <peter.gill@chillitelecom.co.uk>
Date:   Thu, 14 Feb 2019 16:48:16 +0000

Include windows 10 aero shake

Diffstat:
M3-registry.bat | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/3-registry.bat b/3-registry.bat @@ -111,6 +111,7 @@ rem show application names in taskbar reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarGlomLevel" /t REG_DWORD /d "2" /f rem disable aero shake reg add "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v "NoWindowMinimizingShortcuts" /t REG_DWORD /d "1" /f +reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "DisallowShaking" /t REG_DWORD /d "1" /f rem add control panel icon view to my computer reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D}" /f rem add recycle bin icon to my computer