Registry key to Customize Windows Explorer Common Dialogs

Windows Registry Editor Version 5.00 ;Enable addition Avalon effects [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurr entVersionexplorer] "MILDesktop"=dword:00000001 "MILExplorer"=dword:00000001 ; Remove Word " Shortcut " on shortcuts .this entry gets rid of shortcut arrows and still lets links work. [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurr entVersionexplorerShell Icons] "29"="%systemroot%\System32\shell32.dll,52" ; Disable Tool Tips [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurre ntVersionExplorerAdvanced] "ShowInfoTip"=dword:00000000 ; Edit Registration Info [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion] "RegisteredOrganization"your Organization Here"" "RegisteredOwner"="Your Name Here" ; Remove Details Pan (the big fat blue bar at the bottom of every Explorer window ) [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurre ntVersionExplorerModulesGlobalSettingsSizer] "PreviewPaneSizer"=hex:51,00,00,00,00,00,00,00,00, 00,00,00 ; Restore Details Pan ( if you have removed it ) [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurre ntVersionExplorerModulesGlobalSettingsSizer] "PreviewPaneSizer"=hex:51,00,00,00,01,00,00,00,00, 00,00,00 ; Remove navigation pan [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurre ntVersionExplorerModulesGlobalSettingsSizer] "PageSpaceControlSizer"=hex:d0,00,00,00,00,00,00,0 0,00,00,00,00 […]

Read more

Administratively Create and Modify Windows 7 Libraries

Libraries are one of the cool new things about Microsoft Windows 7. Unfortunately, Microsoft hasn’t included any administrative tools for the handling of them so system administrators can’t easily configure or create them using logon scripts. In addition, at the moment there are no Group Policy settings (or Preferences) that can let admins set up libraries. Hopefully these features will be added in the future, but until then there are still a couple ways to customize and deploy custom libraries. Continue on for a review of the most promising options and also grab a couple of our downloads to assist […]

Read more

Registry Tweak to Hide/Remove/Disable Navigation Pane in Windows Explorer, File Open, File Save As Common Dialog Boxes of Windows server 2008 and Windows 7

To Hide/Remove/Disable:   Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerModulesGlobalSettingsSizer] "PageSpaceControlSizer"=hex:d0,00,00,00,00,00,00,00,00,00,00,00   Explorer with NO Navigation Pane:   To Show/Restore/Enable:   Windows Registry Editor Version 5.00 <p>[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerModulesGlobalSettingsSizer] <br />&quot;PageSpaceControlSizer&quot;=hex:d0,00,00,00,<font color=”#0000ff”>01</font>,00,00,00,00,00,00,00</p>   Explorer with Navigation Pane:   To Hide/Remove/Disable in Open Common Dialog Box: Windows Registry Editor Version 5.00 <p>[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerCIDOpenModulesGlobalSettingsSizer] <br />&quot;PageSpaceControlSizer&quot;=hex:d0,00,00,00,00,00,00,00,00,00,00,00</p>     To Show/Restore/Enable in Open Common Dialog Box: Windows Registry Editor Version 5.00 <p>[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerCIDOpenModulesGlobalSettingsSizer] <br />&quot;PageSpaceControlSizer&quot;=hex:d0,00,00,00,<font color=”#0000ff”>01</font>,00,00,00,00,00,00,00</p>       To Hide/Remove/Disable in Save As Common Dialog Box: Windows Registry Editor Version 5.00 <p>[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerCIDSaveModulesGlobalSettingsSizer] <br />&quot;PageSpaceControlSizer&quot;=hex:d0,00,00,00,00,00,00,00,00,00,00,00</p>       To Show/Restore/Enable in Save As Common Dialog Box: Windows Registry […]

Read more