From a6e706a416ee707caf4bcdbebc7416a0f4f1a464 Mon Sep 17 00:00:00 2001 From: breadcat Date: Thu, 14 Feb 2019 16:48:16 +0000 Subject: Include windows 10 aero shake --- 3-registry.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/3-registry.bat b/3-registry.bat index cc0a837..4f8cbbe 100644 --- 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 -- cgit v1.2.3