Turn off Aero shake registry tweak not working anymore (needs an ID)

10Fan

New member
Local time
7:30 PM
Messages
18
On Windows 7 ultimate, the usual registry tweak to disable Aero shake, works fine...

Code:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"NoWindowMinimizingShortcuts"=dword:00000001

When trying that on Windows 7 Enterprise x64, it no longer works, but I know why...

I used Nirsoft "Registry Changes View" to see what's happening when I apply the setting manually in Group Policy (on Windows 7 Enterprise) and I found that it puts the "NoWindowMinimizingShortcuts" setting in the above key as per normal, but it also adds it here too...

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}User\Software\Policies\Microsoft\Windows\Explorer]
"NoWindowMinimizingShortcuts"=dword:00000001
:huh:

(XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX is a unique identifier I have blanked out here)

Does this make applying the tweak impossible?

I am sure this is something that happens because the Windows 7 edition is Enterprise?

The first tweak I listed (and the one posted everywhere) seems to work fine on Windows 7 Ultimate.

Thanks in advance.
 

My Computer My Computer

At a glance

Windows 10 x64
Computer type
PC/Desktop
OS
Windows 10 x64

My Computer My Computer

At a glance

64-bit Windows 11 Pro for WorkstationsIntel i7-8700K OC'd to 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Hello 10Fan, :-)

Just to verify, did you restart the computer after changing the registry to apply?

:ar: Aero Shake - Enable or Disable

Yes.

I have VMware snapshots of 7 Ultimate x64 SP1 and 7 Enterprise x64 SP1 and can swap between them, the first tweak I posted definitely works on Ultimate, but doesn't on Enterprise.

It's not really a big deal, I can always open gpedit.msc and disable Aero shake but it's frustrating when there's a little hiccup like this, or a challenge, or whatever. :cool: I don't really care about it but I wonder why the same tweak doesn't work on Enterprise, vs Ultimate.

Cheers.
 

My Computer My Computer

At a glance

Windows 10 x64
Computer type
PC/Desktop
OS
Windows 10 x64
I'm not sure either since the policy in gpedit.msc modifies the exact same registry settings. :confused:
 

My Computer My Computer

At a glance

64-bit Windows 11 Pro for WorkstationsIntel i7-8700K OC'd to 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
I'm not sure either since the policy in gpedit.msc modifies the exact same registry settings. :confused:

It doesn't.

On Ultimate it only changes the NoWindowMinimizingShortcuts entry under this key:

Code:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]

On Enterprise, it changes that one the same way, but it also sets NoWindowMinimizingShortcuts under this key:

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}User\Software\Policies\Microsoft\Windows\Explorer]

There's no way I know of to set that in a reg script because it's using a unique identifier.
 

My Computer My Computer

At a glance

Windows 10 x64
Computer type
PC/Desktop
OS
Windows 10 x64
That's normal.

The first location is what actually gets set for the policy, and should apply it whether it was set manually or gpedit.msc. Sometimes restarting Windows is required to apply though.

The second location is just a reference used when set via gpedit.msc.
 

My Computer My Computer

At a glance

64-bit Windows 11 Pro for WorkstationsIntel i7-8700K OC'd to 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Brink OK thanks.

This wasn't an April fools but it actually does work with the original tweak, but I thought it had not because I am applying tweaks at first login - where it's not sticking for some reason.

I seem to remember having this happen on Windows 10 with the right-click This PC options and I think I had to create a RunOnce to apply it on the next reboot, hmmmmmmmm.... I'll do more digging.

EDIT: I fixed it by putting this in the tweaks that run at first logon (on an unattended install)...

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]
"DisableAeroShake"="Reg.exe add \"HKCU\\Software\\Policies\\Microsoft\\Windows\\Explorer\" /v \"NoWindowMinimizingShortcuts\" /t REG_DWORD /d \"1\" /f"

This puts the tweak in RunOnce as a batch command, it works and Aero shake is disabled :-)

I just upgraded my PC to a faster machine and, running a 2019 motherboard I guess I should be on Windows 10 by now, but when I drag a window (even slowly) it was somehow registering it as me shaking the window and it was minimizing all other windows. On my slower machine it never happened, I didn't even know Aero shake was enabled lol.
 
Last edited:

My Computer My Computer

At a glance

Windows 10 x64
Computer type
PC/Desktop
OS
Windows 10 x64
Back
Top