How To Enable Or Disable AeroShake in Windows 10
Copy codes are given below into notepad and save them as a .reg file
, double click on reg file to add them to the registry.
Restart the “Windows Explorer
” process to apply changes.
Enable AeroShake :
1 2 3 | Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer] “NoWindowMinimizingShortcuts”=dword:00000001 |
Disable AeroShake :
1 2 3 | Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer] “NoWindowMinimizingShortcuts”=dword:00000001 |
Part 1:
What is Aeroshake
Aeroshake is a feature of Windows Explorer that allows you to quickly minimize and maximize all windows except current active window.
Part 2:
How to enable Aeroshake
Double click on enable.reg to add it to the library, After that open Task chief and restart “Windows Explorer” process, this will empower Aero Shake for the current client.
Part 2:
How to disable Aeroshake
Double click on disable.reg to add it to the registry, After that open Task manager and restart “Windows Explorer” process, this will disable Aero Shake for the current user.
Part 3:
What happens after disabling Aeroshake
Subsequent to crippling air shake, Windows won’t be limited or expanded regardless of how hard you share current dynamic window
Part 4:
How to create .reg files for disabling Aeroshake
(source code of .reg
files is given above, please read the first paragraph)