Remove the Quick Links in Open/Save Dialog Boxes

This tweak will remove the 5 quick links in the Places bar, which is located on the left side of Windows' generic Open/Save dialog boxes.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32]
"NoPlacesBar"=dword:00000001

Setting it to 1 removes the Places Bar. Setting it to 0 or simply deleting the NoPlacesBar value will show it. The NoPlacesBar value must be a DWORD type value.
» Example Registry Tweak
; Hides the Places bar (quick links) in Windows Open/Save dialog boxes
;
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32]
"NoPlacesBar"=dword:00000001